Sha256: 0c2026043314c51e818de8f2b33a4db9e5531ef97cd98dd3a1a839c0e95d3eee

Contents?: true

Size: 1.72 KB

Versions: 54

Compression:

Stored size: 1.72 KB

Contents

# frozen_string_literal: true

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Auto-generated by gapic-generator-ruby. DO NOT EDIT!


module Google
  module Type
    # Represents a time of day. The date and time zone are either not significant
    # or are specified elsewhere. An API may choose to allow leap seconds. Related
    # types are [google.type.Date][google.type.Date] and
    # `google.protobuf.Timestamp`.
    # @!attribute [rw] hours
    #   @return [::Integer]
    #     Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
    #     to allow the value "24:00:00" for scenarios like business closing time.
    # @!attribute [rw] minutes
    #   @return [::Integer]
    #     Minutes of hour of day. Must be from 0 to 59.
    # @!attribute [rw] seconds
    #   @return [::Integer]
    #     Seconds of minutes of the time. Must normally be from 0 to 59. An API may
    #     allow the value 60 if it allows leap-seconds.
    # @!attribute [rw] nanos
    #   @return [::Integer]
    #     Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    class TimeOfDay
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

Version data entries

54 entries across 54 versions & 4 rubygems

Version Path
google-cloud-redis-v1-0.13.2 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1beta1-0.12.2 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1-0.8.1 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1beta2-0.8.1 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1-0.13.1 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1beta1-0.12.1 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1-0.8.0 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1beta2-0.8.0 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1-0.13.0 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1beta1-0.12.0 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1beta2-0.7.0 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1-0.7.0 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1-0.12.0 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1beta1-0.11.0 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1-0.6.1 proto_docs/google/type/timeofday.rb
google-cloud-memcache-v1beta2-0.6.1 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1-0.11.1 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1beta1-0.10.1 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1-0.11.0 proto_docs/google/type/timeofday.rb
google-cloud-redis-v1beta1-0.10.0 proto_docs/google/type/timeofday.rb