Uses of Class
com.google.cloud.networkconnectivity.v1.LocationFeature
-
Packages that use LocationFeature Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity API -
-
Uses of LocationFeature in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return LocationFeature Modifier and Type Method Description static LocationFeature
LocationFeature. forNumber(int value)
LocationFeature
LocationMetadata.Builder. getLocationFeatures(int index)
List of supported featuresLocationFeature
LocationMetadata. getLocationFeatures(int index)
List of supported featuresLocationFeature
LocationMetadataOrBuilder. getLocationFeatures(int index)
List of supported featuresstatic LocationFeature
LocationFeature. valueOf(int value)
Deprecated.static LocationFeature
LocationFeature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LocationFeature
LocationFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocationFeature[]
LocationFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type LocationFeature Modifier and Type Method Description List<LocationFeature>
LocationMetadata.Builder. getLocationFeaturesList()
List of supported featuresList<LocationFeature>
LocationMetadata. getLocationFeaturesList()
List of supported featuresList<LocationFeature>
LocationMetadataOrBuilder. getLocationFeaturesList()
List of supported featuresstatic com.google.protobuf.Internal.EnumLiteMap<LocationFeature>
LocationFeature. internalGetValueMap()
Methods in com.google.cloud.networkconnectivity.v1 with parameters of type LocationFeature Modifier and Type Method Description LocationMetadata.Builder
LocationMetadata.Builder. addLocationFeatures(LocationFeature value)
List of supported featuresLocationMetadata.Builder
LocationMetadata.Builder. setLocationFeatures(int index, LocationFeature value)
List of supported featuresMethod parameters in com.google.cloud.networkconnectivity.v1 with type arguments of type LocationFeature Modifier and Type Method Description LocationMetadata.Builder
LocationMetadata.Builder. addAllLocationFeatures(Iterable<? extends LocationFeature> values)
List of supported features
-