Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class GetTemplateResponse.
The response to a GetTemplate request.
Generated from protobuf message google.dataflow.v1beta3.GetTemplateResponse
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ status |
Google\Rpc\Status
The status of the get template request. Any problems with the request will be indicated in the error_details. |
↳ metadata |
Google\Cloud\Dataflow\V1beta3\TemplateMetadata
The template metadata describing the template name, available parameters, etc. |
↳ template_type |
int
Template Type. |
↳ runtime_metadata |
Google\Cloud\Dataflow\V1beta3\RuntimeMetadata
Describes the runtime metadata with SDKInfo and available parameters. |
getStatus
The status of the get template request. Any problems with the request will be indicated in the error_details.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasStatus
clearStatus
setStatus
The status of the get template request. Any problems with the request will be indicated in the error_details.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |
getMetadata
The template metadata describing the template name, available parameters, etc.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataflow\V1beta3\TemplateMetadata|null |
hasMetadata
clearMetadata
setMetadata
The template metadata describing the template name, available parameters, etc.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataflow\V1beta3\TemplateMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getTemplateType
Template Type.
Returns | |
---|---|
Type | Description |
int |
setTemplateType
Template Type.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getRuntimeMetadata
Describes the runtime metadata with SDKInfo and available parameters.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataflow\V1beta3\RuntimeMetadata|null |
hasRuntimeMetadata
clearRuntimeMetadata
setRuntimeMetadata
Describes the runtime metadata with SDKInfo and available parameters.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataflow\V1beta3\RuntimeMetadata
|
Returns | |
---|---|
Type | Description |
$this |