public interface UndeleteRecognizerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 undeleted Recognizer, but do
not actually undelete it.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the Recognizer to undelete.
Format: `projects/{project}/locations/{location}/recognizers/{recognizer}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the Recognizer to undelete.
Format: `projects/{project}/locations/{location}/recognizers/{recognizer}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getValidateOnly()
If set, validate the request and preview the undeleted Recognizer, but do not actually undelete it.
bool validate_only = 3;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 = 4;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 = 4;Copyright © 2023 Google LLC. All rights reserved.