...

Source file src/google.golang.org/genproto/googleapis/apps/drive/labels/v2/exception_detail.pb.go

Documentation: google.golang.org/genproto/googleapis/apps/drive/labels/v2

     1  // Copyright 2024 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by protoc-gen-go. DO NOT EDIT.
    16  // versions:
    17  // 	protoc-gen-go v1.26.0
    18  // 	protoc        v4.24.4
    19  // source: google/apps/drive/labels/v2/exception_detail.proto
    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  	// Verify that this generated code is sufficiently up-to-date.
    33  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    34  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    35  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    36  )
    37  
    38  // Every ExceptionType maps to one and only one Exception class. This allows
    39  // internal clients to identify the exact server exception that caused the
    40  // error for debugging and logging purposes.
    41  // Add new ExceptionTypes to EXCEPTION_TYPE_TO_ERROR_CODE_MAP in
    42  // j/c/g/apps/boq/metadata/model/service/exceptions/CategoryExceptionHelper
    43  type ExceptionType int32
    44  
    45  const (
    46  	// Unknown ExceptionType.
    47  	ExceptionType_EXCEPTION_TYPE_UNSPECIFIED ExceptionType = 0
    48  	// The required field is missing.
    49  	ExceptionType_FIELD_REQUIRED ExceptionType = 1
    50  	// Unable to create a metamodel with the given ID because it already exists.
    51  	ExceptionType_METAMODEL_ALREADY_EXISTS ExceptionType = 2
    52  	// Metamodel was not found
    53  	ExceptionType_METAMODEL_NOT_FOUND ExceptionType = 3
    54  	// Metamodel state transition isn't allowed.
    55  	ExceptionType_ILLEGAL_METAMODEL_STATE_TRANSITION ExceptionType = 4
    56  	// Metamodel deprecation policy is invalid.
    57  	ExceptionType_INVALID_METAMODEL_DEPRECATION_POLICY ExceptionType = 5
    58  	// Cannot delete a metamodel due to the pending deprecation policy.
    59  	ExceptionType_METAMODEL_DELETION_DENIED_UNTIL ExceptionType = 6
    60  	// A Field value is invalid.
    61  	ExceptionType_INVALID_FIELD ExceptionType = 7
    62  	// Precondition failed when updating a metamodel
    63  	ExceptionType_METAMODEL_PRECONDITION_FAILED ExceptionType = 8
    64  	// Multiple fields had the same key.
    65  	ExceptionType_DUPLICATE_FIELD_KEY ExceptionType = 9
    66  	// Removing a field from a Metamodel (e.g. a published Metamodel) is not
    67  	// permitted.
    68  	ExceptionType_ILLEGAL_FIELD_REMOVAL ExceptionType = 10
    69  	// Cannot specify field options for a different field type.
    70  	ExceptionType_ILLEGAL_FIELD_OPTIONS_FOR_FIELD ExceptionType = 11
    71  	// Some changes are not supported
    72  	ExceptionType_UNSUPPORTED_CHANGE_TO_PUBLISHED_METAMODEL ExceptionType = 12
    73  	// Cannot change the metamodel state in an update
    74  	ExceptionType_ILLEGAL_METAMODEL_STATE_TRANSITION_IN_UPDATE ExceptionType = 13
    75  	// The page token is expired
    76  	ExceptionType_PAGE_TOKEN_EXPIRED ExceptionType = 14
    77  	// The user is not authorized to make the request.
    78  	ExceptionType_NOT_AUTHORIZED ExceptionType = 15
    79  	// Illegal field state transition
    80  	ExceptionType_ILLEGAL_FIELD_STATE_TRANSITION ExceptionType = 16
    81  	// Illegal choice set option state transition
    82  	ExceptionType_ILLEGAL_CHOICE_SET_OPTION_STATE_TRANSITION ExceptionType = 17
    83  	// Invalid choice set options
    84  	ExceptionType_INVALID_CHOICE_SET_OPTIONS ExceptionType = 18
    85  	// Invalid field key
    86  	ExceptionType_INVALID_FIELD_KEY ExceptionType = 19
    87  	// A specified property on a field is outside the allowed range.
    88  	ExceptionType_INVALID_FIELD_PROPERTY_RANGE ExceptionType = 20
    89  	// A localized string wasn't valid. This may be because the locale is invalid,
    90  	// its missing a default value, or the translation is empty for a set locale.
    91  	ExceptionType_INVALID_LOCALIZED_STRING ExceptionType = 21
    92  	// cannot change a property on a published field
    93  	ExceptionType_ILLEGAL_CHANGE_TO_PUBLISHED_FIELD ExceptionType = 22
    94  	// A field update is not inclusive of the previous value
    95  	ExceptionType_INVALID_FIELD_UPDATE_NOT_INCLUSIVE ExceptionType = 23
    96  	// A field update is not inclusive of the previous value
    97  	ExceptionType_INVALID_CHOICE_SET_STATE ExceptionType = 24
    98  	// An unknown error occurred
    99  	ExceptionType_INTERNAL_SERVER_ERROR ExceptionType = 500
   100  )
   101  
   102  // Enum value maps for ExceptionType.
   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  // Deprecated: Use ExceptionType.Descriptor instead.
   185  func (ExceptionType) EnumDescriptor() ([]byte, []int) {
   186  	return file_google_apps_drive_labels_v2_exception_detail_proto_rawDescGZIP(), []int{0}
   187  }
   188  
   189  // Exception detail.
   190  type ExceptionDetail struct {
   191  	state         protoimpl.MessageState
   192  	sizeCache     protoimpl.SizeCache
   193  	unknownFields protoimpl.UnknownFields
   194  
   195  	// The type of exception that occurred. Required.
   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  // Deprecated: Use ExceptionDetail.ProtoReflect.Descriptor instead.
   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),      // 0: google.apps.drive.labels.v2.ExceptionType
   333  	(*ExceptionDetail)(nil), // 1: google.apps.drive.labels.v2.ExceptionDetail
   334  }
   335  var file_google_apps_drive_labels_v2_exception_detail_proto_depIdxs = []int32{
   336  	0, // 0: google.apps.drive.labels.v2.ExceptionDetail.error_type:type_name -> google.apps.drive.labels.v2.ExceptionType
   337  	1, // [1:1] is the sub-list for method output_type
   338  	1, // [1:1] is the sub-list for method input_type
   339  	1, // [1:1] is the sub-list for extension type_name
   340  	1, // [1:1] is the sub-list for extension extendee
   341  	0, // [0:1] is the sub-list for field type_name
   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