...

Source file src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta/scan_config_error.pb.go

Documentation: google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1beta

     1  // Copyright 2019 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  
    16  // Code generated by protoc-gen-go. DO NOT EDIT.
    17  // versions:
    18  // 	protoc-gen-go v1.26.0
    19  // 	protoc        v3.12.2
    20  // source: google/cloud/websecurityscanner/v1beta/scan_config_error.proto
    21  
    22  package websecurityscanner
    23  
    24  import (
    25  	reflect "reflect"
    26  	sync "sync"
    27  
    28  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    29  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    30  )
    31  
    32  const (
    33  	// Verify that this generated code is sufficiently up-to-date.
    34  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    35  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    36  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    37  )
    38  
    39  // Output only.
    40  // Defines an error reason code.
    41  // Next id: 44
    42  type ScanConfigError_Code int32
    43  
    44  const (
    45  	// There is no error.
    46  	ScanConfigError_CODE_UNSPECIFIED ScanConfigError_Code = 0
    47  	// There is no error.
    48  	ScanConfigError_OK ScanConfigError_Code = 0
    49  	// Indicates an internal server error.
    50  	// Please DO NOT USE THIS ERROR CODE unless the root cause is truly unknown.
    51  	ScanConfigError_INTERNAL_ERROR ScanConfigError_Code = 1
    52  	// One of the seed URLs is an App Engine URL but we cannot validate the scan
    53  	// settings due to an App Engine API backend error.
    54  	ScanConfigError_APPENGINE_API_BACKEND_ERROR ScanConfigError_Code = 2
    55  	// One of the seed URLs is an App Engine URL but we cannot access the
    56  	// App Engine API to validate scan settings.
    57  	ScanConfigError_APPENGINE_API_NOT_ACCESSIBLE ScanConfigError_Code = 3
    58  	// One of the seed URLs is an App Engine URL but the Default Host of the
    59  	// App Engine is not set.
    60  	ScanConfigError_APPENGINE_DEFAULT_HOST_MISSING ScanConfigError_Code = 4
    61  	// Google corporate accounts can not be used for scanning.
    62  	ScanConfigError_CANNOT_USE_GOOGLE_COM_ACCOUNT ScanConfigError_Code = 6
    63  	// The account of the scan creator can not be used for scanning.
    64  	ScanConfigError_CANNOT_USE_OWNER_ACCOUNT ScanConfigError_Code = 7
    65  	// This scan targets Compute Engine, but we cannot validate scan settings
    66  	// due to a Compute Engine API backend error.
    67  	ScanConfigError_COMPUTE_API_BACKEND_ERROR ScanConfigError_Code = 8
    68  	// This scan targets Compute Engine, but we cannot access the Compute Engine
    69  	// API to validate the scan settings.
    70  	ScanConfigError_COMPUTE_API_NOT_ACCESSIBLE ScanConfigError_Code = 9
    71  	// The Custom Login URL does not belong to the current project.
    72  	ScanConfigError_CUSTOM_LOGIN_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT ScanConfigError_Code = 10
    73  	// The Custom Login URL is malformed (can not be parsed).
    74  	ScanConfigError_CUSTOM_LOGIN_URL_MALFORMED ScanConfigError_Code = 11
    75  	// The Custom Login URL is mapped to a non-routable IP address in DNS.
    76  	ScanConfigError_CUSTOM_LOGIN_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS ScanConfigError_Code = 12
    77  	// The Custom Login URL is mapped to an IP address which is not reserved for
    78  	// the current project.
    79  	ScanConfigError_CUSTOM_LOGIN_URL_MAPPED_TO_UNRESERVED_ADDRESS ScanConfigError_Code = 13
    80  	// The Custom Login URL has a non-routable IP address.
    81  	ScanConfigError_CUSTOM_LOGIN_URL_HAS_NON_ROUTABLE_IP_ADDRESS ScanConfigError_Code = 14
    82  	// The Custom Login URL has an IP address which is not reserved for the
    83  	// current project.
    84  	ScanConfigError_CUSTOM_LOGIN_URL_HAS_UNRESERVED_IP_ADDRESS ScanConfigError_Code = 15
    85  	// Another scan with the same name (case-sensitive) already exists.
    86  	ScanConfigError_DUPLICATE_SCAN_NAME ScanConfigError_Code = 16
    87  	// A field is set to an invalid value.
    88  	ScanConfigError_INVALID_FIELD_VALUE ScanConfigError_Code = 18
    89  	// There was an error trying to authenticate to the scan target.
    90  	ScanConfigError_FAILED_TO_AUTHENTICATE_TO_TARGET ScanConfigError_Code = 19
    91  	// Finding type value is not specified in the list findings request.
    92  	ScanConfigError_FINDING_TYPE_UNSPECIFIED ScanConfigError_Code = 20
    93  	// Scan targets Compute Engine, yet current project was not whitelisted for
    94  	// Google Compute Engine Scanning Alpha access.
    95  	ScanConfigError_FORBIDDEN_TO_SCAN_COMPUTE ScanConfigError_Code = 21
    96  	// User tries to update managed scan
    97  	ScanConfigError_FORBIDDEN_UPDATE_TO_MANAGED_SCAN ScanConfigError_Code = 43
    98  	// The supplied filter is malformed. For example, it can not be parsed, does
    99  	// not have a filter type in expression, or the same filter type appears
   100  	// more than once.
   101  	ScanConfigError_MALFORMED_FILTER ScanConfigError_Code = 22
   102  	// The supplied resource name is malformed (can not be parsed).
   103  	ScanConfigError_MALFORMED_RESOURCE_NAME ScanConfigError_Code = 23
   104  	// The current project is not in an active state.
   105  	ScanConfigError_PROJECT_INACTIVE ScanConfigError_Code = 24
   106  	// A required field is not set.
   107  	ScanConfigError_REQUIRED_FIELD ScanConfigError_Code = 25
   108  	// Project id, scanconfig id, scanrun id, or finding id are not consistent
   109  	// with each other in resource name.
   110  	ScanConfigError_RESOURCE_NAME_INCONSISTENT ScanConfigError_Code = 26
   111  	// The scan being requested to start is already running.
   112  	ScanConfigError_SCAN_ALREADY_RUNNING ScanConfigError_Code = 27
   113  	// The scan that was requested to be stopped is not running.
   114  	ScanConfigError_SCAN_NOT_RUNNING ScanConfigError_Code = 28
   115  	// One of the seed URLs does not belong to the current project.
   116  	ScanConfigError_SEED_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT ScanConfigError_Code = 29
   117  	// One of the seed URLs is malformed (can not be parsed).
   118  	ScanConfigError_SEED_URL_MALFORMED ScanConfigError_Code = 30
   119  	// One of the seed URLs is mapped to a non-routable IP address in DNS.
   120  	ScanConfigError_SEED_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS ScanConfigError_Code = 31
   121  	// One of the seed URLs is mapped to an IP address which is not reserved
   122  	// for the current project.
   123  	ScanConfigError_SEED_URL_MAPPED_TO_UNRESERVED_ADDRESS ScanConfigError_Code = 32
   124  	// One of the seed URLs has on-routable IP address.
   125  	ScanConfigError_SEED_URL_HAS_NON_ROUTABLE_IP_ADDRESS ScanConfigError_Code = 33
   126  	// One of the seed URLs has an IP address that is not reserved
   127  	// for the current project.
   128  	ScanConfigError_SEED_URL_HAS_UNRESERVED_IP_ADDRESS ScanConfigError_Code = 35
   129  	// The Cloud Security Scanner service account is not configured under the
   130  	// project.
   131  	ScanConfigError_SERVICE_ACCOUNT_NOT_CONFIGURED ScanConfigError_Code = 36
   132  	// A project has reached the maximum number of scans.
   133  	ScanConfigError_TOO_MANY_SCANS ScanConfigError_Code = 37
   134  	// Resolving the details of the current project fails.
   135  	ScanConfigError_UNABLE_TO_RESOLVE_PROJECT_INFO ScanConfigError_Code = 38
   136  	// One or more blacklist patterns were in the wrong format.
   137  	ScanConfigError_UNSUPPORTED_BLACKLIST_PATTERN_FORMAT ScanConfigError_Code = 39
   138  	// The supplied filter is not supported.
   139  	ScanConfigError_UNSUPPORTED_FILTER ScanConfigError_Code = 40
   140  	// The supplied finding type is not supported. For example, we do not
   141  	// provide findings of the given finding type.
   142  	ScanConfigError_UNSUPPORTED_FINDING_TYPE ScanConfigError_Code = 41
   143  	// The URL scheme of one or more of the supplied URLs is not supported.
   144  	ScanConfigError_UNSUPPORTED_URL_SCHEME ScanConfigError_Code = 42
   145  )
   146  
   147  // Enum value maps for ScanConfigError_Code.
   148  var (
   149  	ScanConfigError_Code_name = map[int32]string{
   150  		0: "CODE_UNSPECIFIED",
   151  		// Duplicate value: 0: "OK",
   152  		1:  "INTERNAL_ERROR",
   153  		2:  "APPENGINE_API_BACKEND_ERROR",
   154  		3:  "APPENGINE_API_NOT_ACCESSIBLE",
   155  		4:  "APPENGINE_DEFAULT_HOST_MISSING",
   156  		6:  "CANNOT_USE_GOOGLE_COM_ACCOUNT",
   157  		7:  "CANNOT_USE_OWNER_ACCOUNT",
   158  		8:  "COMPUTE_API_BACKEND_ERROR",
   159  		9:  "COMPUTE_API_NOT_ACCESSIBLE",
   160  		10: "CUSTOM_LOGIN_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT",
   161  		11: "CUSTOM_LOGIN_URL_MALFORMED",
   162  		12: "CUSTOM_LOGIN_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS",
   163  		13: "CUSTOM_LOGIN_URL_MAPPED_TO_UNRESERVED_ADDRESS",
   164  		14: "CUSTOM_LOGIN_URL_HAS_NON_ROUTABLE_IP_ADDRESS",
   165  		15: "CUSTOM_LOGIN_URL_HAS_UNRESERVED_IP_ADDRESS",
   166  		16: "DUPLICATE_SCAN_NAME",
   167  		18: "INVALID_FIELD_VALUE",
   168  		19: "FAILED_TO_AUTHENTICATE_TO_TARGET",
   169  		20: "FINDING_TYPE_UNSPECIFIED",
   170  		21: "FORBIDDEN_TO_SCAN_COMPUTE",
   171  		43: "FORBIDDEN_UPDATE_TO_MANAGED_SCAN",
   172  		22: "MALFORMED_FILTER",
   173  		23: "MALFORMED_RESOURCE_NAME",
   174  		24: "PROJECT_INACTIVE",
   175  		25: "REQUIRED_FIELD",
   176  		26: "RESOURCE_NAME_INCONSISTENT",
   177  		27: "SCAN_ALREADY_RUNNING",
   178  		28: "SCAN_NOT_RUNNING",
   179  		29: "SEED_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT",
   180  		30: "SEED_URL_MALFORMED",
   181  		31: "SEED_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS",
   182  		32: "SEED_URL_MAPPED_TO_UNRESERVED_ADDRESS",
   183  		33: "SEED_URL_HAS_NON_ROUTABLE_IP_ADDRESS",
   184  		35: "SEED_URL_HAS_UNRESERVED_IP_ADDRESS",
   185  		36: "SERVICE_ACCOUNT_NOT_CONFIGURED",
   186  		37: "TOO_MANY_SCANS",
   187  		38: "UNABLE_TO_RESOLVE_PROJECT_INFO",
   188  		39: "UNSUPPORTED_BLACKLIST_PATTERN_FORMAT",
   189  		40: "UNSUPPORTED_FILTER",
   190  		41: "UNSUPPORTED_FINDING_TYPE",
   191  		42: "UNSUPPORTED_URL_SCHEME",
   192  	}
   193  	ScanConfigError_Code_value = map[string]int32{
   194  		"CODE_UNSPECIFIED":                                    0,
   195  		"OK":                                                  0,
   196  		"INTERNAL_ERROR":                                      1,
   197  		"APPENGINE_API_BACKEND_ERROR":                         2,
   198  		"APPENGINE_API_NOT_ACCESSIBLE":                        3,
   199  		"APPENGINE_DEFAULT_HOST_MISSING":                      4,
   200  		"CANNOT_USE_GOOGLE_COM_ACCOUNT":                       6,
   201  		"CANNOT_USE_OWNER_ACCOUNT":                            7,
   202  		"COMPUTE_API_BACKEND_ERROR":                           8,
   203  		"COMPUTE_API_NOT_ACCESSIBLE":                          9,
   204  		"CUSTOM_LOGIN_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT": 10,
   205  		"CUSTOM_LOGIN_URL_MALFORMED":                          11,
   206  		"CUSTOM_LOGIN_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS":     12,
   207  		"CUSTOM_LOGIN_URL_MAPPED_TO_UNRESERVED_ADDRESS":       13,
   208  		"CUSTOM_LOGIN_URL_HAS_NON_ROUTABLE_IP_ADDRESS":        14,
   209  		"CUSTOM_LOGIN_URL_HAS_UNRESERVED_IP_ADDRESS":          15,
   210  		"DUPLICATE_SCAN_NAME":                                 16,
   211  		"INVALID_FIELD_VALUE":                                 18,
   212  		"FAILED_TO_AUTHENTICATE_TO_TARGET":                    19,
   213  		"FINDING_TYPE_UNSPECIFIED":                            20,
   214  		"FORBIDDEN_TO_SCAN_COMPUTE":                           21,
   215  		"FORBIDDEN_UPDATE_TO_MANAGED_SCAN":                    43,
   216  		"MALFORMED_FILTER":                                    22,
   217  		"MALFORMED_RESOURCE_NAME":                             23,
   218  		"PROJECT_INACTIVE":                                    24,
   219  		"REQUIRED_FIELD":                                      25,
   220  		"RESOURCE_NAME_INCONSISTENT":                          26,
   221  		"SCAN_ALREADY_RUNNING":                                27,
   222  		"SCAN_NOT_RUNNING":                                    28,
   223  		"SEED_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT":         29,
   224  		"SEED_URL_MALFORMED":                                  30,
   225  		"SEED_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS":             31,
   226  		"SEED_URL_MAPPED_TO_UNRESERVED_ADDRESS":               32,
   227  		"SEED_URL_HAS_NON_ROUTABLE_IP_ADDRESS":                33,
   228  		"SEED_URL_HAS_UNRESERVED_IP_ADDRESS":                  35,
   229  		"SERVICE_ACCOUNT_NOT_CONFIGURED":                      36,
   230  		"TOO_MANY_SCANS":                                      37,
   231  		"UNABLE_TO_RESOLVE_PROJECT_INFO":                      38,
   232  		"UNSUPPORTED_BLACKLIST_PATTERN_FORMAT":                39,
   233  		"UNSUPPORTED_FILTER":                                  40,
   234  		"UNSUPPORTED_FINDING_TYPE":                            41,
   235  		"UNSUPPORTED_URL_SCHEME":                              42,
   236  	}
   237  )
   238  
   239  func (x ScanConfigError_Code) Enum() *ScanConfigError_Code {
   240  	p := new(ScanConfigError_Code)
   241  	*p = x
   242  	return p
   243  }
   244  
   245  func (x ScanConfigError_Code) String() string {
   246  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
   247  }
   248  
   249  func (ScanConfigError_Code) Descriptor() protoreflect.EnumDescriptor {
   250  	return file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_enumTypes[0].Descriptor()
   251  }
   252  
   253  func (ScanConfigError_Code) Type() protoreflect.EnumType {
   254  	return &file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_enumTypes[0]
   255  }
   256  
   257  func (x ScanConfigError_Code) Number() protoreflect.EnumNumber {
   258  	return protoreflect.EnumNumber(x)
   259  }
   260  
   261  // Deprecated: Use ScanConfigError_Code.Descriptor instead.
   262  func (ScanConfigError_Code) EnumDescriptor() ([]byte, []int) {
   263  	return file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescGZIP(), []int{0, 0}
   264  }
   265  
   266  // Defines a custom error message used by CreateScanConfig and UpdateScanConfig
   267  // APIs when scan configuration validation fails. It is also reported as part of
   268  // a ScanRunErrorTrace message if scan validation fails due to a scan
   269  // configuration error.
   270  type ScanConfigError struct {
   271  	state         protoimpl.MessageState
   272  	sizeCache     protoimpl.SizeCache
   273  	unknownFields protoimpl.UnknownFields
   274  
   275  	// Indicates the reason code for a configuration failure.
   276  	Code ScanConfigError_Code `protobuf:"varint,1,opt,name=code,proto3,enum=google.cloud.websecurityscanner.v1beta.ScanConfigError_Code" json:"code,omitempty"`
   277  	// Indicates the full name of the ScanConfig field that triggers this error,
   278  	// for example "scan_config.max_qps". This field is provided for
   279  	// troubleshooting purposes only and its actual value can change in the
   280  	// future.
   281  	FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
   282  }
   283  
   284  func (x *ScanConfigError) Reset() {
   285  	*x = ScanConfigError{}
   286  	if protoimpl.UnsafeEnabled {
   287  		mi := &file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_msgTypes[0]
   288  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   289  		ms.StoreMessageInfo(mi)
   290  	}
   291  }
   292  
   293  func (x *ScanConfigError) String() string {
   294  	return protoimpl.X.MessageStringOf(x)
   295  }
   296  
   297  func (*ScanConfigError) ProtoMessage() {}
   298  
   299  func (x *ScanConfigError) ProtoReflect() protoreflect.Message {
   300  	mi := &file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_msgTypes[0]
   301  	if protoimpl.UnsafeEnabled && x != nil {
   302  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   303  		if ms.LoadMessageInfo() == nil {
   304  			ms.StoreMessageInfo(mi)
   305  		}
   306  		return ms
   307  	}
   308  	return mi.MessageOf(x)
   309  }
   310  
   311  // Deprecated: Use ScanConfigError.ProtoReflect.Descriptor instead.
   312  func (*ScanConfigError) Descriptor() ([]byte, []int) {
   313  	return file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescGZIP(), []int{0}
   314  }
   315  
   316  func (x *ScanConfigError) GetCode() ScanConfigError_Code {
   317  	if x != nil {
   318  		return x.Code
   319  	}
   320  	return ScanConfigError_CODE_UNSPECIFIED
   321  }
   322  
   323  func (x *ScanConfigError) GetFieldName() string {
   324  	if x != nil {
   325  		return x.FieldName
   326  	}
   327  	return ""
   328  }
   329  
   330  var File_google_cloud_websecurityscanner_v1beta_scan_config_error_proto protoreflect.FileDescriptor
   331  
   332  var file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDesc = []byte{
   333  	0x0a, 0x3e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x77,
   334  	0x65, 0x62, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65,
   335  	0x72, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x63, 0x6f,
   336  	0x6e, 0x66, 0x69, 0x67, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   337  	0x12, 0x26, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x77,
   338  	0x65, 0x62, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65,
   339  	0x72, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x22, 0xfe, 0x0b, 0x0a, 0x0f, 0x53, 0x63, 0x61,
   340  	0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x50, 0x0a, 0x04,
   341  	0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x3c, 0x2e, 0x67, 0x6f, 0x6f,
   342  	0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x77, 0x65, 0x62, 0x73, 0x65, 0x63,
   343  	0x75, 0x72, 0x69, 0x74, 0x79, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x62,
   344  	0x65, 0x74, 0x61, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x45, 0x72,
   345  	0x72, 0x6f, 0x72, 0x2e, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1d,
   346  	0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
   347  	0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xf9, 0x0a,
   348  	0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x43, 0x4f, 0x44, 0x45, 0x5f, 0x55,
   349  	0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x06, 0x0a, 0x02,
   350  	0x4f, 0x4b, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, 0x4c,
   351  	0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x01, 0x12, 0x1f, 0x0a, 0x1b, 0x41, 0x50, 0x50, 0x45,
   352  	0x4e, 0x47, 0x49, 0x4e, 0x45, 0x5f, 0x41, 0x50, 0x49, 0x5f, 0x42, 0x41, 0x43, 0x4b, 0x45, 0x4e,
   353  	0x44, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x20, 0x0a, 0x1c, 0x41, 0x50, 0x50,
   354  	0x45, 0x4e, 0x47, 0x49, 0x4e, 0x45, 0x5f, 0x41, 0x50, 0x49, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x41,
   355  	0x43, 0x43, 0x45, 0x53, 0x53, 0x49, 0x42, 0x4c, 0x45, 0x10, 0x03, 0x12, 0x22, 0x0a, 0x1e, 0x41,
   356  	0x50, 0x50, 0x45, 0x4e, 0x47, 0x49, 0x4e, 0x45, 0x5f, 0x44, 0x45, 0x46, 0x41, 0x55, 0x4c, 0x54,
   357  	0x5f, 0x48, 0x4f, 0x53, 0x54, 0x5f, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4e, 0x47, 0x10, 0x04, 0x12,
   358  	0x21, 0x0a, 0x1d, 0x43, 0x41, 0x4e, 0x4e, 0x4f, 0x54, 0x5f, 0x55, 0x53, 0x45, 0x5f, 0x47, 0x4f,
   359  	0x4f, 0x47, 0x4c, 0x45, 0x5f, 0x43, 0x4f, 0x4d, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54,
   360  	0x10, 0x06, 0x12, 0x1c, 0x0a, 0x18, 0x43, 0x41, 0x4e, 0x4e, 0x4f, 0x54, 0x5f, 0x55, 0x53, 0x45,
   361  	0x5f, 0x4f, 0x57, 0x4e, 0x45, 0x52, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x07,
   362  	0x12, 0x1d, 0x0a, 0x19, 0x43, 0x4f, 0x4d, 0x50, 0x55, 0x54, 0x45, 0x5f, 0x41, 0x50, 0x49, 0x5f,
   363  	0x42, 0x41, 0x43, 0x4b, 0x45, 0x4e, 0x44, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x08, 0x12,
   364  	0x1e, 0x0a, 0x1a, 0x43, 0x4f, 0x4d, 0x50, 0x55, 0x54, 0x45, 0x5f, 0x41, 0x50, 0x49, 0x5f, 0x4e,
   365  	0x4f, 0x54, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x53, 0x53, 0x49, 0x42, 0x4c, 0x45, 0x10, 0x09, 0x12,
   366  	0x37, 0x0a, 0x33, 0x43, 0x55, 0x53, 0x54, 0x4f, 0x4d, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x4e, 0x5f,
   367  	0x55, 0x52, 0x4c, 0x5f, 0x44, 0x4f, 0x45, 0x53, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x42, 0x45, 0x4c,
   368  	0x4f, 0x4e, 0x47, 0x5f, 0x54, 0x4f, 0x5f, 0x43, 0x55, 0x52, 0x52, 0x45, 0x4e, 0x54, 0x5f, 0x50,
   369  	0x52, 0x4f, 0x4a, 0x45, 0x43, 0x54, 0x10, 0x0a, 0x12, 0x1e, 0x0a, 0x1a, 0x43, 0x55, 0x53, 0x54,
   370  	0x4f, 0x4d, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x4e, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x4d, 0x41, 0x4c,
   371  	0x46, 0x4f, 0x52, 0x4d, 0x45, 0x44, 0x10, 0x0b, 0x12, 0x33, 0x0a, 0x2f, 0x43, 0x55, 0x53, 0x54,
   372  	0x4f, 0x4d, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x4e, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x4d, 0x41, 0x50,
   373  	0x50, 0x45, 0x44, 0x5f, 0x54, 0x4f, 0x5f, 0x4e, 0x4f, 0x4e, 0x5f, 0x52, 0x4f, 0x55, 0x54, 0x41,
   374  	0x42, 0x4c, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x10, 0x0c, 0x12, 0x31, 0x0a,
   375  	0x2d, 0x43, 0x55, 0x53, 0x54, 0x4f, 0x4d, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x4e, 0x5f, 0x55, 0x52,
   376  	0x4c, 0x5f, 0x4d, 0x41, 0x50, 0x50, 0x45, 0x44, 0x5f, 0x54, 0x4f, 0x5f, 0x55, 0x4e, 0x52, 0x45,
   377  	0x53, 0x45, 0x52, 0x56, 0x45, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x10, 0x0d,
   378  	0x12, 0x30, 0x0a, 0x2c, 0x43, 0x55, 0x53, 0x54, 0x4f, 0x4d, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x4e,
   379  	0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x48, 0x41, 0x53, 0x5f, 0x4e, 0x4f, 0x4e, 0x5f, 0x52, 0x4f, 0x55,
   380  	0x54, 0x41, 0x42, 0x4c, 0x45, 0x5f, 0x49, 0x50, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53,
   381  	0x10, 0x0e, 0x12, 0x2e, 0x0a, 0x2a, 0x43, 0x55, 0x53, 0x54, 0x4f, 0x4d, 0x5f, 0x4c, 0x4f, 0x47,
   382  	0x49, 0x4e, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x48, 0x41, 0x53, 0x5f, 0x55, 0x4e, 0x52, 0x45, 0x53,
   383  	0x45, 0x52, 0x56, 0x45, 0x44, 0x5f, 0x49, 0x50, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53,
   384  	0x10, 0x0f, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x55, 0x50, 0x4c, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f,
   385  	0x53, 0x43, 0x41, 0x4e, 0x5f, 0x4e, 0x41, 0x4d, 0x45, 0x10, 0x10, 0x12, 0x17, 0x0a, 0x13, 0x49,
   386  	0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x5f, 0x56, 0x41, 0x4c,
   387  	0x55, 0x45, 0x10, 0x12, 0x12, 0x24, 0x0a, 0x20, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x54,
   388  	0x4f, 0x5f, 0x41, 0x55, 0x54, 0x48, 0x45, 0x4e, 0x54, 0x49, 0x43, 0x41, 0x54, 0x45, 0x5f, 0x54,
   389  	0x4f, 0x5f, 0x54, 0x41, 0x52, 0x47, 0x45, 0x54, 0x10, 0x13, 0x12, 0x1c, 0x0a, 0x18, 0x46, 0x49,
   390  	0x4e, 0x44, 0x49, 0x4e, 0x47, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45,
   391  	0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x14, 0x12, 0x1d, 0x0a, 0x19, 0x46, 0x4f, 0x52, 0x42,
   392  	0x49, 0x44, 0x44, 0x45, 0x4e, 0x5f, 0x54, 0x4f, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x5f, 0x43, 0x4f,
   393  	0x4d, 0x50, 0x55, 0x54, 0x45, 0x10, 0x15, 0x12, 0x24, 0x0a, 0x20, 0x46, 0x4f, 0x52, 0x42, 0x49,
   394  	0x44, 0x44, 0x45, 0x4e, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x54, 0x4f, 0x5f, 0x4d,
   395  	0x41, 0x4e, 0x41, 0x47, 0x45, 0x44, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x10, 0x2b, 0x12, 0x14, 0x0a,
   396  	0x10, 0x4d, 0x41, 0x4c, 0x46, 0x4f, 0x52, 0x4d, 0x45, 0x44, 0x5f, 0x46, 0x49, 0x4c, 0x54, 0x45,
   397  	0x52, 0x10, 0x16, 0x12, 0x1b, 0x0a, 0x17, 0x4d, 0x41, 0x4c, 0x46, 0x4f, 0x52, 0x4d, 0x45, 0x44,
   398  	0x5f, 0x52, 0x45, 0x53, 0x4f, 0x55, 0x52, 0x43, 0x45, 0x5f, 0x4e, 0x41, 0x4d, 0x45, 0x10, 0x17,
   399  	0x12, 0x14, 0x0a, 0x10, 0x50, 0x52, 0x4f, 0x4a, 0x45, 0x43, 0x54, 0x5f, 0x49, 0x4e, 0x41, 0x43,
   400  	0x54, 0x49, 0x56, 0x45, 0x10, 0x18, 0x12, 0x12, 0x0a, 0x0e, 0x52, 0x45, 0x51, 0x55, 0x49, 0x52,
   401  	0x45, 0x44, 0x5f, 0x46, 0x49, 0x45, 0x4c, 0x44, 0x10, 0x19, 0x12, 0x1e, 0x0a, 0x1a, 0x52, 0x45,
   402  	0x53, 0x4f, 0x55, 0x52, 0x43, 0x45, 0x5f, 0x4e, 0x41, 0x4d, 0x45, 0x5f, 0x49, 0x4e, 0x43, 0x4f,
   403  	0x4e, 0x53, 0x49, 0x53, 0x54, 0x45, 0x4e, 0x54, 0x10, 0x1a, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x43,
   404  	0x41, 0x4e, 0x5f, 0x41, 0x4c, 0x52, 0x45, 0x41, 0x44, 0x59, 0x5f, 0x52, 0x55, 0x4e, 0x4e, 0x49,
   405  	0x4e, 0x47, 0x10, 0x1b, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x43, 0x41, 0x4e, 0x5f, 0x4e, 0x4f, 0x54,
   406  	0x5f, 0x52, 0x55, 0x4e, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x1c, 0x12, 0x2f, 0x0a, 0x2b, 0x53, 0x45,
   407  	0x45, 0x44, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x44, 0x4f, 0x45, 0x53, 0x5f, 0x4e, 0x4f, 0x54, 0x5f,
   408  	0x42, 0x45, 0x4c, 0x4f, 0x4e, 0x47, 0x5f, 0x54, 0x4f, 0x5f, 0x43, 0x55, 0x52, 0x52, 0x45, 0x4e,
   409  	0x54, 0x5f, 0x50, 0x52, 0x4f, 0x4a, 0x45, 0x43, 0x54, 0x10, 0x1d, 0x12, 0x16, 0x0a, 0x12, 0x53,
   410  	0x45, 0x45, 0x44, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x4d, 0x41, 0x4c, 0x46, 0x4f, 0x52, 0x4d, 0x45,
   411  	0x44, 0x10, 0x1e, 0x12, 0x2b, 0x0a, 0x27, 0x53, 0x45, 0x45, 0x44, 0x5f, 0x55, 0x52, 0x4c, 0x5f,
   412  	0x4d, 0x41, 0x50, 0x50, 0x45, 0x44, 0x5f, 0x54, 0x4f, 0x5f, 0x4e, 0x4f, 0x4e, 0x5f, 0x52, 0x4f,
   413  	0x55, 0x54, 0x41, 0x42, 0x4c, 0x45, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x10, 0x1f,
   414  	0x12, 0x29, 0x0a, 0x25, 0x53, 0x45, 0x45, 0x44, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x4d, 0x41, 0x50,
   415  	0x50, 0x45, 0x44, 0x5f, 0x54, 0x4f, 0x5f, 0x55, 0x4e, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45,
   416  	0x44, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x10, 0x20, 0x12, 0x28, 0x0a, 0x24, 0x53,
   417  	0x45, 0x45, 0x44, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x48, 0x41, 0x53, 0x5f, 0x4e, 0x4f, 0x4e, 0x5f,
   418  	0x52, 0x4f, 0x55, 0x54, 0x41, 0x42, 0x4c, 0x45, 0x5f, 0x49, 0x50, 0x5f, 0x41, 0x44, 0x44, 0x52,
   419  	0x45, 0x53, 0x53, 0x10, 0x21, 0x12, 0x26, 0x0a, 0x22, 0x53, 0x45, 0x45, 0x44, 0x5f, 0x55, 0x52,
   420  	0x4c, 0x5f, 0x48, 0x41, 0x53, 0x5f, 0x55, 0x4e, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, 0x44,
   421  	0x5f, 0x49, 0x50, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x10, 0x23, 0x12, 0x22, 0x0a,
   422  	0x1e, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54,
   423  	0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x47, 0x55, 0x52, 0x45, 0x44, 0x10,
   424  	0x24, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x4f, 0x4f, 0x5f, 0x4d, 0x41, 0x4e, 0x59, 0x5f, 0x53, 0x43,
   425  	0x41, 0x4e, 0x53, 0x10, 0x25, 0x12, 0x22, 0x0a, 0x1e, 0x55, 0x4e, 0x41, 0x42, 0x4c, 0x45, 0x5f,
   426  	0x54, 0x4f, 0x5f, 0x52, 0x45, 0x53, 0x4f, 0x4c, 0x56, 0x45, 0x5f, 0x50, 0x52, 0x4f, 0x4a, 0x45,
   427  	0x43, 0x54, 0x5f, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0x26, 0x12, 0x28, 0x0a, 0x24, 0x55, 0x4e, 0x53,
   428  	0x55, 0x50, 0x50, 0x4f, 0x52, 0x54, 0x45, 0x44, 0x5f, 0x42, 0x4c, 0x41, 0x43, 0x4b, 0x4c, 0x49,
   429  	0x53, 0x54, 0x5f, 0x50, 0x41, 0x54, 0x54, 0x45, 0x52, 0x4e, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x41,
   430  	0x54, 0x10, 0x27, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x4e, 0x53, 0x55, 0x50, 0x50, 0x4f, 0x52, 0x54,
   431  	0x45, 0x44, 0x5f, 0x46, 0x49, 0x4c, 0x54, 0x45, 0x52, 0x10, 0x28, 0x12, 0x1c, 0x0a, 0x18, 0x55,
   432  	0x4e, 0x53, 0x55, 0x50, 0x50, 0x4f, 0x52, 0x54, 0x45, 0x44, 0x5f, 0x46, 0x49, 0x4e, 0x44, 0x49,
   433  	0x4e, 0x47, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x29, 0x12, 0x1a, 0x0a, 0x16, 0x55, 0x4e, 0x53,
   434  	0x55, 0x50, 0x50, 0x4f, 0x52, 0x54, 0x45, 0x44, 0x5f, 0x55, 0x52, 0x4c, 0x5f, 0x53, 0x43, 0x48,
   435  	0x45, 0x4d, 0x45, 0x10, 0x2a, 0x1a, 0x02, 0x10, 0x01, 0x42, 0x9c, 0x02, 0x0a, 0x2a, 0x63, 0x6f,
   436  	0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x77,
   437  	0x65, 0x62, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65,
   438  	0x72, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x42, 0x14, 0x53, 0x63, 0x61, 0x6e, 0x43, 0x6f,
   439  	0x6e, 0x66, 0x69, 0x67, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01,
   440  	0x5a, 0x58, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
   441  	0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f,
   442  	0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x77, 0x65,
   443  	0x62, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72,
   444  	0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x3b, 0x77, 0x65, 0x62, 0x73, 0x65, 0x63, 0x75, 0x72,
   445  	0x69, 0x74, 0x79, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0xaa, 0x02, 0x26, 0x47, 0x6f, 0x6f,
   446  	0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x57, 0x65, 0x62, 0x53, 0x65, 0x63,
   447  	0x75, 0x72, 0x69, 0x74, 0x79, 0x53, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x56, 0x31, 0x42,
   448  	0x65, 0x74, 0x61, 0xca, 0x02, 0x26, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f,
   449  	0x75, 0x64, 0x5c, 0x57, 0x65, 0x62, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x53, 0x63,
   450  	0x61, 0x6e, 0x6e, 0x65, 0x72, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xea, 0x02, 0x29, 0x47,
   451  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x57, 0x65,
   452  	0x62, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x53, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72,
   453  	0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   454  }
   455  
   456  var (
   457  	file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescOnce sync.Once
   458  	file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescData = file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDesc
   459  )
   460  
   461  func file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescGZIP() []byte {
   462  	file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescOnce.Do(func() {
   463  		file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescData)
   464  	})
   465  	return file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDescData
   466  }
   467  
   468  var file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
   469  var file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   470  var file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_goTypes = []interface{}{
   471  	(ScanConfigError_Code)(0), // 0: google.cloud.websecurityscanner.v1beta.ScanConfigError.Code
   472  	(*ScanConfigError)(nil),   // 1: google.cloud.websecurityscanner.v1beta.ScanConfigError
   473  }
   474  var file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_depIdxs = []int32{
   475  	0, // 0: google.cloud.websecurityscanner.v1beta.ScanConfigError.code:type_name -> google.cloud.websecurityscanner.v1beta.ScanConfigError.Code
   476  	1, // [1:1] is the sub-list for method output_type
   477  	1, // [1:1] is the sub-list for method input_type
   478  	1, // [1:1] is the sub-list for extension type_name
   479  	1, // [1:1] is the sub-list for extension extendee
   480  	0, // [0:1] is the sub-list for field type_name
   481  }
   482  
   483  func init() { file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_init() }
   484  func file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_init() {
   485  	if File_google_cloud_websecurityscanner_v1beta_scan_config_error_proto != nil {
   486  		return
   487  	}
   488  	if !protoimpl.UnsafeEnabled {
   489  		file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   490  			switch v := v.(*ScanConfigError); i {
   491  			case 0:
   492  				return &v.state
   493  			case 1:
   494  				return &v.sizeCache
   495  			case 2:
   496  				return &v.unknownFields
   497  			default:
   498  				return nil
   499  			}
   500  		}
   501  	}
   502  	type x struct{}
   503  	out := protoimpl.TypeBuilder{
   504  		File: protoimpl.DescBuilder{
   505  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   506  			RawDescriptor: file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDesc,
   507  			NumEnums:      1,
   508  			NumMessages:   1,
   509  			NumExtensions: 0,
   510  			NumServices:   0,
   511  		},
   512  		GoTypes:           file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_goTypes,
   513  		DependencyIndexes: file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_depIdxs,
   514  		EnumInfos:         file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_enumTypes,
   515  		MessageInfos:      file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_msgTypes,
   516  	}.Build()
   517  	File_google_cloud_websecurityscanner_v1beta_scan_config_error_proto = out.File
   518  	file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_rawDesc = nil
   519  	file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_goTypes = nil
   520  	file_google_cloud_websecurityscanner_v1beta_scan_config_error_proto_depIdxs = nil
   521  }
   522  

View as plain text