Interface LocationMetadataOrBuilder (1.7.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
List<Integer>

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