Interface RollbackInstanceRequestOrBuilder (1.1.1)

public interface RollbackInstanceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.

getTargetSnapshot()

public abstract String getTargetSnapshot()

Required. The snapshot for rollback. Example: "projects/test-project/global/snapshots/krwlzipynril".

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

Returns
TypeDescription
String

The targetSnapshot.

getTargetSnapshotBytes()

public abstract ByteString getTargetSnapshotBytes()

Required. The snapshot for rollback. Example: "projects/test-project/global/snapshots/krwlzipynril".

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

Returns
TypeDescription
ByteString

The bytes for targetSnapshot.