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 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.