Interface RollbackApiSpecRequestOrBuilder (0.10.0)

public interface RollbackApiSpecRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The spec 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 spec 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 spec. 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 spec. Example: c7cfa2a8

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

Returns
TypeDescription
ByteString

The bytes for revisionId.