Class LaunchTemplateRequest

  • All Implemented Interfaces:
    LaunchTemplateRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class LaunchTemplateRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements LaunchTemplateRequestOrBuilder
     A request to launch a template.
     
    Protobuf type google.dataflow.v1beta3.LaunchTemplateRequest
    See Also:
    Serialized Form
    • Field Detail

      • PROJECT_ID_FIELD_NUMBER

        public static final int PROJECT_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VALIDATE_ONLY_FIELD_NUMBER

        public static final int VALIDATE_ONLY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DYNAMIC_TEMPLATE_FIELD_NUMBER

        public static final int DYNAMIC_TEMPLATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LAUNCH_PARAMETERS_FIELD_NUMBER

        public static final int LAUNCH_PARAMETERS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getProjectIdBytes

        public com.google.protobuf.ByteString getProjectIdBytes()
         Required. The ID of the Cloud Platform project that the job belongs to.
         
        string project_id = 1;
        Specified by:
        getProjectIdBytes in interface LaunchTemplateRequestOrBuilder
        Returns:
        The bytes for projectId.
      • getValidateOnly

        public boolean getValidateOnly()
         If true, the request is validated but not actually executed.
         Defaults to false.
         
        bool validate_only = 2;
        Specified by:
        getValidateOnly in interface LaunchTemplateRequestOrBuilder
        Returns:
        The validateOnly.
      • 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;
        Specified by:
        hasGcsPath in interface LaunchTemplateRequestOrBuilder
        Returns:
        Whether the gcsPath field is set.
      • 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;
        Specified by:
        getGcsPath in interface LaunchTemplateRequestOrBuilder
        Returns:
        The gcsPath.
      • getGcsPathBytes

        public com.google.protobuf.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;
        Specified by:
        getGcsPathBytes in interface LaunchTemplateRequestOrBuilder
        Returns:
        The bytes for gcsPath.
      • hasDynamicTemplate

        public boolean hasDynamicTemplate()
         Params for launching a dynamic template.
         
        .google.dataflow.v1beta3.DynamicTemplateLaunchParams dynamic_template = 6;
        Specified by:
        hasDynamicTemplate in interface LaunchTemplateRequestOrBuilder
        Returns:
        Whether the dynamicTemplate 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;
        Specified by:
        hasLaunchParameters in interface LaunchTemplateRequestOrBuilder
        Returns:
        Whether the launchParameters field is set.
      • getLocation

        public String getLocation()
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
         which to direct the request.
         
        string location = 5;
        Specified by:
        getLocation in interface LaunchTemplateRequestOrBuilder
        Returns:
        The location.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
         which to direct the request.
         
        string location = 5;
        Specified by:
        getLocationBytes in interface LaunchTemplateRequestOrBuilder
        Returns:
        The bytes for location.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static LaunchTemplateRequest parseFrom​(ByteBuffer data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LaunchTemplateRequest parseFrom​(ByteBuffer data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LaunchTemplateRequest parseFrom​(com.google.protobuf.ByteString data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LaunchTemplateRequest parseFrom​(com.google.protobuf.ByteString data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LaunchTemplateRequest parseFrom​(byte[] data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LaunchTemplateRequest parseFrom​(byte[] data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public LaunchTemplateRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public LaunchTemplateRequest.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected LaunchTemplateRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<LaunchTemplateRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public LaunchTemplateRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder