Interface IntelligenceConfig.Filter.CloudStorageLocationsOrBuilder (2.56.0)

public static interface IntelligenceConfig.Filter.CloudStorageLocationsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocations(int index)

public abstract String getLocations(int index)

Optional. Bucket locations. Location can be any of the Cloud Storage regions specified in lower case format. For example, us-east1, us-west1.

repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The locations at the given index.

getLocationsBytes(int index)

public abstract ByteString getLocationsBytes(int index)

Optional. Bucket locations. Location can be any of the Cloud Storage regions specified in lower case format. For example, us-east1, us-west1.

repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the locations at the given index.

getLocationsCount()

public abstract int getLocationsCount()

Optional. Bucket locations. Location can be any of the Cloud Storage regions specified in lower case format. For example, us-east1, us-west1.

repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of locations.

getLocationsList()

public abstract List<String> getLocationsList()

Optional. Bucket locations. Location can be any of the Cloud Storage regions specified in lower case format. For example, us-east1, us-west1.

repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the locations.