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 LocationFeatureLocationFeature. forNumber(int value)LocationFeatureLocationMetadata.Builder. getLocationFeatures(int index)List of supported featuresLocationFeatureLocationMetadata. getLocationFeatures(int index)List of supported featuresLocationFeatureLocationMetadataOrBuilder. getLocationFeatures(int index)List of supported featuresstatic LocationFeatureLocationFeature. valueOf(int value)Deprecated.static LocationFeatureLocationFeature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LocationFeatureLocationFeature. 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.BuilderLocationMetadata.Builder. addLocationFeatures(LocationFeature value)List of supported featuresLocationMetadata.BuilderLocationMetadata.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.BuilderLocationMetadata.Builder. addAllLocationFeatures(Iterable<? extends LocationFeature> values)List of supported features
-