public interface StreamingApplianceSnapshotConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImportStateEndpoint()
public abstract String getImportStateEndpoint()Indicates which endpoint is used to import appliance state.
string import_state_endpoint = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The importStateEndpoint. |
getImportStateEndpointBytes()
public abstract ByteString getImportStateEndpointBytes()Indicates which endpoint is used to import appliance state.
string import_state_endpoint = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The snapshotId. |
getSnapshotIdBytes()
public abstract ByteString getSnapshotIdBytes()If set, indicates the snapshot id for the snapshot being performed.
string snapshot_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for snapshotId. |