Sha256: af327ed7bfbc1faa6e3ccafaafc13dc414f184aa02474cd5f8481f72df6ef730
Contents?: true
Size: 1.85 KB
Versions: 2
Compression:
Stored size: 1.85 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/channel/v1/customers.proto require 'google/api/annotations_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/cloud/channel/v1/common_pb' require 'google/protobuf/timestamp_pb' require 'google/type/postal_address_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/channel/v1/customers.proto", :syntax => :proto3) do add_message "google.cloud.channel.v1.Customer" do optional :name, :string, 1 optional :org_display_name, :string, 2 optional :org_postal_address, :message, 3, "google.type.PostalAddress" optional :primary_contact_info, :message, 4, "google.cloud.channel.v1.ContactInfo" optional :alternate_email, :string, 5 optional :domain, :string, 6 optional :create_time, :message, 7, "google.protobuf.Timestamp" optional :update_time, :message, 8, "google.protobuf.Timestamp" optional :cloud_identity_id, :string, 9 optional :language_code, :string, 10 optional :cloud_identity_info, :message, 12, "google.cloud.channel.v1.CloudIdentityInfo" optional :channel_partner_id, :string, 13 end add_message "google.cloud.channel.v1.ContactInfo" do optional :first_name, :string, 1 optional :last_name, :string, 2 optional :display_name, :string, 4 optional :email, :string, 5 optional :title, :string, 6 optional :phone, :string, 7 end end end module Google module Cloud module Channel module V1 Customer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.channel.v1.Customer").msgclass ContactInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.channel.v1.ContactInfo").msgclass end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-channel-v1-0.9.5 | lib/google/cloud/channel/v1/customers_pb.rb |
google-cloud-channel-v1-0.9.4 | lib/google/cloud/channel/v1/customers_pb.rb |