public interface LaunchFlexTemplateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLaunchParameter()
public abstract LaunchFlexTemplateParameter getLaunchParameter()Required. Parameter to launch a job form Flex Template.
.google.dataflow.v1beta3.LaunchFlexTemplateParameter launch_parameter = 2;
| Type | Description |
| LaunchFlexTemplateParameter | The launchParameter. |
getLaunchParameterOrBuilder()
public abstract LaunchFlexTemplateParameterOrBuilder getLaunchParameterOrBuilder()Required. Parameter to launch a job form Flex Template.
.google.dataflow.v1beta3.LaunchFlexTemplateParameter launch_parameter = 2;
| Type | Description |
| LaunchFlexTemplateParameterOrBuilder |
getLocation()
public abstract String getLocation()Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.
string location = 3;
| Type | Description |
| String | The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.
string location = 3;
| 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. |
getValidateOnly()
public abstract boolean getValidateOnly()If true, the request is validated but not actually executed. Defaults to false.
bool validate_only = 4;
| Type | Description |
| boolean | The validateOnly. |
hasLaunchParameter()
public abstract boolean hasLaunchParameter()Required. Parameter to launch a job form Flex Template.
.google.dataflow.v1beta3.LaunchFlexTemplateParameter launch_parameter = 2;
| Type | Description |
| boolean | Whether the launchParameter field is set. |