Interface LocationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocationMetadata
,LocationMetadata.Builder
public interface LocationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationFeature
getLocationFeatures(int index)
List of supported featuresint
getLocationFeaturesCount()
List of supported featuresList<LocationFeature>
getLocationFeaturesList()
List of supported featuresint
getLocationFeaturesValue(int index)
List of supported featuresList<Integer>
getLocationFeaturesValueList()
List of supported features-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocationFeaturesList
List<LocationFeature> getLocationFeaturesList()
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
- Returns:
- A list containing the locationFeatures.
-
getLocationFeaturesCount
int getLocationFeaturesCount()
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
- Returns:
- The count of locationFeatures.
-
getLocationFeatures
LocationFeature getLocationFeatures(int index)
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The locationFeatures at the given index.
-
getLocationFeaturesValueList
List<Integer> getLocationFeaturesValueList()
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
- Returns:
- A list containing the enum numeric values on the wire for locationFeatures.
-
getLocationFeaturesValue
int getLocationFeaturesValue(int index)
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of locationFeatures at the given index.
-
-