public static interface CustomConfig.ResourceSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceTypes(int index)
The resource types to run the detector on.
|
com.google.protobuf.ByteString |
getResourceTypesBytes(int index)
The resource types to run the detector on.
|
int |
getResourceTypesCount()
The resource types to run the detector on.
|
List<String> |
getResourceTypesList()
The resource types to run the detector on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getResourceTypesList()
The resource types to run the detector on.
repeated string resource_types = 1;int getResourceTypesCount()
The resource types to run the detector on.
repeated string resource_types = 1;String getResourceTypes(int index)
The resource types to run the detector on.
repeated string resource_types = 1;index - The index of the element to return.com.google.protobuf.ByteString getResourceTypesBytes(int index)
The resource types to run the detector on.
repeated string resource_types = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.