Interface DeleteTagValueRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteTagValueRequest,DeleteTagValueRequest.Builder
public interface DeleteTagValueRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEtag()Optional.com.google.protobuf.ByteStringgetEtagBytes()Optional.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.booleangetValidateOnly()Optional.-
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()
Required. Resource name for TagValue to be deleted in the format tagValues/456.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Required. Resource name for TagValue to be deleted in the format tagValues/456.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
getValidateOnly
boolean getValidateOnly()
Optional. Set as true to perform the validations necessary for deletion, but not actually perform the action.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The validateOnly.
-
getEtag
String getEtag()
Optional. The etag known to the client for the expected state of the TagValue. This is to be used for optimistic concurrency.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The etag.
-
getEtagBytes
com.google.protobuf.ByteString getEtagBytes()
Optional. The etag known to the client for the expected state of the TagValue. This is to be used for optimistic concurrency.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for etag.
-
-