Sha256: 7d97666daff38660a09a8345ad0bdb885b8bdd1d42c640b936f5a2501310c300
Contents?: true
Size: 1.73 KB
Versions: 6
Compression:
Stored size: 1.73 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/location/locations.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/protobuf/any_pb' require 'google/api/client_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/location/locations.proto", :syntax => :proto3) do add_message "google.cloud.location.ListLocationsRequest" do optional :name, :string, 1 optional :filter, :string, 2 optional :page_size, :int32, 3 optional :page_token, :string, 4 end add_message "google.cloud.location.ListLocationsResponse" do repeated :locations, :message, 1, "google.cloud.location.Location" optional :next_page_token, :string, 2 end add_message "google.cloud.location.GetLocationRequest" do optional :name, :string, 1 end add_message "google.cloud.location.Location" do optional :name, :string, 1 optional :location_id, :string, 4 optional :display_name, :string, 5 map :labels, :string, :string, 2 optional :metadata, :message, 3, "google.protobuf.Any" end end end module Google module Cloud module Location ListLocationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.location.ListLocationsRequest").msgclass ListLocationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.location.ListLocationsResponse").msgclass GetLocationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.location.GetLocationRequest").msgclass Location = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.location.Location").msgclass end end end
Version data entries
6 entries across 6 versions & 1 rubygems