...

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

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

     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/v2beta/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_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  // Deprecated: Use ExceptionType.Descriptor instead.
   185  func (ExceptionType) EnumDescriptor() ([]byte, []int) {
   186  	return file_google_apps_drive_labels_v2beta_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.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  // Deprecated: Use ExceptionDetail.ProtoReflect.Descriptor instead.
   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),      // 0: google.apps.drive.labels.v2beta.ExceptionType
   334  	(*ExceptionDetail)(nil), // 1: google.apps.drive.labels.v2beta.ExceptionDetail
   335  }
   336  var file_google_apps_drive_labels_v2beta_exception_detail_proto_depIdxs = []int32{
   337  	0, // 0: google.apps.drive.labels.v2beta.ExceptionDetail.error_type:type_name -> google.apps.drive.labels.v2beta.ExceptionType
   338  	1, // [1:1] is the sub-list for method output_type
   339  	1, // [1:1] is the sub-list for method input_type
   340  	1, // [1:1] is the sub-list for extension type_name
   341  	1, // [1:1] is the sub-list for extension extendee
   342  	0, // [0:1] is the sub-list for field type_name
   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