Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class RestartInstanceRequest.
Request message for restarting a Data Fusion instance.
Generated from protobuf message google.cloud.datafusion.v1.RestartInstanceRequest
Namespace
Google \ Cloud \ DataFusion \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the Data Fusion instance which need to be restarted in the form of projects/{project}/locations/{location}/instances/{instance} |
getName
Required. Name of the Data Fusion instance which need to be restarted in the form of projects/{project}/locations/{location}/instances/{instance}
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the Data Fusion instance which need to be restarted in the form of projects/{project}/locations/{location}/instances/{instance}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |