1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/channel/v1/customers.proto 18 19 package com.google.cloud.channel.v1; 20 21 public final class CustomersProto { CustomersProto()22 private CustomersProto() {} 23 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 25 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 27 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 28 } 29 30 static final com.google.protobuf.Descriptors.Descriptor 31 internal_static_google_cloud_channel_v1_Customer_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_channel_v1_Customer_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_channel_v1_ContactInfo_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_channel_v1_ContactInfo_fieldAccessorTable; 38 getDescriptor()39 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 40 return descriptor; 41 } 42 43 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 44 45 static { 46 java.lang.String[] descriptorData = { 47 "\n\'google/cloud/channel/v1/customers.prot" 48 + "o\022\027google.cloud.channel.v1\032\037google/api/f" 49 + "ield_behavior.proto\032\031google/api/resource" 50 + ".proto\032$google/cloud/channel/v1/common.p" 51 + "roto\032\037google/protobuf/timestamp.proto\032 g" 52 + "oogle/type/postal_address.proto\"\356\004\n\010Cust" 53 + "omer\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\035\n\020org_display_n" 54 + "ame\030\002 \001(\tB\003\340A\002\022;\n\022org_postal_address\030\003 \001" 55 + "(\0132\032.google.type.PostalAddressB\003\340A\002\022B\n\024p" 56 + "rimary_contact_info\030\004 \001(\0132$.google.cloud" 57 + ".channel.v1.ContactInfo\022\027\n\017alternate_ema" 58 + "il\030\005 \001(\t\022\023\n\006domain\030\006 \001(\tB\003\340A\002\0224\n\013create_" 59 + "time\030\007 \001(\0132\032.google.protobuf.TimestampB\003" 60 + "\340A\003\0224\n\013update_time\030\010 \001(\0132\032.google.protob" 61 + "uf.TimestampB\003\340A\003\022\036\n\021cloud_identity_id\030\t" 62 + " \001(\tB\003\340A\003\022\032\n\rlanguage_code\030\n \001(\tB\003\340A\001\022L\n" 63 + "\023cloud_identity_info\030\014 \001(\0132*.google.clou" 64 + "d.channel.v1.CloudIdentityInfoB\003\340A\003\022\032\n\022c" 65 + "hannel_partner_id\030\r \001(\t\022\033\n\016correlation_i" 66 + "d\030\016 \001(\tB\003\340A\001:R\352AO\n$cloudchannel.googleap" 67 + "is.com/Customer\022\'accounts/{account}/cust" 68 + "omers/{customer}\"\201\001\n\013ContactInfo\022\022\n\nfirs" 69 + "t_name\030\001 \001(\t\022\021\n\tlast_name\030\002 \001(\t\022\031\n\014displ" 70 + "ay_name\030\004 \001(\tB\003\340A\003\022\r\n\005email\030\005 \001(\t\022\022\n\005tit" 71 + "le\030\006 \001(\tB\003\340A\001\022\r\n\005phone\030\007 \001(\tBf\n\033com.goog" 72 + "le.cloud.channel.v1B\016CustomersProtoP\001Z5c" 73 + "loud.google.com/go/channel/apiv1/channel" 74 + "pb;channelpbb\006proto3" 75 }; 76 descriptor = 77 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 78 descriptorData, 79 new com.google.protobuf.Descriptors.FileDescriptor[] { 80 com.google.api.FieldBehaviorProto.getDescriptor(), 81 com.google.api.ResourceProto.getDescriptor(), 82 com.google.cloud.channel.v1.CommonProto.getDescriptor(), 83 com.google.protobuf.TimestampProto.getDescriptor(), 84 com.google.type.PostalAddressProto.getDescriptor(), 85 }); 86 internal_static_google_cloud_channel_v1_Customer_descriptor = 87 getDescriptor().getMessageTypes().get(0); 88 internal_static_google_cloud_channel_v1_Customer_fieldAccessorTable = 89 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 90 internal_static_google_cloud_channel_v1_Customer_descriptor, 91 new java.lang.String[] { 92 "Name", 93 "OrgDisplayName", 94 "OrgPostalAddress", 95 "PrimaryContactInfo", 96 "AlternateEmail", 97 "Domain", 98 "CreateTime", 99 "UpdateTime", 100 "CloudIdentityId", 101 "LanguageCode", 102 "CloudIdentityInfo", 103 "ChannelPartnerId", 104 "CorrelationId", 105 }); 106 internal_static_google_cloud_channel_v1_ContactInfo_descriptor = 107 getDescriptor().getMessageTypes().get(1); 108 internal_static_google_cloud_channel_v1_ContactInfo_fieldAccessorTable = 109 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 110 internal_static_google_cloud_channel_v1_ContactInfo_descriptor, 111 new java.lang.String[] { 112 "FirstName", "LastName", "DisplayName", "Email", "Title", "Phone", 113 }); 114 com.google.protobuf.ExtensionRegistry registry = 115 com.google.protobuf.ExtensionRegistry.newInstance(); 116 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); 117 registry.add(com.google.api.ResourceProto.resource); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)118 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 119 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()120 com.google.api.FieldBehaviorProto.getDescriptor(); com.google.api.ResourceProto.getDescriptor()121 com.google.api.ResourceProto.getDescriptor(); com.google.cloud.channel.v1.CommonProto.getDescriptor()122 com.google.cloud.channel.v1.CommonProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor()123 com.google.protobuf.TimestampProto.getDescriptor(); com.google.type.PostalAddressProto.getDescriptor()124 com.google.type.PostalAddressProto.getDescriptor(); 125 } 126 127 // @@protoc_insertion_point(outer_class_scope) 128 } 129