Class JobMetadata.Builder

  • All Implemented Interfaces:
    JobMetadataOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    JobMetadata

    public static final class JobMetadata.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
    implements JobMetadataOrBuilder
     Metadata available primarily for filtering jobs. Will be included in the
     ListJob response and Job SUMMARY view.
     
    Protobuf type google.dataflow.v1beta3.JobMetadata
    • Method Detail

      • 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.Builder<JobMetadata.Builder>
      • clear

        public JobMetadata.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • getDefaultInstanceForType

        public JobMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public JobMetadata build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public JobMetadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public JobMetadata.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • setField

        public JobMetadata.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                            Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • clearField

        public JobMetadata.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • clearOneof

        public JobMetadata.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • setRepeatedField

        public JobMetadata.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    int index,
                                                    Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • addRepeatedField

        public JobMetadata.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • mergeFrom

        public JobMetadata.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<JobMetadata.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • mergeFrom

        public JobMetadata.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<JobMetadata.Builder>
        Throws:
        IOException
      • hasSdkVersion

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

        public SdkVersion getSdkVersion()
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
        Specified by:
        getSdkVersion in interface JobMetadataOrBuilder
        Returns:
        The sdkVersion.
      • setSdkVersion

        public JobMetadata.Builder setSdkVersion​(SdkVersion value)
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
      • setSdkVersion

        public JobMetadata.Builder setSdkVersion​(SdkVersion.Builder builderForValue)
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
      • mergeSdkVersion

        public JobMetadata.Builder mergeSdkVersion​(SdkVersion value)
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
      • clearSdkVersion

        public JobMetadata.Builder clearSdkVersion()
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
      • getSdkVersionBuilder

        public SdkVersion.Builder getSdkVersionBuilder()
         The SDK version used to run the job.
         
        .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
      • getSpannerDetailsCount

        public int getSpannerDetailsCount()
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
        Specified by:
        getSpannerDetailsCount in interface JobMetadataOrBuilder
      • getSpannerDetails

        public SpannerIODetails getSpannerDetails​(int index)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
        Specified by:
        getSpannerDetails in interface JobMetadataOrBuilder
      • setSpannerDetails

        public JobMetadata.Builder setSpannerDetails​(int index,
                                                     SpannerIODetails value)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • setSpannerDetails

        public JobMetadata.Builder setSpannerDetails​(int index,
                                                     SpannerIODetails.Builder builderForValue)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • addSpannerDetails

        public JobMetadata.Builder addSpannerDetails​(SpannerIODetails value)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • addSpannerDetails

        public JobMetadata.Builder addSpannerDetails​(int index,
                                                     SpannerIODetails value)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • addSpannerDetails

        public JobMetadata.Builder addSpannerDetails​(SpannerIODetails.Builder builderForValue)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • addSpannerDetails

        public JobMetadata.Builder addSpannerDetails​(int index,
                                                     SpannerIODetails.Builder builderForValue)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • addAllSpannerDetails

        public JobMetadata.Builder addAllSpannerDetails​(Iterable<? extends SpannerIODetails> values)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • clearSpannerDetails

        public JobMetadata.Builder clearSpannerDetails()
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • removeSpannerDetails

        public JobMetadata.Builder removeSpannerDetails​(int index)
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • getSpannerDetailsBuilder

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

        public SpannerIODetails.Builder addSpannerDetailsBuilder()
         Identification of a Spanner source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
      • addSpannerDetailsBuilder

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

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

        public int getBigqueryDetailsCount()
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
        Specified by:
        getBigqueryDetailsCount in interface JobMetadataOrBuilder
      • getBigqueryDetails

        public BigQueryIODetails getBigqueryDetails​(int index)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
        Specified by:
        getBigqueryDetails in interface JobMetadataOrBuilder
      • setBigqueryDetails

        public JobMetadata.Builder setBigqueryDetails​(int index,
                                                      BigQueryIODetails value)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • setBigqueryDetails

        public JobMetadata.Builder setBigqueryDetails​(int index,
                                                      BigQueryIODetails.Builder builderForValue)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • addBigqueryDetails

        public JobMetadata.Builder addBigqueryDetails​(BigQueryIODetails value)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • addBigqueryDetails

        public JobMetadata.Builder addBigqueryDetails​(int index,
                                                      BigQueryIODetails value)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • addBigqueryDetails

        public JobMetadata.Builder addBigqueryDetails​(BigQueryIODetails.Builder builderForValue)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • addBigqueryDetails

        public JobMetadata.Builder addBigqueryDetails​(int index,
                                                      BigQueryIODetails.Builder builderForValue)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • addAllBigqueryDetails

        public JobMetadata.Builder addAllBigqueryDetails​(Iterable<? extends BigQueryIODetails> values)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • clearBigqueryDetails

        public JobMetadata.Builder clearBigqueryDetails()
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • removeBigqueryDetails

        public JobMetadata.Builder removeBigqueryDetails​(int index)
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • getBigqueryDetailsBuilder

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

        public BigQueryIODetails.Builder addBigqueryDetailsBuilder()
         Identification of a BigQuery source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
      • addBigqueryDetailsBuilder

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

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

        public int getBigTableDetailsCount()
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
        Specified by:
        getBigTableDetailsCount in interface JobMetadataOrBuilder
      • getBigTableDetails

        public BigTableIODetails getBigTableDetails​(int index)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
        Specified by:
        getBigTableDetails in interface JobMetadataOrBuilder
      • setBigTableDetails

        public JobMetadata.Builder setBigTableDetails​(int index,
                                                      BigTableIODetails value)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • setBigTableDetails

        public JobMetadata.Builder setBigTableDetails​(int index,
                                                      BigTableIODetails.Builder builderForValue)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • addBigTableDetails

        public JobMetadata.Builder addBigTableDetails​(BigTableIODetails value)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • addBigTableDetails

        public JobMetadata.Builder addBigTableDetails​(int index,
                                                      BigTableIODetails value)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • addBigTableDetails

        public JobMetadata.Builder addBigTableDetails​(BigTableIODetails.Builder builderForValue)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • addBigTableDetails

        public JobMetadata.Builder addBigTableDetails​(int index,
                                                      BigTableIODetails.Builder builderForValue)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • addAllBigTableDetails

        public JobMetadata.Builder addAllBigTableDetails​(Iterable<? extends BigTableIODetails> values)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • clearBigTableDetails

        public JobMetadata.Builder clearBigTableDetails()
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • removeBigTableDetails

        public JobMetadata.Builder removeBigTableDetails​(int index)
         Identification of a Cloud Bigtable source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
      • getBigTableDetailsBuilder

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

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

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

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

        public int getPubsubDetailsCount()
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
        Specified by:
        getPubsubDetailsCount in interface JobMetadataOrBuilder
      • getPubsubDetails

        public PubSubIODetails getPubsubDetails​(int index)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
        Specified by:
        getPubsubDetails in interface JobMetadataOrBuilder
      • setPubsubDetails

        public JobMetadata.Builder setPubsubDetails​(int index,
                                                    PubSubIODetails value)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • setPubsubDetails

        public JobMetadata.Builder setPubsubDetails​(int index,
                                                    PubSubIODetails.Builder builderForValue)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • addPubsubDetails

        public JobMetadata.Builder addPubsubDetails​(PubSubIODetails value)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • addPubsubDetails

        public JobMetadata.Builder addPubsubDetails​(int index,
                                                    PubSubIODetails value)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • addPubsubDetails

        public JobMetadata.Builder addPubsubDetails​(PubSubIODetails.Builder builderForValue)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • addPubsubDetails

        public JobMetadata.Builder addPubsubDetails​(int index,
                                                    PubSubIODetails.Builder builderForValue)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • addAllPubsubDetails

        public JobMetadata.Builder addAllPubsubDetails​(Iterable<? extends PubSubIODetails> values)
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • clearPubsubDetails

        public JobMetadata.Builder clearPubsubDetails()
         Identification of a Pub/Sub source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
      • removePubsubDetails

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

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

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

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

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

        public int getFileDetailsCount()
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
        Specified by:
        getFileDetailsCount in interface JobMetadataOrBuilder
      • getFileDetails

        public FileIODetails getFileDetails​(int index)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
        Specified by:
        getFileDetails in interface JobMetadataOrBuilder
      • setFileDetails

        public JobMetadata.Builder setFileDetails​(int index,
                                                  FileIODetails value)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • setFileDetails

        public JobMetadata.Builder setFileDetails​(int index,
                                                  FileIODetails.Builder builderForValue)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • addFileDetails

        public JobMetadata.Builder addFileDetails​(FileIODetails value)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • addFileDetails

        public JobMetadata.Builder addFileDetails​(int index,
                                                  FileIODetails value)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • addFileDetails

        public JobMetadata.Builder addFileDetails​(FileIODetails.Builder builderForValue)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • addFileDetails

        public JobMetadata.Builder addFileDetails​(int index,
                                                  FileIODetails.Builder builderForValue)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • addAllFileDetails

        public JobMetadata.Builder addAllFileDetails​(Iterable<? extends FileIODetails> values)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • clearFileDetails

        public JobMetadata.Builder clearFileDetails()
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • removeFileDetails

        public JobMetadata.Builder removeFileDetails​(int index)
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • getFileDetailsBuilder

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

        public FileIODetails.Builder addFileDetailsBuilder()
         Identification of a File source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
      • addFileDetailsBuilder

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

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

        public int getDatastoreDetailsCount()
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
        Specified by:
        getDatastoreDetailsCount in interface JobMetadataOrBuilder
      • getDatastoreDetails

        public DatastoreIODetails getDatastoreDetails​(int index)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
        Specified by:
        getDatastoreDetails in interface JobMetadataOrBuilder
      • setDatastoreDetails

        public JobMetadata.Builder setDatastoreDetails​(int index,
                                                       DatastoreIODetails value)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • setDatastoreDetails

        public JobMetadata.Builder setDatastoreDetails​(int index,
                                                       DatastoreIODetails.Builder builderForValue)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • addDatastoreDetails

        public JobMetadata.Builder addDatastoreDetails​(DatastoreIODetails value)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • addDatastoreDetails

        public JobMetadata.Builder addDatastoreDetails​(int index,
                                                       DatastoreIODetails value)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • addDatastoreDetails

        public JobMetadata.Builder addDatastoreDetails​(DatastoreIODetails.Builder builderForValue)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • addDatastoreDetails

        public JobMetadata.Builder addDatastoreDetails​(int index,
                                                       DatastoreIODetails.Builder builderForValue)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • addAllDatastoreDetails

        public JobMetadata.Builder addAllDatastoreDetails​(Iterable<? extends DatastoreIODetails> values)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • clearDatastoreDetails

        public JobMetadata.Builder clearDatastoreDetails()
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • removeDatastoreDetails

        public JobMetadata.Builder removeDatastoreDetails​(int index)
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • getDatastoreDetailsBuilder

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

        public DatastoreIODetails.Builder addDatastoreDetailsBuilder()
         Identification of a Datastore source used in the Dataflow job.
         
        repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
      • addDatastoreDetailsBuilder

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

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

        public final JobMetadata.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>
      • mergeUnknownFields

        public final JobMetadata.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<JobMetadata.Builder>