public final class LaunchTemplateRequest extends GeneratedMessageV3 implements LaunchTemplateRequestOrBuilder
A request to launch a template.
Protobuf type google.dataflow.v1beta3.LaunchTemplateRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DYNAMIC_TEMPLATE_FIELD_NUMBER
public static final int DYNAMIC_TEMPLATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
GCS_PATH_FIELD_NUMBER
public static final int GCS_PATH_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LAUNCH_PARAMETERS_FIELD_NUMBER
public static final int LAUNCH_PARAMETERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VALIDATE_ONLY_FIELD_NUMBER
public static final int VALIDATE_ONLY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static LaunchTemplateRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static LaunchTemplateRequest.Builder newBuilder()
newBuilder(LaunchTemplateRequest prototype)
public static LaunchTemplateRequest.Builder newBuilder(LaunchTemplateRequest prototype)
public static LaunchTemplateRequest parseDelimitedFrom(InputStream input)
public static LaunchTemplateRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static LaunchTemplateRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static LaunchTemplateRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom(CodedInputStream input)
public static LaunchTemplateRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom(InputStream input)
public static LaunchTemplateRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static LaunchTemplateRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<LaunchTemplateRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public LaunchTemplateRequest getDefaultInstanceForType()
getDynamicTemplate()
public DynamicTemplateLaunchParams getDynamicTemplate()
Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
getDynamicTemplateOrBuilder()
public DynamicTemplateLaunchParamsOrBuilder getDynamicTemplateOrBuilder()
Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
getGcsPath()
public 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 |
---|
Type | Description |
String | The gcsPath.
|
getGcsPathBytes()
public 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 |
---|
Type | Description |
ByteString | The bytes for gcsPath.
|
getLaunchParameters()
public 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;
getLaunchParametersOrBuilder()
public 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;
getLocation()
public String getLocation()
Returns |
---|
Type | Description |
String | The location.
|
getLocationBytes()
public ByteString getLocationBytes()
Returns |
---|
Type | Description |
ByteString | The bytes for location.
|
getParserForType()
public Parser<LaunchTemplateRequest> getParserForType()
Overrides
getProjectId()
public String getProjectId()
Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
Returns |
---|
Type | Description |
String | The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for projectId.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTemplateCase()
public LaunchTemplateRequest.TemplateCase getTemplateCase()
getValidateOnly()
public boolean getValidateOnly()
If true, the request is validated but not actually executed.
Defaults to false.
bool validate_only = 2;
Returns |
---|
Type | Description |
boolean | The validateOnly.
|
hasDynamicTemplate()
public boolean hasDynamicTemplate()
Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
Returns |
---|
Type | Description |
boolean | Whether the dynamicTemplate field is set.
|
hasGcsPath()
public 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 |
---|
Type | Description |
boolean | Whether the gcsPath field is set.
|
hasLaunchParameters()
public 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 |
---|
Type | Description |
boolean | Whether the launchParameters field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public LaunchTemplateRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LaunchTemplateRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public LaunchTemplateRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides