Interface DeleteRevisionRequestOrBuilder (0.12.0)

public interface DeleteRevisionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEtag()

public abstract String getEtag()

A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.

string etag = 3;

Returns
TypeDescription
String

The etag.

getEtagBytes()

public abstract ByteString getEtagBytes()

A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.

string etag = 3;

Returns
TypeDescription
ByteString

The bytes for etag.

getName()

public abstract String getName()

Required. The name of the Revision to delete. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}

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 Revision to delete. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}

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

Returns
TypeDescription
ByteString

The bytes for name.

getValidateOnly()

public abstract boolean getValidateOnly()

Indicates that the request should be validated without actually deleting any resources.

bool validate_only = 2;

Returns
TypeDescription
boolean

The validateOnly.