• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/channel_partner_links.proto
18 
19 package com.google.cloud.channel.v1;
20 
21 public final class ChannelPartnerLinksProto {
ChannelPartnerLinksProto()22   private ChannelPartnerLinksProto() {}
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_ChannelPartnerLink_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_channel_v1_ChannelPartnerLink_fieldAccessorTable;
34 
getDescriptor()35   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
36     return descriptor;
37   }
38 
39   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
40 
41   static {
42     java.lang.String[] descriptorData = {
43       "\n3google/cloud/channel/v1/channel_partne"
44           + "r_links.proto\022\027google.cloud.channel.v1\032\037"
45           + "google/api/field_behavior.proto\032\031google/"
46           + "api/resource.proto\032$google/cloud/channel"
47           + "/v1/common.proto\032\037google/protobuf/timest"
48           + "amp.proto\"\217\004\n\022ChannelPartnerLink\022\021\n\004name"
49           + "\030\001 \001(\tB\003\340A\003\022\'\n\032reseller_cloud_identity_i"
50           + "d\030\002 \001(\tB\003\340A\002\022I\n\nlink_state\030\003 \001(\01620.googl"
51           + "e.cloud.channel.v1.ChannelPartnerLinkSta"
52           + "teB\003\340A\002\022\034\n\017invite_link_uri\030\004 \001(\tB\003\340A\003\0224\n"
53           + "\013create_time\030\005 \001(\0132\032.google.protobuf.Tim"
54           + "estampB\003\340A\003\0224\n\013update_time\030\006 \001(\0132\032.googl"
55           + "e.protobuf.TimestampB\003\340A\003\022\026\n\tpublic_id\030\007"
56           + " \001(\tB\003\340A\003\022\\\n#channel_partner_cloud_ident"
57           + "ity_info\030\010 \001(\0132*.google.cloud.channel.v1"
58           + ".CloudIdentityInfoB\003\340A\003:r\352Ao\n.cloudchann"
59           + "el.googleapis.com/ChannelPartnerLink\022=ac"
60           + "counts/{account}/channelPartnerLinks/{ch"
61           + "annel_partner_link}*>\n\026ChannelPartnerLin"
62           + "kView\022\017\n\013UNSPECIFIED\020\000\022\t\n\005BASIC\020\001\022\010\n\004FUL"
63           + "L\020\002*z\n\027ChannelPartnerLinkState\022*\n&CHANNE"
64           + "L_PARTNER_LINK_STATE_UNSPECIFIED\020\000\022\013\n\007IN"
65           + "VITED\020\001\022\n\n\006ACTIVE\020\002\022\013\n\007REVOKED\020\003\022\r\n\tSUSP"
66           + "ENDED\020\004Bp\n\033com.google.cloud.channel.v1B\030"
67           + "ChannelPartnerLinksProtoP\001Z5cloud.google"
68           + ".com/go/channel/apiv1/channelpb;channelp"
69           + "bb\006proto3"
70     };
71     descriptor =
72         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
73             descriptorData,
74             new com.google.protobuf.Descriptors.FileDescriptor[] {
75               com.google.api.FieldBehaviorProto.getDescriptor(),
76               com.google.api.ResourceProto.getDescriptor(),
77               com.google.cloud.channel.v1.CommonProto.getDescriptor(),
78               com.google.protobuf.TimestampProto.getDescriptor(),
79             });
80     internal_static_google_cloud_channel_v1_ChannelPartnerLink_descriptor =
81         getDescriptor().getMessageTypes().get(0);
82     internal_static_google_cloud_channel_v1_ChannelPartnerLink_fieldAccessorTable =
83         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
84             internal_static_google_cloud_channel_v1_ChannelPartnerLink_descriptor,
85             new java.lang.String[] {
86               "Name",
87               "ResellerCloudIdentityId",
88               "LinkState",
89               "InviteLinkUri",
90               "CreateTime",
91               "UpdateTime",
92               "PublicId",
93               "ChannelPartnerCloudIdentityInfo",
94             });
95     com.google.protobuf.ExtensionRegistry registry =
96         com.google.protobuf.ExtensionRegistry.newInstance();
97     registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
98     registry.add(com.google.api.ResourceProto.resource);
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)99     com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
100         descriptor, registry);
com.google.api.FieldBehaviorProto.getDescriptor()101     com.google.api.FieldBehaviorProto.getDescriptor();
com.google.api.ResourceProto.getDescriptor()102     com.google.api.ResourceProto.getDescriptor();
com.google.cloud.channel.v1.CommonProto.getDescriptor()103     com.google.cloud.channel.v1.CommonProto.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor()104     com.google.protobuf.TimestampProto.getDescriptor();
105   }
106 
107   // @@protoc_insertion_point(outer_class_scope)
108 }
109