Interface RollbackApiDeploymentRequestOrBuilder (0.3.1)

public interface RollbackApiDeploymentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The deployment being rolled back.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The deployment being rolled back.

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

Returns
TypeDescription
ByteString

The bytes for name.

getRevisionId()

public abstract String getRevisionId()

Required. The revision ID to roll back to. It must be a revision of the same deployment. Example: c7cfa2a8

string revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The revisionId.

getRevisionIdBytes()

public abstract ByteString getRevisionIdBytes()

Required. The revision ID to roll back to. It must be a revision of the same deployment. Example: c7cfa2a8

string revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for revisionId.