1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package labels
22
23 import (
24 reflect "reflect"
25 sync "sync"
26
27 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
28 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
29 )
30
31 const (
32
33 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
34
35 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
36 )
37
38
39
40
41
42
43 type ExceptionType int32
44
45 const (
46
47 ExceptionType_EXCEPTION_TYPE_UNSPECIFIED ExceptionType = 0
48
49 ExceptionType_FIELD_REQUIRED ExceptionType = 1
50
51 ExceptionType_METAMODEL_ALREADY_EXISTS ExceptionType = 2
52
53 ExceptionType_METAMODEL_NOT_FOUND ExceptionType = 3
54
55 ExceptionType_ILLEGAL_METAMODEL_STATE_TRANSITION ExceptionType = 4
56
57 ExceptionType_INVALID_METAMODEL_DEPRECATION_POLICY ExceptionType = 5
58
59 ExceptionType_METAMODEL_DELETION_DENIED_UNTIL ExceptionType = 6
60
61 ExceptionType_INVALID_FIELD ExceptionType = 7
62
63 ExceptionType_METAMODEL_PRECONDITION_FAILED ExceptionType = 8
64
65 ExceptionType_DUPLICATE_FIELD_KEY ExceptionType = 9
66
67
68 ExceptionType_ILLEGAL_FIELD_REMOVAL ExceptionType = 10
69
70 ExceptionType_ILLEGAL_FIELD_OPTIONS_FOR_FIELD ExceptionType = 11
71
72 ExceptionType_UNSUPPORTED_CHANGE_TO_PUBLISHED_METAMODEL ExceptionType = 12
73
74 ExceptionType_ILLEGAL_METAMODEL_STATE_TRANSITION_IN_UPDATE ExceptionType = 13
75
76 ExceptionType_PAGE_TOKEN_EXPIRED ExceptionType = 14
77
78 ExceptionType_NOT_AUTHORIZED ExceptionType = 15
79
80 ExceptionType_ILLEGAL_FIELD_STATE_TRANSITION ExceptionType = 16
81
82 ExceptionType_ILLEGAL_CHOICE_SET_OPTION_STATE_TRANSITION ExceptionType = 17
83
84 ExceptionType_INVALID_CHOICE_SET_OPTIONS ExceptionType = 18
85
86 ExceptionType_INVALID_FIELD_KEY ExceptionType = 19
87
88 ExceptionType_INVALID_FIELD_PROPERTY_RANGE ExceptionType = 20
89
90
91 ExceptionType_INVALID_LOCALIZED_STRING ExceptionType = 21
92
93 ExceptionType_ILLEGAL_CHANGE_TO_PUBLISHED_FIELD ExceptionType = 22
94
95 ExceptionType_INVALID_FIELD_UPDATE_NOT_INCLUSIVE ExceptionType = 23
96
97 ExceptionType_INVALID_CHOICE_SET_STATE ExceptionType = 24
98
99 ExceptionType_INTERNAL_SERVER_ERROR ExceptionType = 500
100 )
101
102
103 var (
104 ExceptionType_name = map[int32]string{
105 0: "EXCEPTION_TYPE_UNSPECIFIED",
106 1: "FIELD_REQUIRED",
107 2: "METAMODEL_ALREADY_EXISTS",
108 3: "METAMODEL_NOT_FOUND",
109 4: "ILLEGAL_METAMODEL_STATE_TRANSITION",
110 5: "INVALID_METAMODEL_DEPRECATION_POLICY",
111 6: "METAMODEL_DELETION_DENIED_UNTIL",
112 7: "INVALID_FIELD",
113 8: "METAMODEL_PRECONDITION_FAILED",
114 9: "DUPLICATE_FIELD_KEY",
115 10: "ILLEGAL_FIELD_REMOVAL",
116 11: "ILLEGAL_FIELD_OPTIONS_FOR_FIELD",
117 12: "UNSUPPORTED_CHANGE_TO_PUBLISHED_METAMODEL",
118 13: "ILLEGAL_METAMODEL_STATE_TRANSITION_IN_UPDATE",
119 14: "PAGE_TOKEN_EXPIRED",
120 15: "NOT_AUTHORIZED",
121 16: "ILLEGAL_FIELD_STATE_TRANSITION",
122 17: "ILLEGAL_CHOICE_SET_OPTION_STATE_TRANSITION",
123 18: "INVALID_CHOICE_SET_OPTIONS",
124 19: "INVALID_FIELD_KEY",
125 20: "INVALID_FIELD_PROPERTY_RANGE",
126 21: "INVALID_LOCALIZED_STRING",
127 22: "ILLEGAL_CHANGE_TO_PUBLISHED_FIELD",
128 23: "INVALID_FIELD_UPDATE_NOT_INCLUSIVE",
129 24: "INVALID_CHOICE_SET_STATE",
130 500: "INTERNAL_SERVER_ERROR",
131 }
132 ExceptionType_value = map[string]int32{
133 "EXCEPTION_TYPE_UNSPECIFIED": 0,
134 "FIELD_REQUIRED": 1,
135 "METAMODEL_ALREADY_EXISTS": 2,
136 "METAMODEL_NOT_FOUND": 3,
137 "ILLEGAL_METAMODEL_STATE_TRANSITION": 4,
138 "INVALID_METAMODEL_DEPRECATION_POLICY": 5,
139 "METAMODEL_DELETION_DENIED_UNTIL": 6,
140 "INVALID_FIELD": 7,
141 "METAMODEL_PRECONDITION_FAILED": 8,
142 "DUPLICATE_FIELD_KEY": 9,
143 "ILLEGAL_FIELD_REMOVAL": 10,
144 "ILLEGAL_FIELD_OPTIONS_FOR_FIELD": 11,
145 "UNSUPPORTED_CHANGE_TO_PUBLISHED_METAMODEL": 12,
146 "ILLEGAL_METAMODEL_STATE_TRANSITION_IN_UPDATE": 13,
147 "PAGE_TOKEN_EXPIRED": 14,
148 "NOT_AUTHORIZED": 15,
149 "ILLEGAL_FIELD_STATE_TRANSITION": 16,
150 "ILLEGAL_CHOICE_SET_OPTION_STATE_TRANSITION": 17,
151 "INVALID_CHOICE_SET_OPTIONS": 18,
152 "INVALID_FIELD_KEY": 19,
153 "INVALID_FIELD_PROPERTY_RANGE": 20,
154 "INVALID_LOCALIZED_STRING": 21,
155 "ILLEGAL_CHANGE_TO_PUBLISHED_FIELD": 22,
156 "INVALID_FIELD_UPDATE_NOT_INCLUSIVE": 23,
157 "INVALID_CHOICE_SET_STATE": 24,
158 "INTERNAL_SERVER_ERROR": 500,
159 }
160 )
161
162 func (x ExceptionType) Enum() *ExceptionType {
163 p := new(ExceptionType)
164 *p = x
165 return p
166 }
167
168 func (x ExceptionType) String() string {
169 return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
170 }
171
172 func (ExceptionType) Descriptor() protoreflect.EnumDescriptor {
173 return file_google_apps_drive_labels_v2beta_exception_detail_proto_enumTypes[0].Descriptor()
174 }
175
176 func (ExceptionType) Type() protoreflect.EnumType {
177 return &file_google_apps_drive_labels_v2beta_exception_detail_proto_enumTypes[0]
178 }
179
180 func (x ExceptionType) Number() protoreflect.EnumNumber {
181 return protoreflect.EnumNumber(x)
182 }
183
184
185 func (ExceptionType) EnumDescriptor() ([]byte, []int) {
186 return file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescGZIP(), []int{0}
187 }
188
189
190 type ExceptionDetail struct {
191 state protoimpl.MessageState
192 sizeCache protoimpl.SizeCache
193 unknownFields protoimpl.UnknownFields
194
195
196 ErrorType ExceptionType `protobuf:"varint,1,opt,name=error_type,json=errorType,proto3,enum=google.apps.drive.labels.v2beta.ExceptionType" json:"error_type,omitempty"`
197 }
198
199 func (x *ExceptionDetail) Reset() {
200 *x = ExceptionDetail{}
201 if protoimpl.UnsafeEnabled {
202 mi := &file_google_apps_drive_labels_v2beta_exception_detail_proto_msgTypes[0]
203 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
204 ms.StoreMessageInfo(mi)
205 }
206 }
207
208 func (x *ExceptionDetail) String() string {
209 return protoimpl.X.MessageStringOf(x)
210 }
211
212 func (*ExceptionDetail) ProtoMessage() {}
213
214 func (x *ExceptionDetail) ProtoReflect() protoreflect.Message {
215 mi := &file_google_apps_drive_labels_v2beta_exception_detail_proto_msgTypes[0]
216 if protoimpl.UnsafeEnabled && x != nil {
217 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
218 if ms.LoadMessageInfo() == nil {
219 ms.StoreMessageInfo(mi)
220 }
221 return ms
222 }
223 return mi.MessageOf(x)
224 }
225
226
227 func (*ExceptionDetail) Descriptor() ([]byte, []int) {
228 return file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescGZIP(), []int{0}
229 }
230
231 func (x *ExceptionDetail) GetErrorType() ExceptionType {
232 if x != nil {
233 return x.ErrorType
234 }
235 return ExceptionType_EXCEPTION_TYPE_UNSPECIFIED
236 }
237
238 var File_google_apps_drive_labels_v2beta_exception_detail_proto protoreflect.FileDescriptor
239
240 var file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDesc = []byte{
241 0x0a, 0x36, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x72,
242 0x69, 0x76, 0x65, 0x2f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x2f, 0x76, 0x32, 0x62, 0x65, 0x74,
243 0x61, 0x2f, 0x65, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x74, 0x61,
244 0x69, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
245 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x6c, 0x61, 0x62, 0x65,
246 0x6c, 0x73, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61, 0x22, 0x60, 0x0a, 0x0f, 0x45, 0x78, 0x63,
247 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x4d, 0x0a, 0x0a,
248 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
249 0x32, 0x2e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64,
250 0x72, 0x69, 0x76, 0x65, 0x2e, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x2e, 0x76, 0x32, 0x62, 0x65,
251 0x74, 0x61, 0x2e, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
252 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x2a, 0xe1, 0x06, 0x0a, 0x0d,
253 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a,
254 0x1a, 0x45, 0x58, 0x43, 0x45, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f,
255 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a,
256 0x0e, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x49, 0x52, 0x45, 0x44, 0x10,
257 0x01, 0x12, 0x1c, 0x0a, 0x18, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x41,
258 0x4c, 0x52, 0x45, 0x41, 0x44, 0x59, 0x5f, 0x45, 0x58, 0x49, 0x53, 0x54, 0x53, 0x10, 0x02, 0x12,
259 0x17, 0x0a, 0x13, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x4e, 0x4f, 0x54,
260 0x5f, 0x46, 0x4f, 0x55, 0x4e, 0x44, 0x10, 0x03, 0x12, 0x26, 0x0a, 0x22, 0x49, 0x4c, 0x4c, 0x45,
261 0x47, 0x41, 0x4c, 0x5f, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x53, 0x54,
262 0x41, 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x04,
263 0x12, 0x28, 0x0a, 0x24, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x4d, 0x45, 0x54, 0x41,
264 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x44, 0x45, 0x50, 0x52, 0x45, 0x43, 0x41, 0x54, 0x49, 0x4f,
265 0x4e, 0x5f, 0x50, 0x4f, 0x4c, 0x49, 0x43, 0x59, 0x10, 0x05, 0x12, 0x23, 0x0a, 0x1f, 0x4d, 0x45,
266 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x49, 0x4f, 0x4e,
267 0x5f, 0x44, 0x45, 0x4e, 0x49, 0x45, 0x44, 0x5f, 0x55, 0x4e, 0x54, 0x49, 0x4c, 0x10, 0x06, 0x12,
268 0x11, 0x0a, 0x0d, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44,
269 0x10, 0x07, 0x12, 0x21, 0x0a, 0x1d, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f,
270 0x50, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x44, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x46, 0x41, 0x49,
271 0x4c, 0x45, 0x44, 0x10, 0x08, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x55, 0x50, 0x4c, 0x49, 0x43, 0x41,
272 0x54, 0x45, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x4b, 0x45, 0x59, 0x10, 0x09, 0x12, 0x19,
273 0x0a, 0x15, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f,
274 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x41, 0x4c, 0x10, 0x0a, 0x12, 0x23, 0x0a, 0x1f, 0x49, 0x4c, 0x4c,
275 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x4f, 0x50, 0x54, 0x49, 0x4f,
276 0x4e, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x10, 0x0b, 0x12, 0x2d,
277 0x0a, 0x29, 0x55, 0x4e, 0x53, 0x55, 0x50, 0x50, 0x4f, 0x52, 0x54, 0x45, 0x44, 0x5f, 0x43, 0x48,
278 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x54, 0x4f, 0x5f, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x53, 0x48, 0x45,
279 0x44, 0x5f, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x10, 0x0c, 0x12, 0x30, 0x0a,
280 0x2c, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44,
281 0x45, 0x4c, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x49, 0x54,
282 0x49, 0x4f, 0x4e, 0x5f, 0x49, 0x4e, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x10, 0x0d, 0x12,
283 0x16, 0x0a, 0x12, 0x50, 0x41, 0x47, 0x45, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x45, 0x58,
284 0x50, 0x49, 0x52, 0x45, 0x44, 0x10, 0x0e, 0x12, 0x12, 0x0a, 0x0e, 0x4e, 0x4f, 0x54, 0x5f, 0x41,
285 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x0f, 0x12, 0x22, 0x0a, 0x1e, 0x49,
286 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x53, 0x54, 0x41,
287 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x10, 0x12,
288 0x2e, 0x0a, 0x2a, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x4f, 0x49, 0x43,
289 0x45, 0x5f, 0x53, 0x45, 0x54, 0x5f, 0x4f, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x53, 0x54, 0x41,
290 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x11, 0x12,
291 0x1e, 0x0a, 0x1a, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x43, 0x48, 0x4f, 0x49, 0x43,
292 0x45, 0x5f, 0x53, 0x45, 0x54, 0x5f, 0x4f, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x53, 0x10, 0x12, 0x12,
293 0x15, 0x0a, 0x11, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44,
294 0x5f, 0x4b, 0x45, 0x59, 0x10, 0x13, 0x12, 0x20, 0x0a, 0x1c, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49,
295 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x50, 0x52, 0x4f, 0x50, 0x45, 0x52, 0x54, 0x59,
296 0x5f, 0x52, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x14, 0x12, 0x1c, 0x0a, 0x18, 0x49, 0x4e, 0x56, 0x41,
297 0x4c, 0x49, 0x44, 0x5f, 0x4c, 0x4f, 0x43, 0x41, 0x4c, 0x49, 0x5a, 0x45, 0x44, 0x5f, 0x53, 0x54,
298 0x52, 0x49, 0x4e, 0x47, 0x10, 0x15, 0x12, 0x25, 0x0a, 0x21, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41,
299 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x54, 0x4f, 0x5f, 0x50, 0x55, 0x42, 0x4c,
300 0x49, 0x53, 0x48, 0x45, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x10, 0x16, 0x12, 0x26, 0x0a,
301 0x22, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x55,
302 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x49, 0x4e, 0x43, 0x4c, 0x55, 0x53,
303 0x49, 0x56, 0x45, 0x10, 0x17, 0x12, 0x1c, 0x0a, 0x18, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44,
304 0x5f, 0x43, 0x48, 0x4f, 0x49, 0x43, 0x45, 0x5f, 0x53, 0x45, 0x54, 0x5f, 0x53, 0x54, 0x41, 0x54,
305 0x45, 0x10, 0x18, 0x12, 0x1a, 0x0a, 0x15, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c, 0x5f,
306 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0xf4, 0x03, 0x42,
307 0x84, 0x01, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61,
308 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73,
309 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61, 0x42, 0x14, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69,
310 0x6f, 0x6e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a,
311 0x45, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f,
312 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67,
313 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x72, 0x69, 0x76,
314 0x65, 0x2f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x2f, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61, 0x3b,
315 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
316 }
317
318 var (
319 file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescOnce sync.Once
320 file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescData = file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDesc
321 )
322
323 func file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescGZIP() []byte {
324 file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescOnce.Do(func() {
325 file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescData)
326 })
327 return file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDescData
328 }
329
330 var file_google_apps_drive_labels_v2beta_exception_detail_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
331 var file_google_apps_drive_labels_v2beta_exception_detail_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
332 var file_google_apps_drive_labels_v2beta_exception_detail_proto_goTypes = []interface{}{
333 (ExceptionType)(0),
334 (*ExceptionDetail)(nil),
335 }
336 var file_google_apps_drive_labels_v2beta_exception_detail_proto_depIdxs = []int32{
337 0,
338 1,
339 1,
340 1,
341 1,
342 0,
343 }
344
345 func init() { file_google_apps_drive_labels_v2beta_exception_detail_proto_init() }
346 func file_google_apps_drive_labels_v2beta_exception_detail_proto_init() {
347 if File_google_apps_drive_labels_v2beta_exception_detail_proto != nil {
348 return
349 }
350 if !protoimpl.UnsafeEnabled {
351 file_google_apps_drive_labels_v2beta_exception_detail_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
352 switch v := v.(*ExceptionDetail); i {
353 case 0:
354 return &v.state
355 case 1:
356 return &v.sizeCache
357 case 2:
358 return &v.unknownFields
359 default:
360 return nil
361 }
362 }
363 }
364 type x struct{}
365 out := protoimpl.TypeBuilder{
366 File: protoimpl.DescBuilder{
367 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
368 RawDescriptor: file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDesc,
369 NumEnums: 1,
370 NumMessages: 1,
371 NumExtensions: 0,
372 NumServices: 0,
373 },
374 GoTypes: file_google_apps_drive_labels_v2beta_exception_detail_proto_goTypes,
375 DependencyIndexes: file_google_apps_drive_labels_v2beta_exception_detail_proto_depIdxs,
376 EnumInfos: file_google_apps_drive_labels_v2beta_exception_detail_proto_enumTypes,
377 MessageInfos: file_google_apps_drive_labels_v2beta_exception_detail_proto_msgTypes,
378 }.Build()
379 File_google_apps_drive_labels_v2beta_exception_detail_proto = out.File
380 file_google_apps_drive_labels_v2beta_exception_detail_proto_rawDesc = nil
381 file_google_apps_drive_labels_v2beta_exception_detail_proto_goTypes = nil
382 file_google_apps_drive_labels_v2beta_exception_detail_proto_depIdxs = nil
383 }
384
View as plain text