Interface CustomConfig.ResourceSelectorOrBuilder (2.50.0)

public static interface CustomConfig.ResourceSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceTypes(int index)

public abstract String getResourceTypes(int index)

The resource types to run the detector on.

repeated string resource_types = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The resourceTypes at the given index.

getResourceTypesBytes(int index)

public abstract ByteString getResourceTypesBytes(int index)

The resource types to run the detector on.

repeated string resource_types = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the resourceTypes at the given index.

getResourceTypesCount()

public abstract int getResourceTypesCount()

The resource types to run the detector on.

repeated string resource_types = 1;

Returns
Type Description
int

The count of resourceTypes.

getResourceTypesList()

public abstract List<String> getResourceTypesList()

The resource types to run the detector on.

repeated string resource_types = 1;

Returns
Type Description
List<String>

A list containing the resourceTypes.