public interface DeleteCustomClassRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissing()
If set to true, and the CustomClass is not found, the request will succeed
and be a no-op (no Operation is recorded in this case).
|
String |
getEtag()
This checksum is computed by the server based on the value of other
fields.
|
com.google.protobuf.ByteString |
getEtagBytes()
This checksum is computed by the server based on the value of other
fields.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
getValidateOnly()
If set, validate the request and preview the deleted CustomClass, but do
not actually delete it.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the CustomClass to delete.
Format:
`projects/{project}/locations/{location}/customClasses/{custom_class}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the CustomClass to delete.
Format:
`projects/{project}/locations/{location}/customClasses/{custom_class}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getValidateOnly()
If set, validate the request and preview the deleted CustomClass, but do not actually delete it.
bool validate_only = 2;boolean getAllowMissing()
If set to true, and the CustomClass is not found, the request will succeed and be a no-op (no Operation is recorded in this case).
bool allow_missing = 4;String getEtag()
This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.
string etag = 3;com.google.protobuf.ByteString getEtagBytes()
This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.
string etag = 3;Copyright © 2023 Google LLC. All rights reserved.