/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/channel/v1/customers.proto

package com.google.cloud.channel.v1;

public final class CustomersProto {
  private CustomersProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_channel_v1_Customer_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_channel_v1_Customer_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_channel_v1_ContactInfo_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_channel_v1_ContactInfo_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n\'google/cloud/channel/v1/customers.prot"
          + "o\022\027google.cloud.channel.v1\032\037google/api/f"
          + "ield_behavior.proto\032\031google/api/resource"
          + ".proto\032$google/cloud/channel/v1/common.p"
          + "roto\032\037google/protobuf/timestamp.proto\032 g"
          + "oogle/type/postal_address.proto\"\356\004\n\010Cust"
          + "omer\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\035\n\020org_display_n"
          + "ame\030\002 \001(\tB\003\340A\002\022;\n\022org_postal_address\030\003 \001"
          + "(\0132\032.google.type.PostalAddressB\003\340A\002\022B\n\024p"
          + "rimary_contact_info\030\004 \001(\0132$.google.cloud"
          + ".channel.v1.ContactInfo\022\027\n\017alternate_ema"
          + "il\030\005 \001(\t\022\023\n\006domain\030\006 \001(\tB\003\340A\002\0224\n\013create_"
          + "time\030\007 \001(\0132\032.google.protobuf.TimestampB\003"
          + "\340A\003\0224\n\013update_time\030\010 \001(\0132\032.google.protob"
          + "uf.TimestampB\003\340A\003\022\036\n\021cloud_identity_id\030\t"
          + " \001(\tB\003\340A\003\022\032\n\rlanguage_code\030\n \001(\tB\003\340A\001\022L\n"
          + "\023cloud_identity_info\030\014 \001(\0132*.google.clou"
          + "d.channel.v1.CloudIdentityInfoB\003\340A\003\022\032\n\022c"
          + "hannel_partner_id\030\r \001(\t\022\033\n\016correlation_i"
          + "d\030\016 \001(\tB\003\340A\001:R\352AO\n$cloudchannel.googleap"
          + "is.com/Customer\022\'accounts/{account}/cust"
          + "omers/{customer}\"\201\001\n\013ContactInfo\022\022\n\nfirs"
          + "t_name\030\001 \001(\t\022\021\n\tlast_name\030\002 \001(\t\022\031\n\014displ"
          + "ay_name\030\004 \001(\tB\003\340A\003\022\r\n\005email\030\005 \001(\t\022\022\n\005tit"
          + "le\030\006 \001(\tB\003\340A\001\022\r\n\005phone\030\007 \001(\tBf\n\033com.goog"
          + "le.cloud.channel.v1B\016CustomersProtoP\001Z5c"
          + "loud.google.com/go/channel/apiv1/channel"
          + "pb;channelpbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.api.ResourceProto.getDescriptor(),
              com.google.cloud.channel.v1.CommonProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
              com.google.type.PostalAddressProto.getDescriptor(),
            });
    internal_static_google_cloud_channel_v1_Customer_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_channel_v1_Customer_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_channel_v1_Customer_descriptor,
            new java.lang.String[] {
              "Name",
              "OrgDisplayName",
              "OrgPostalAddress",
              "PrimaryContactInfo",
              "AlternateEmail",
              "Domain",
              "CreateTime",
              "UpdateTime",
              "CloudIdentityId",
              "LanguageCode",
              "CloudIdentityInfo",
              "ChannelPartnerId",
              "CorrelationId",
            });
    internal_static_google_cloud_channel_v1_ContactInfo_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_cloud_channel_v1_ContactInfo_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_channel_v1_ContactInfo_descriptor,
            new java.lang.String[] {
              "FirstName", "LastName", "DisplayName", "Email", "Title", "Phone",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    registry.add(com.google.api.ResourceProto.resource);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.api.ResourceProto.getDescriptor();
    com.google.cloud.channel.v1.CommonProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
    com.google.type.PostalAddressProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
