public interface LaunchTemplateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDynamicTemplate()
public abstract DynamicTemplateLaunchParams getDynamicTemplate()Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
| Type | Description |
| DynamicTemplateLaunchParams | The dynamicTemplate. |
getDynamicTemplateOrBuilder()
public abstract DynamicTemplateLaunchParamsOrBuilder getDynamicTemplateOrBuilder()Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
| Type | Description |
| DynamicTemplateLaunchParamsOrBuilder |
getGcsPath()
public abstract String getGcsPath()A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
string gcs_path = 3;
| Type | Description |
| String | The gcsPath. |
getGcsPathBytes()
public abstract ByteString getGcsPathBytes()A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
string gcs_path = 3;
| Type | Description |
| ByteString | The bytes for gcsPath. |
getLaunchParameters()
public abstract LaunchTemplateParameters getLaunchParameters()The parameters of the template to launch. This should be part of the body of the POST request.
.google.dataflow.v1beta3.LaunchTemplateParameters launch_parameters = 4;
| Type | Description |
| LaunchTemplateParameters | The launchParameters. |
getLaunchParametersOrBuilder()
public abstract LaunchTemplateParametersOrBuilder getLaunchParametersOrBuilder()The parameters of the template to launch. This should be part of the body of the POST request.
.google.dataflow.v1beta3.LaunchTemplateParameters launch_parameters = 4;
| Type | Description |
| LaunchTemplateParametersOrBuilder |
getLocation()
public abstract String getLocation()The regional endpoint to which to direct the request.
string location = 5;
| Type | Description |
| String | The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The regional endpoint to which to direct the request.
string location = 5;
| Type | Description |
| ByteString | The bytes for location. |
getProjectId()
public abstract String getProjectId()Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
| Type | Description |
| String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
| Type | Description |
| ByteString | The bytes for projectId. |
getTemplateCase()
public abstract LaunchTemplateRequest.TemplateCase getTemplateCase()| Type | Description |
| LaunchTemplateRequest.TemplateCase |
getValidateOnly()
public abstract boolean getValidateOnly()If true, the request is validated but not actually executed. Defaults to false.
bool validate_only = 2;
| Type | Description |
| boolean | The validateOnly. |
hasDynamicTemplate()
public abstract boolean hasDynamicTemplate()Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
| Type | Description |
| boolean | Whether the dynamicTemplate field is set. |
hasGcsPath()
public abstract boolean hasGcsPath()A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
string gcs_path = 3;
| Type | Description |
| boolean | Whether the gcsPath field is set. |
hasLaunchParameters()
public abstract boolean hasLaunchParameters()The parameters of the template to launch. This should be part of the body of the POST request.
.google.dataflow.v1beta3.LaunchTemplateParameters launch_parameters = 4;
| Type | Description |
| boolean | Whether the launchParameters field is set. |