Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StreamingApplianceSnapshotConfig.
Streaming appliance snapshot configuration.
Generated from protobuf message google.dataflow.v1beta3.StreamingApplianceSnapshotConfig
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ snapshot_id |
string
If set, indicates the snapshot id for the snapshot being performed. |
↳ import_state_endpoint |
string
Indicates which endpoint is used to import appliance state. |
getSnapshotId
If set, indicates the snapshot id for the snapshot being performed.
Returns | |
---|---|
Type | Description |
string |
setSnapshotId
If set, indicates the snapshot id for the snapshot being performed.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getImportStateEndpoint
Indicates which endpoint is used to import appliance state.
Returns | |
---|---|
Type | Description |
string |
setImportStateEndpoint
Indicates which endpoint is used to import appliance state.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |