Package com.google.cloud.gkehub.v1alpha
Interface GetFeatureRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetFeatureRequest,GetFeatureRequest.Builder
public interface GetFeatureRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The Feature resource name in the format `projects/*/locations/*/features/*`com.google.protobuf.ByteStringgetNameBytes()The Feature resource name in the format `projects/*/locations/*/features/*`-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The Feature resource name in the format `projects/*/locations/*/features/*`
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The Feature resource name in the format `projects/*/locations/*/features/*`
string name = 1;- Returns:
- The bytes for name.
-
-