Interface CreateJobFromTemplateRequestOrBuilder

    • 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.
      • getJobName

        String getJobName()
         Required. The job name to use for the created job.
         
        string job_name = 4;
        Returns:
        The jobName.
      • getJobNameBytes

        com.google.protobuf.ByteString getJobNameBytes()
         Required. The job name to use for the created job.
         
        string job_name = 4;
        Returns:
        The bytes for jobName.
      • hasGcsPath

        boolean hasGcsPath()
         Required. A Cloud Storage path to the template from which to
         create the job.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string gcs_path = 2;
        Returns:
        Whether the gcsPath field is set.
      • getGcsPath

        String getGcsPath()
         Required. A Cloud Storage path to the template from which to
         create the job.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string gcs_path = 2;
        Returns:
        The gcsPath.
      • getGcsPathBytes

        com.google.protobuf.ByteString getGcsPathBytes()
         Required. A Cloud Storage path to the template from which to
         create the job.
         Must be a valid Cloud Storage URL, beginning with `gs://`.
         
        string gcs_path = 2;
        Returns:
        The bytes for gcsPath.
      • getParametersCount

        int getParametersCount()
         The runtime parameters to pass to the job.
         
        map<string, string> parameters = 3;
      • containsParameters

        boolean containsParameters​(String key)
         The runtime parameters to pass to the job.
         
        map<string, string> parameters = 3;
      • getParametersMap

        Map<String,​String> getParametersMap()
         The runtime parameters to pass to the job.
         
        map<string, string> parameters = 3;
      • getParametersOrDefault

        String getParametersOrDefault​(String key,
                                      String defaultValue)
         The runtime parameters to pass to the job.
         
        map<string, string> parameters = 3;
      • getParametersOrThrow

        String getParametersOrThrow​(String key)
         The runtime parameters to pass to the job.
         
        map<string, string> parameters = 3;
      • hasEnvironment

        boolean hasEnvironment()
         The runtime environment for the job.
         
        .google.dataflow.v1beta3.RuntimeEnvironment environment = 5;
        Returns:
        Whether the environment field is set.
      • getEnvironment

        RuntimeEnvironment getEnvironment()
         The runtime environment for the job.
         
        .google.dataflow.v1beta3.RuntimeEnvironment environment = 5;
        Returns:
        The environment.
      • getEnvironmentOrBuilder

        RuntimeEnvironmentOrBuilder getEnvironmentOrBuilder()
         The runtime environment for the job.
         
        .google.dataflow.v1beta3.RuntimeEnvironment environment = 5;
      • getLocation

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

        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 = 6;
        Returns:
        The bytes for location.