Interface JobMetadataOrBuilder

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

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

      • hasSdkVersion

        boolean hasSdkVersion()
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
        Returns:
        Whether the sdkVersion field is set.
      • getSdkVersion

        SdkVersion getSdkVersion()
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
        Returns:
        The sdkVersion.
      • getSdkVersionOrBuilder

        SdkVersionOrBuilder getSdkVersionOrBuilder()
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
      • getSpannerDetailsList

        List<SpannerIODetails> getSpannerDetailsList()
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • getSpannerDetails

        SpannerIODetails getSpannerDetails​(int index)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • getSpannerDetailsCount

        int getSpannerDetailsCount()
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • getSpannerDetailsOrBuilderList

        List<? extends SpannerIODetailsOrBuilder> getSpannerDetailsOrBuilderList()
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • getSpannerDetailsOrBuilder

        SpannerIODetailsOrBuilder getSpannerDetailsOrBuilder​(int index)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • getBigqueryDetailsList

        List<BigQueryIODetails> getBigqueryDetailsList()
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • getBigqueryDetails

        BigQueryIODetails getBigqueryDetails​(int index)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • getBigqueryDetailsCount

        int getBigqueryDetailsCount()
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • getBigqueryDetailsOrBuilderList

        List<? extends BigQueryIODetailsOrBuilder> getBigqueryDetailsOrBuilderList()
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • getBigqueryDetailsOrBuilder

        BigQueryIODetailsOrBuilder getBigqueryDetailsOrBuilder​(int index)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • getBigTableDetailsList

        List<BigTableIODetails> getBigTableDetailsList()
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • getBigTableDetails

        BigTableIODetails getBigTableDetails​(int index)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • getBigTableDetailsCount

        int getBigTableDetailsCount()
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • getBigTableDetailsOrBuilderList

        List<? extends BigTableIODetailsOrBuilder> getBigTableDetailsOrBuilderList()
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • getBigTableDetailsOrBuilder

        BigTableIODetailsOrBuilder getBigTableDetailsOrBuilder​(int index)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • getPubsubDetailsList

        List<PubSubIODetails> getPubsubDetailsList()
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • getPubsubDetails

        PubSubIODetails getPubsubDetails​(int index)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • getPubsubDetailsCount

        int getPubsubDetailsCount()
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • getPubsubDetailsOrBuilderList

        List<? extends PubSubIODetailsOrBuilder> getPubsubDetailsOrBuilderList()
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • getPubsubDetailsOrBuilder

        PubSubIODetailsOrBuilder getPubsubDetailsOrBuilder​(int index)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • getFileDetailsList

        List<FileIODetails> getFileDetailsList()
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • getFileDetails

        FileIODetails getFileDetails​(int index)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • getFileDetailsCount

        int getFileDetailsCount()
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • getFileDetailsOrBuilderList

        List<? extends FileIODetailsOrBuilder> getFileDetailsOrBuilderList()
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • getFileDetailsOrBuilder

        FileIODetailsOrBuilder getFileDetailsOrBuilder​(int index)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • getDatastoreDetailsList

        List<DatastoreIODetails> getDatastoreDetailsList()
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • getDatastoreDetails

        DatastoreIODetails getDatastoreDetails​(int index)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • getDatastoreDetailsCount

        int getDatastoreDetailsCount()
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • getDatastoreDetailsOrBuilderList

        List<? extends DatastoreIODetailsOrBuilder> getDatastoreDetailsOrBuilderList()
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • getDatastoreDetailsOrBuilder

        DatastoreIODetailsOrBuilder getDatastoreDetailsOrBuilder​(int index)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;