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_v2_exception_detail_proto_enumTypes[0].Descriptor()
174 }
175
176 func (ExceptionType) Type() protoreflect.EnumType {
177 return &file_google_apps_drive_labels_v2_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_v2_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.v2.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_v2_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_v2_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_v2_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_v2_exception_detail_proto protoreflect.FileDescriptor
239
240 var file_google_apps_drive_labels_v2_exception_detail_proto_rawDesc = []byte{
241 0x0a, 0x32, 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, 0x2f, 0x65, 0x78,
243 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x2e, 0x70,
244 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70,
245 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x2e, 0x76,
246 0x32, 0x22, 0x5c, 0x0a, 0x0f, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65,
247 0x74, 0x61, 0x69, 0x6c, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x74, 0x79,
248 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
249 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x6c, 0x61, 0x62,
250 0x65, 0x6c, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e,
251 0x54, 0x79, 0x70, 0x65, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x2a,
252 0xe1, 0x06, 0x0a, 0x0d, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70,
253 0x65, 0x12, 0x1e, 0x0a, 0x1a, 0x45, 0x58, 0x43, 0x45, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54,
254 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10,
255 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x49,
256 0x52, 0x45, 0x44, 0x10, 0x01, 0x12, 0x1c, 0x0a, 0x18, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44,
257 0x45, 0x4c, 0x5f, 0x41, 0x4c, 0x52, 0x45, 0x41, 0x44, 0x59, 0x5f, 0x45, 0x58, 0x49, 0x53, 0x54,
258 0x53, 0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c,
259 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x46, 0x4f, 0x55, 0x4e, 0x44, 0x10, 0x03, 0x12, 0x26, 0x0a, 0x22,
260 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45,
261 0x4c, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x49, 0x54, 0x49,
262 0x4f, 0x4e, 0x10, 0x04, 0x12, 0x28, 0x0a, 0x24, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f,
263 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x44, 0x45, 0x50, 0x52, 0x45, 0x43,
264 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x50, 0x4f, 0x4c, 0x49, 0x43, 0x59, 0x10, 0x05, 0x12, 0x23,
265 0x0a, 0x1f, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x44, 0x45, 0x4c, 0x45,
266 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x4e, 0x49, 0x45, 0x44, 0x5f, 0x55, 0x4e, 0x54, 0x49,
267 0x4c, 0x10, 0x06, 0x12, 0x11, 0x0a, 0x0d, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46,
268 0x49, 0x45, 0x4c, 0x44, 0x10, 0x07, 0x12, 0x21, 0x0a, 0x1d, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f,
269 0x44, 0x45, 0x4c, 0x5f, 0x50, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x44, 0x49, 0x54, 0x49, 0x4f, 0x4e,
270 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x08, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x55, 0x50,
271 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x4b, 0x45, 0x59,
272 0x10, 0x09, 0x12, 0x19, 0x0a, 0x15, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x46, 0x49,
273 0x45, 0x4c, 0x44, 0x5f, 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x41, 0x4c, 0x10, 0x0a, 0x12, 0x23, 0x0a,
274 0x1f, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x4f,
275 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44,
276 0x10, 0x0b, 0x12, 0x2d, 0x0a, 0x29, 0x55, 0x4e, 0x53, 0x55, 0x50, 0x50, 0x4f, 0x52, 0x54, 0x45,
277 0x44, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x54, 0x4f, 0x5f, 0x50, 0x55, 0x42, 0x4c,
278 0x49, 0x53, 0x48, 0x45, 0x44, 0x5f, 0x4d, 0x45, 0x54, 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x10,
279 0x0c, 0x12, 0x30, 0x0a, 0x2c, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x4d, 0x45, 0x54,
280 0x41, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41,
281 0x4e, 0x53, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x49, 0x4e, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54,
282 0x45, 0x10, 0x0d, 0x12, 0x16, 0x0a, 0x12, 0x50, 0x41, 0x47, 0x45, 0x5f, 0x54, 0x4f, 0x4b, 0x45,
283 0x4e, 0x5f, 0x45, 0x58, 0x50, 0x49, 0x52, 0x45, 0x44, 0x10, 0x0e, 0x12, 0x12, 0x0a, 0x0e, 0x4e,
284 0x4f, 0x54, 0x5f, 0x41, 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x5a, 0x45, 0x44, 0x10, 0x0f, 0x12,
285 0x22, 0x0a, 0x1e, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44,
286 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x49, 0x54, 0x49, 0x4f,
287 0x4e, 0x10, 0x10, 0x12, 0x2e, 0x0a, 0x2a, 0x49, 0x4c, 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x43,
288 0x48, 0x4f, 0x49, 0x43, 0x45, 0x5f, 0x53, 0x45, 0x54, 0x5f, 0x4f, 0x50, 0x54, 0x49, 0x4f, 0x4e,
289 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x49, 0x54, 0x49, 0x4f,
290 0x4e, 0x10, 0x11, 0x12, 0x1e, 0x0a, 0x1a, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x43,
291 0x48, 0x4f, 0x49, 0x43, 0x45, 0x5f, 0x53, 0x45, 0x54, 0x5f, 0x4f, 0x50, 0x54, 0x49, 0x4f, 0x4e,
292 0x53, 0x10, 0x12, 0x12, 0x15, 0x0a, 0x11, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46,
293 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x4b, 0x45, 0x59, 0x10, 0x13, 0x12, 0x20, 0x0a, 0x1c, 0x49, 0x4e,
294 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x50, 0x52, 0x4f, 0x50,
295 0x45, 0x52, 0x54, 0x59, 0x5f, 0x52, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x14, 0x12, 0x1c, 0x0a, 0x18,
296 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x4c, 0x4f, 0x43, 0x41, 0x4c, 0x49, 0x5a, 0x45,
297 0x44, 0x5f, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x10, 0x15, 0x12, 0x25, 0x0a, 0x21, 0x49, 0x4c,
298 0x4c, 0x45, 0x47, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x54, 0x4f, 0x5f,
299 0x50, 0x55, 0x42, 0x4c, 0x49, 0x53, 0x48, 0x45, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x10,
300 0x16, 0x12, 0x26, 0x0a, 0x22, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46, 0x49, 0x45,
301 0x4c, 0x44, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x49, 0x4e,
302 0x43, 0x4c, 0x55, 0x53, 0x49, 0x56, 0x45, 0x10, 0x17, 0x12, 0x1c, 0x0a, 0x18, 0x49, 0x4e, 0x56,
303 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x43, 0x48, 0x4f, 0x49, 0x43, 0x45, 0x5f, 0x53, 0x45, 0x54, 0x5f,
304 0x53, 0x54, 0x41, 0x54, 0x45, 0x10, 0x18, 0x12, 0x1a, 0x0a, 0x15, 0x49, 0x4e, 0x54, 0x45, 0x52,
305 0x4e, 0x41, 0x4c, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52,
306 0x10, 0xf4, 0x03, 0x42, 0x7c, 0x0a, 0x1f, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
307 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x6c, 0x61, 0x62,
308 0x65, 0x6c, 0x73, 0x2e, 0x76, 0x32, 0x42, 0x14, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f,
309 0x6e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x41,
310 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
311 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
312 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x72, 0x69, 0x76, 0x65,
313 0x2f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x2f, 0x76, 0x32, 0x3b, 0x6c, 0x61, 0x62, 0x65, 0x6c,
314 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
315 }
316
317 var (
318 file_google_apps_drive_labels_v2_exception_detail_proto_rawDescOnce sync.Once
319 file_google_apps_drive_labels_v2_exception_detail_proto_rawDescData = file_google_apps_drive_labels_v2_exception_detail_proto_rawDesc
320 )
321
322 func file_google_apps_drive_labels_v2_exception_detail_proto_rawDescGZIP() []byte {
323 file_google_apps_drive_labels_v2_exception_detail_proto_rawDescOnce.Do(func() {
324 file_google_apps_drive_labels_v2_exception_detail_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_apps_drive_labels_v2_exception_detail_proto_rawDescData)
325 })
326 return file_google_apps_drive_labels_v2_exception_detail_proto_rawDescData
327 }
328
329 var file_google_apps_drive_labels_v2_exception_detail_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
330 var file_google_apps_drive_labels_v2_exception_detail_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
331 var file_google_apps_drive_labels_v2_exception_detail_proto_goTypes = []interface{}{
332 (ExceptionType)(0),
333 (*ExceptionDetail)(nil),
334 }
335 var file_google_apps_drive_labels_v2_exception_detail_proto_depIdxs = []int32{
336 0,
337 1,
338 1,
339 1,
340 1,
341 0,
342 }
343
344 func init() { file_google_apps_drive_labels_v2_exception_detail_proto_init() }
345 func file_google_apps_drive_labels_v2_exception_detail_proto_init() {
346 if File_google_apps_drive_labels_v2_exception_detail_proto != nil {
347 return
348 }
349 if !protoimpl.UnsafeEnabled {
350 file_google_apps_drive_labels_v2_exception_detail_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
351 switch v := v.(*ExceptionDetail); i {
352 case 0:
353 return &v.state
354 case 1:
355 return &v.sizeCache
356 case 2:
357 return &v.unknownFields
358 default:
359 return nil
360 }
361 }
362 }
363 type x struct{}
364 out := protoimpl.TypeBuilder{
365 File: protoimpl.DescBuilder{
366 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
367 RawDescriptor: file_google_apps_drive_labels_v2_exception_detail_proto_rawDesc,
368 NumEnums: 1,
369 NumMessages: 1,
370 NumExtensions: 0,
371 NumServices: 0,
372 },
373 GoTypes: file_google_apps_drive_labels_v2_exception_detail_proto_goTypes,
374 DependencyIndexes: file_google_apps_drive_labels_v2_exception_detail_proto_depIdxs,
375 EnumInfos: file_google_apps_drive_labels_v2_exception_detail_proto_enumTypes,
376 MessageInfos: file_google_apps_drive_labels_v2_exception_detail_proto_msgTypes,
377 }.Build()
378 File_google_apps_drive_labels_v2_exception_detail_proto = out.File
379 file_google_apps_drive_labels_v2_exception_detail_proto_rawDesc = nil
380 file_google_apps_drive_labels_v2_exception_detail_proto_goTypes = nil
381 file_google_apps_drive_labels_v2_exception_detail_proto_depIdxs = nil
382 }
383
View as plain text