Sha256: fbbd4247fcacb77ff44d8de99d6bc727d7e701762a277d3f1ae5fa1942024bbd
Contents?: true
Size: 853 Bytes
Versions: 3
Compression:
Stored size: 853 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/servicedirectory/v1/endpoint.proto require 'google/api/annotations_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/servicedirectory/v1/endpoint.proto", :syntax => :proto3) do add_message "google.cloud.servicedirectory.v1.Endpoint" do optional :name, :string, 1 optional :address, :string, 2 optional :port, :int32, 3 map :annotations, :string, :string, 5 end end end module Google module Cloud module ServiceDirectory module V1 Endpoint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.servicedirectory.v1.Endpoint").msgclass end end end end
Version data entries
3 entries across 3 versions & 1 rubygems