Interface StreamingApplianceSnapshotConfigOrBuilder (0.45.0)

public interface StreamingApplianceSnapshotConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImportStateEndpoint()

public abstract String getImportStateEndpoint()

Indicates which endpoint is used to import appliance state.

string import_state_endpoint = 2;

Returns
TypeDescription
String

The importStateEndpoint.

getImportStateEndpointBytes()

public abstract ByteString getImportStateEndpointBytes()

Indicates which endpoint is used to import appliance state.

string import_state_endpoint = 2;

Returns
TypeDescription
ByteString

The bytes for importStateEndpoint.

getSnapshotId()

public abstract String getSnapshotId()

If set, indicates the snapshot id for the snapshot being performed.

string snapshot_id = 1;

Returns
TypeDescription
String

The snapshotId.

getSnapshotIdBytes()

public abstract ByteString getSnapshotIdBytes()

If set, indicates the snapshot id for the snapshot being performed.

string snapshot_id = 1;

Returns
TypeDescription
ByteString

The bytes for snapshotId.