/*
 * 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/channel_partner_links.proto

package com.google.cloud.channel.v1;

public final class ChannelPartnerLinksProto {
  private ChannelPartnerLinksProto() {}

  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_ChannelPartnerLink_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_channel_v1_ChannelPartnerLink_fieldAccessorTable;

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

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

  static {
    java.lang.String[] descriptorData = {
      "\n3google/cloud/channel/v1/channel_partne"
          + "r_links.proto\022\027google.cloud.channel.v1\032\037"
          + "google/api/field_behavior.proto\032\031google/"
          + "api/resource.proto\032$google/cloud/channel"
          + "/v1/common.proto\032\037google/protobuf/timest"
          + "amp.proto\"\217\004\n\022ChannelPartnerLink\022\021\n\004name"
          + "\030\001 \001(\tB\003\340A\003\022\'\n\032reseller_cloud_identity_i"
          + "d\030\002 \001(\tB\003\340A\002\022I\n\nlink_state\030\003 \001(\01620.googl"
          + "e.cloud.channel.v1.ChannelPartnerLinkSta"
          + "teB\003\340A\002\022\034\n\017invite_link_uri\030\004 \001(\tB\003\340A\003\0224\n"
          + "\013create_time\030\005 \001(\0132\032.google.protobuf.Tim"
          + "estampB\003\340A\003\0224\n\013update_time\030\006 \001(\0132\032.googl"
          + "e.protobuf.TimestampB\003\340A\003\022\026\n\tpublic_id\030\007"
          + " \001(\tB\003\340A\003\022\\\n#channel_partner_cloud_ident"
          + "ity_info\030\010 \001(\0132*.google.cloud.channel.v1"
          + ".CloudIdentityInfoB\003\340A\003:r\352Ao\n.cloudchann"
          + "el.googleapis.com/ChannelPartnerLink\022=ac"
          + "counts/{account}/channelPartnerLinks/{ch"
          + "annel_partner_link}*>\n\026ChannelPartnerLin"
          + "kView\022\017\n\013UNSPECIFIED\020\000\022\t\n\005BASIC\020\001\022\010\n\004FUL"
          + "L\020\002*z\n\027ChannelPartnerLinkState\022*\n&CHANNE"
          + "L_PARTNER_LINK_STATE_UNSPECIFIED\020\000\022\013\n\007IN"
          + "VITED\020\001\022\n\n\006ACTIVE\020\002\022\013\n\007REVOKED\020\003\022\r\n\tSUSP"
          + "ENDED\020\004Bp\n\033com.google.cloud.channel.v1B\030"
          + "ChannelPartnerLinksProtoP\001Z5cloud.google"
          + ".com/go/channel/apiv1/channelpb;channelp"
          + "bb\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(),
            });
    internal_static_google_cloud_channel_v1_ChannelPartnerLink_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_channel_v1_ChannelPartnerLink_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_channel_v1_ChannelPartnerLink_descriptor,
            new java.lang.String[] {
              "Name",
              "ResellerCloudIdentityId",
              "LinkState",
              "InviteLinkUri",
              "CreateTime",
              "UpdateTime",
              "PublicId",
              "ChannelPartnerCloudIdentityInfo",
            });
    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();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
