Interface DeleteClusterRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteClusterRequest, DeleteClusterRequest.Builder
public interface DeleteClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Format: groups/{group}/clusters/{cluster}com.google.protobuf.ByteStringFormat: groups/{group}/clusters/{cluster}The commit summary for this change.com.google.protobuf.ByteStringThe commit summary for this change.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Format: groups/{group}/clusters/{cluster}string name = 1 [(.google.api.field_behavior) = IDENTIFIER];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Format: groups/{group}/clusters/{cluster}string name = 1 [(.google.api.field_behavior) = IDENTIFIER];- Returns:
- The bytes for name.
-
getSummary
String getSummary()The commit summary for this change. If not specified, a default message is used.
string summary = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The summary.
-
getSummaryBytes
com.google.protobuf.ByteString getSummaryBytes()The commit summary for this change. If not specified, a default message is used.
string summary = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for summary.
-