Package com.google.dataflow.v1beta3
Interface LaunchFlexTemplateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchFlexTemplateRequest
,LaunchFlexTemplateRequest.Builder
public interface LaunchFlexTemplateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchFlexTemplateParameter
getLaunchParameter()
Required.LaunchFlexTemplateParameterOrBuilder
getLaunchParameterOrBuilder()
Required.String
getLocation()
Required.com.google.protobuf.ByteString
getLocationBytes()
Required.String
getProjectId()
Required.com.google.protobuf.ByteString
getProjectIdBytes()
Required.boolean
getValidateOnly()
If true, the request is validated but not actually executed.boolean
hasLaunchParameter()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
hasLaunchParameter
boolean hasLaunchParameter()
Required. Parameter to launch a job form Flex Template.
.google.dataflow.v1beta3.LaunchFlexTemplateParameter launch_parameter = 2;
- Returns:
- Whether the launchParameter field is set.
-
getLaunchParameter
LaunchFlexTemplateParameter getLaunchParameter()
Required. Parameter to launch a job form Flex Template.
.google.dataflow.v1beta3.LaunchFlexTemplateParameter launch_parameter = 2;
- Returns:
- The launchParameter.
-
getLaunchParameterOrBuilder
LaunchFlexTemplateParameterOrBuilder getLaunchParameterOrBuilder()
Required. Parameter to launch a job form Flex Template.
.google.dataflow.v1beta3.LaunchFlexTemplateParameter launch_parameter = 2;
-
getLocation
String getLocation()
Required. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. E.g., us-central1, us-west1.
string location = 3;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
Required. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. E.g., us-central1, us-west1.
string location = 3;
- Returns:
- The bytes for location.
-
getValidateOnly
boolean getValidateOnly()
If true, the request is validated but not actually executed. Defaults to false.
bool validate_only = 4;
- Returns:
- The validateOnly.
-
-