Interface DeleteRecognizerRequestOrBuilder (4.36.0)

public interface DeleteRecognizerRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMissing()

public abstract boolean getAllowMissing()

If set to true, and the Recognizer is not found, the request will succeed and be a no-op (no Operation is recorded in this case).

bool allow_missing = 4;

Returns
TypeDescription
boolean

The allowMissing.

getEtag()

public abstract 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;

Returns
TypeDescription
String

The etag.

getEtagBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for etag.

getName()

public abstract String getName()

Required. The name of the Recognizer to delete. Format: projects/{project}/locations/{location}/recognizers/{recognizer}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the Recognizer to delete. Format: projects/{project}/locations/{location}/recognizers/{recognizer}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getValidateOnly()

public abstract boolean getValidateOnly()

If set, validate the request and preview the deleted Recognizer, but do not actually delete it.

bool validate_only = 2;

Returns
TypeDescription
boolean

The validateOnly.