Sha256: 2f38c6f55354cfe791a14ffabf4a2cd6186fe369d1ad8a548b27aee3ec4ebdb2

Contents?: true

Size: 1.72 KB

Versions: 3

Compression:

Stored size: 1.72 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/location/locations.proto

require 'google/api/annotations_pb'
require 'google/protobuf/any_pb'
require 'google/api/client_pb'
require 'google/protobuf'

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

3 entries across 3 versions & 1 rubygems

Version Path
google-cloud-location-0.1.2 lib/google/cloud/location/locations_pb.rb
google-cloud-location-0.1.1 lib/google/cloud/location/locations_pb.rb
google-cloud-location-0.1.0 lib/google/cloud/location/locations_pb.rb