Interface LocationMetadataOrBuilder (1.43.0)

public interface LocationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocationFeatures(int index)

public abstract LocationFeature getLocationFeatures(int index)

List of supported features

repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
LocationFeature

The locationFeatures at the given index.

getLocationFeaturesCount()

public abstract int getLocationFeaturesCount()

List of supported features

repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;

Returns
Type Description
int

The count of locationFeatures.

getLocationFeaturesList()

public abstract List<LocationFeature> getLocationFeaturesList()

List of supported features

repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;

Returns
Type Description
List<LocationFeature>

A list containing the locationFeatures.

getLocationFeaturesValue(int index)

public abstract int getLocationFeaturesValue(int index)

List of supported features

repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of locationFeatures at the given index.

getLocationFeaturesValueList()

public abstract List<Integer> getLocationFeaturesValueList()

List of supported features

repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for locationFeatures.