Interface CustomConfig.ResourceSelectorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomConfig.ResourceSelector,CustomConfig.ResourceSelector.Builder
- Enclosing class:
- CustomConfig
public static interface CustomConfig.ResourceSelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResourceTypes(int index)The resource types to run the detector on.com.google.protobuf.ByteStringgetResourceTypesBytes(int index)The resource types to run the detector on.intgetResourceTypesCount()The resource types to run the detector on.List<String>getResourceTypesList()The resource types to run the detector on.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceTypesList
List<String> getResourceTypesList()
The resource types to run the detector on.
repeated string resource_types = 1;- Returns:
- A list containing the resourceTypes.
-
getResourceTypesCount
int getResourceTypesCount()
The resource types to run the detector on.
repeated string resource_types = 1;- Returns:
- The count of resourceTypes.
-
getResourceTypes
String getResourceTypes(int index)
The resource types to run the detector on.
repeated string resource_types = 1;- Parameters:
index- The index of the element to return.- Returns:
- The resourceTypes at the given index.
-
getResourceTypesBytes
com.google.protobuf.ByteString getResourceTypesBytes(int index)
The resource types to run the detector on.
repeated string resource_types = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the resourceTypes at the given index.
-
-