Interface LaunchFlexTemplateResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Job getJob()
      The job that was launched, if the request was not a dry run and the job was successfully launched.
      JobOrBuilder getJobOrBuilder()
      The job that was launched, if the request was not a dry run and the job was successfully launched.
      boolean hasJob()
      The job that was launched, if the request was not a dry run and the job was successfully launched.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasJob

        boolean hasJob()
         The job that was launched, if the request was not a dry run and
         the job was successfully launched.
         
        .google.dataflow.v1beta3.Job job = 1;
        Returns:
        Whether the job field is set.
      • getJob

        Job getJob()
         The job that was launched, if the request was not a dry run and
         the job was successfully launched.
         
        .google.dataflow.v1beta3.Job job = 1;
        Returns:
        The job.
      • getJobOrBuilder

        JobOrBuilder getJobOrBuilder()
         The job that was launched, if the request was not a dry run and
         the job was successfully launched.
         
        .google.dataflow.v1beta3.Job job = 1;