Sha256: 2d2dc317bd1d921217ea5e290a1618981d7d82b3062b7d54aeefc692c6ba61d0

Contents?: true

Size: 1.09 KB

Versions: 9

Compression:

Stored size: 1.09 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/type/datetime.proto

require 'google/protobuf'

require 'google/protobuf/duration_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/type/datetime.proto", :syntax => :proto3) do
    add_message "google.type.DateTime" do
      optional :year, :int32, 1
      optional :month, :int32, 2
      optional :day, :int32, 3
      optional :hours, :int32, 4
      optional :minutes, :int32, 5
      optional :seconds, :int32, 6
      optional :nanos, :int32, 7
      oneof :time_offset do
        optional :utc_offset, :message, 8, "google.protobuf.Duration"
        optional :time_zone, :message, 9, "google.type.TimeZone"
      end
    end
    add_message "google.type.TimeZone" do
      optional :id, :string, 1
      optional :version, :string, 2
    end
  end
end

module Google
  module Type
    DateTime = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.DateTime").msgclass
    TimeZone = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.TimeZone").msgclass
  end
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
googleapis-common-protos-types-1.7.0 lib/google/type/datetime_pb.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/type/datetime_pb.rb
googleapis-common-protos-types-1.6.0 lib/google/type/datetime_pb.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/type/datetime_pb.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/type/datetime_pb.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/type/datetime_pb.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/type/datetime_pb.rb
googleapis-common-protos-types-1.5.0 lib/google/type/datetime_pb.rb
googleapis-common-protos-types-1.4.0 lib/google/type/datetime_pb.rb