Interface LaunchTemplateParametersOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LaunchTemplateParameters, LaunchTemplateParameters.Builder

    public interface LaunchTemplateParametersOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getJobName

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

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

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

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

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

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

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

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

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

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

        boolean getUpdate()
         If set, replace the existing pipeline with the name specified by jobName
         with this pipeline, preserving state.
         
        bool update = 4;
        Returns:
        The update.
      • getTransformNameMappingCount

        int getTransformNameMappingCount()
         Only applicable when updating a pipeline. Map of transform name prefixes of
         the job to be replaced to the corresponding name prefixes of the new job.
         
        map<string, string> transform_name_mapping = 5;
      • containsTransformNameMapping

        boolean containsTransformNameMapping​(String key)
         Only applicable when updating a pipeline. Map of transform name prefixes of
         the job to be replaced to the corresponding name prefixes of the new job.
         
        map<string, string> transform_name_mapping = 5;
      • getTransformNameMappingMap

        Map<String,​String> getTransformNameMappingMap()
         Only applicable when updating a pipeline. Map of transform name prefixes of
         the job to be replaced to the corresponding name prefixes of the new job.
         
        map<string, string> transform_name_mapping = 5;
      • getTransformNameMappingOrDefault

        String getTransformNameMappingOrDefault​(String key,
                                                String defaultValue)
         Only applicable when updating a pipeline. Map of transform name prefixes of
         the job to be replaced to the corresponding name prefixes of the new job.
         
        map<string, string> transform_name_mapping = 5;
      • getTransformNameMappingOrThrow

        String getTransformNameMappingOrThrow​(String key)
         Only applicable when updating a pipeline. Map of transform name prefixes of
         the job to be replaced to the corresponding name prefixes of the new job.
         
        map<string, string> transform_name_mapping = 5;