Uses of Class
com.google.cloud.gkehub.v1.FeatureName
-
Packages that use FeatureName Package Description com.google.cloud.gkehub.v1 A client to GKE Hub -
-
Uses of FeatureName in com.google.cloud.gkehub.v1
Methods in com.google.cloud.gkehub.v1 that return FeatureName Modifier and Type Method Description FeatureName
FeatureName.Builder. build()
static FeatureName
FeatureName. of(String project, String location, String feature)
static FeatureName
FeatureName. parse(String formattedString)
Methods in com.google.cloud.gkehub.v1 that return types with arguments of type FeatureName Modifier and Type Method Description static List<FeatureName>
FeatureName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gkehub.v1 with parameters of type FeatureName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
GkeHubClient. deleteFeatureAsync(FeatureName name)
Removes a Feature.Feature
GkeHubClient. getFeature(FeatureName name)
Gets details of a single Feature.com.google.api.gax.longrunning.OperationFuture<Feature,OperationMetadata>
GkeHubClient. updateFeatureAsync(FeatureName name, Feature resource, com.google.protobuf.FieldMask updateMask)
Updates an existing Feature.Method parameters in com.google.cloud.gkehub.v1 with type arguments of type FeatureName Modifier and Type Method Description static List<String>
FeatureName. toStringList(List<FeatureName> values)
-