Interface LaunchTemplateRequestOrBuilder (0.9.0)

public interface LaunchTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDynamicTemplate()

public abstract DynamicTemplateLaunchParams getDynamicTemplate()

Params for launching a dynamic template.

.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;

Returns
TypeDescription
DynamicTemplateLaunchParams

The dynamicTemplate.

getDynamicTemplateOrBuilder()

public abstract DynamicTemplateLaunchParamsOrBuilder getDynamicTemplateOrBuilder()

Params for launching a dynamic template.

.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
LaunchTemplateParametersOrBuilder

getLocation()

public abstract String getLocation()

The regional endpoint to which to direct the request.

string location = 5;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The regional endpoint to which to direct the request.

string location = 5;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for projectId.

getTemplateCase()

public abstract LaunchTemplateRequest.TemplateCase getTemplateCase()
Returns
TypeDescription
LaunchTemplateRequest.TemplateCase

getValidateOnly()

public abstract boolean getValidateOnly()

If true, the request is validated but not actually executed. Defaults to false.

bool validate_only = 2;

Returns
TypeDescription
boolean

The validateOnly.

hasDynamicTemplate()

public abstract boolean hasDynamicTemplate()

Params for launching a dynamic template.

.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the launchParameters field is set.