Send feedback
Class LaunchTemplateRequest (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.9.0 keyboard_arrow_down
public final class LaunchTemplateRequest extends GeneratedMessageV3 implements LaunchTemplateRequestOrBuilder
A request to launch a template.
Protobuf type google.dataflow.v1beta3.LaunchTemplateRequest
Static Fields
DYNAMIC_TEMPLATE_FIELD_NUMBER
public static final int DYNAMIC_TEMPLATE_FIELD_NUMBER
Field Value
GCS_PATH_FIELD_NUMBER
public static final int GCS_PATH_FIELD_NUMBER
Field Value
LAUNCH_PARAMETERS_FIELD_NUMBER
public static final int LAUNCH_PARAMETERS_FIELD_NUMBER
Field Value
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value
VALIDATE_ONLY_FIELD_NUMBER
public static final int VALIDATE_ONLY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static LaunchTemplateRequest getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static LaunchTemplateRequest . Builder newBuilder ()
Returns
newBuilder(LaunchTemplateRequest prototype)
public static LaunchTemplateRequest . Builder newBuilder ( LaunchTemplateRequest prototype )
Parameter
Returns
public static LaunchTemplateRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static LaunchTemplateRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static LaunchTemplateRequest parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static LaunchTemplateRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static LaunchTemplateRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static LaunchTemplateRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static LaunchTemplateRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static LaunchTemplateRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static LaunchTemplateRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LaunchTemplateRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<LaunchTemplateRequest> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public LaunchTemplateRequest getDefaultInstanceForType ()
Returns
getDynamicTemplate()
public DynamicTemplateLaunchParams getDynamicTemplate ()
Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
Returns
getDynamicTemplateOrBuilder()
public DynamicTemplateLaunchParamsOrBuilder getDynamicTemplateOrBuilder ()
Params for launching a dynamic template.
.google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
Returns
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
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;
Returns
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;
Returns
getLocation()
public String getLocation ()
Returns
Type Description String The location.
getLocationBytes()
public ByteString getLocationBytes ()
Returns
getParserForType()
public Parser<LaunchTemplateRequest> getParserForType ()
Returns
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
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getTemplateCase()
public LaunchTemplateRequest . TemplateCase getTemplateCase ()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public LaunchTemplateRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LaunchTemplateRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public LaunchTemplateRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]