- 0.82.0 (latest)
 - 0.80.0
 - 0.79.0
 - 0.78.0
 - 0.77.0
 - 0.76.0
 - 0.74.0
 - 0.72.0
 - 0.71.0
 - 0.68.0
 - 0.67.0
 - 0.66.0
 - 0.64.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.60.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.49.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.5.0
 
public static final class JobMetadata.Builder extends GeneratedMessageV3.Builder<JobMetadata.Builder> implements JobMetadataOrBuilderMetadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.
 Protobuf type google.dataflow.v1beta3.JobMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > JobMetadata.BuilderImplements
JobMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllBigTableDetails(Iterable<? extends BigTableIODetails> values)
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;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.dataflow.v1beta3.BigTableIODetails> | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addAllBigqueryDetails(Iterable<? extends BigQueryIODetails> values)
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;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.dataflow.v1beta3.BigQueryIODetails> | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addAllDatastoreDetails(Iterable<? extends DatastoreIODetails> values)
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;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.dataflow.v1beta3.DatastoreIODetails> | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addAllFileDetails(Iterable<? extends FileIODetails> values)
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;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.dataflow.v1beta3.FileIODetails> | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addAllPubsubDetails(Iterable<? extends PubSubIODetails> values)
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;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.dataflow.v1beta3.PubSubIODetails> | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addAllSpannerDetails(Iterable<? extends SpannerIODetails> values)
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;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.dataflow.v1beta3.SpannerIODetails> | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigTableDetails(BigTableIODetails value)
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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        BigTableIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigTableDetails(BigTableIODetails.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        BigTableIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigTableDetails(int index, BigTableIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        BigTableIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigTableDetails(int index, BigTableIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        BigTableIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
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;
| Returns | |
|---|---|
| Type | Description | 
BigTableIODetails.Builder | 
        |
addBigTableDetailsBuilder(int index)
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;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigTableIODetails.Builder | 
        |
addBigqueryDetails(BigQueryIODetails value)
public JobMetadata.Builder addBigqueryDetails(BigQueryIODetails value)Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        BigQueryIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigqueryDetails(BigQueryIODetails.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        BigQueryIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigqueryDetails(int index, BigQueryIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        BigQueryIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigqueryDetails(int index, BigQueryIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        BigQueryIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addBigqueryDetailsBuilder()
public BigQueryIODetails.Builder addBigqueryDetailsBuilder()Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Returns | |
|---|---|
| Type | Description | 
BigQueryIODetails.Builder | 
        |
addBigqueryDetailsBuilder(int index)
public BigQueryIODetails.Builder addBigqueryDetailsBuilder(int index)Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigQueryIODetails.Builder | 
        |
addDatastoreDetails(DatastoreIODetails value)
public JobMetadata.Builder addDatastoreDetails(DatastoreIODetails value)Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        DatastoreIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addDatastoreDetails(DatastoreIODetails.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        DatastoreIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addDatastoreDetails(int index, DatastoreIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        DatastoreIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addDatastoreDetails(int index, DatastoreIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        DatastoreIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addDatastoreDetailsBuilder()
public DatastoreIODetails.Builder addDatastoreDetailsBuilder()Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Returns | |
|---|---|
| Type | Description | 
DatastoreIODetails.Builder | 
        |
addDatastoreDetailsBuilder(int index)
public DatastoreIODetails.Builder addDatastoreDetailsBuilder(int index)Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DatastoreIODetails.Builder | 
        |
addFileDetails(FileIODetails value)
public JobMetadata.Builder addFileDetails(FileIODetails value)Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        FileIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addFileDetails(FileIODetails.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        FileIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addFileDetails(int index, FileIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        FileIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addFileDetails(int index, FileIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        FileIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addFileDetailsBuilder()
public FileIODetails.Builder addFileDetailsBuilder()Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Returns | |
|---|---|
| Type | Description | 
FileIODetails.Builder | 
        |
addFileDetailsBuilder(int index)
public FileIODetails.Builder addFileDetailsBuilder(int index)Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
FileIODetails.Builder | 
        |
addPubsubDetails(PubSubIODetails value)
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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        PubSubIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addPubsubDetails(PubSubIODetails.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        PubSubIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addPubsubDetails(int index, PubSubIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        PubSubIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addPubsubDetails(int index, PubSubIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        PubSubIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addPubsubDetailsBuilder()
public PubSubIODetails.Builder addPubsubDetailsBuilder()Identification of a Pub/Sub source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Returns | |
|---|---|
| Type | Description | 
PubSubIODetails.Builder | 
        |
addPubsubDetailsBuilder(int index)
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;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PubSubIODetails.Builder | 
        |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public JobMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addSpannerDetails(SpannerIODetails value)
public JobMetadata.Builder addSpannerDetails(SpannerIODetails value)Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        SpannerIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addSpannerDetails(SpannerIODetails.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        SpannerIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addSpannerDetails(int index, SpannerIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        SpannerIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addSpannerDetails(int index, SpannerIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        SpannerIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
addSpannerDetailsBuilder()
public SpannerIODetails.Builder addSpannerDetailsBuilder()Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Returns | |
|---|---|
| Type | Description | 
SpannerIODetails.Builder | 
        |
addSpannerDetailsBuilder(int index)
public SpannerIODetails.Builder addSpannerDetailsBuilder(int index)Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
SpannerIODetails.Builder | 
        |
build()
public JobMetadata build()| Returns | |
|---|---|
| Type | Description | 
JobMetadata | 
        |
buildPartial()
public JobMetadata buildPartial()| Returns | |
|---|---|
| Type | Description | 
JobMetadata | 
        |
clear()
public JobMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
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;
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearBigqueryDetails()
public JobMetadata.Builder clearBigqueryDetails()Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearDatastoreDetails()
public JobMetadata.Builder clearDatastoreDetails()Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public JobMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearFileDetails()
public JobMetadata.Builder clearFileDetails()Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public JobMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearPubsubDetails()
public JobMetadata.Builder clearPubsubDetails()Identification of a Pub/Sub source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearSdkVersion()
public JobMetadata.Builder clearSdkVersion()The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearSpannerDetails()
public JobMetadata.Builder clearSpannerDetails()Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearUserDisplayProperties()
public JobMetadata.Builder clearUserDisplayProperties()| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clone()
public JobMetadata.Builder clone()| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
containsUserDisplayProperties(String key)
public boolean containsUserDisplayProperties(String key)List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getBigTableDetails(int index)
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;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigTableIODetails | 
        |
getBigTableDetailsBuilder(int index)
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;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigTableIODetails.Builder | 
        |
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;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getBigTableDetailsCount()
public int getBigTableDetailsCount()Identification of a Cloud Bigtable source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getBigTableDetailsList()
public List<BigTableIODetails> getBigTableDetailsList()Identification of a Cloud Bigtable source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Returns | |
|---|---|
| Type | Description | 
List<BigTableIODetails> | 
        |
getBigTableDetailsOrBuilder(int index)
public BigTableIODetailsOrBuilder getBigTableDetailsOrBuilder(int index)Identification of a Cloud Bigtable source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigTableIODetailsOrBuilder | 
        |
getBigTableDetailsOrBuilderList()
public List<? extends BigTableIODetailsOrBuilder> getBigTableDetailsOrBuilderList()Identification of a Cloud Bigtable source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.dataflow.v1beta3.BigTableIODetailsOrBuilder> | 
        |
getBigqueryDetails(int index)
public BigQueryIODetails getBigqueryDetails(int index)Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigQueryIODetails | 
        |
getBigqueryDetailsBuilder(int index)
public BigQueryIODetails.Builder getBigqueryDetailsBuilder(int index)Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigQueryIODetails.Builder | 
        |
getBigqueryDetailsBuilderList()
public List<BigQueryIODetails.Builder> getBigqueryDetailsBuilderList()Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getBigqueryDetailsCount()
public int getBigqueryDetailsCount()Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getBigqueryDetailsList()
public List<BigQueryIODetails> getBigqueryDetailsList()Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Returns | |
|---|---|
| Type | Description | 
List<BigQueryIODetails> | 
        |
getBigqueryDetailsOrBuilder(int index)
public BigQueryIODetailsOrBuilder getBigqueryDetailsOrBuilder(int index)Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
BigQueryIODetailsOrBuilder | 
        |
getBigqueryDetailsOrBuilderList()
public List<? extends BigQueryIODetailsOrBuilder> getBigqueryDetailsOrBuilderList()Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.dataflow.v1beta3.BigQueryIODetailsOrBuilder> | 
        |
getDatastoreDetails(int index)
public DatastoreIODetails getDatastoreDetails(int index)Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DatastoreIODetails | 
        |
getDatastoreDetailsBuilder(int index)
public DatastoreIODetails.Builder getDatastoreDetailsBuilder(int index)Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DatastoreIODetails.Builder | 
        |
getDatastoreDetailsBuilderList()
public List<DatastoreIODetails.Builder> getDatastoreDetailsBuilderList()Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getDatastoreDetailsCount()
public int getDatastoreDetailsCount()Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getDatastoreDetailsList()
public List<DatastoreIODetails> getDatastoreDetailsList()Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Returns | |
|---|---|
| Type | Description | 
List<DatastoreIODetails> | 
        |
getDatastoreDetailsOrBuilder(int index)
public DatastoreIODetailsOrBuilder getDatastoreDetailsOrBuilder(int index)Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DatastoreIODetailsOrBuilder | 
        |
getDatastoreDetailsOrBuilderList()
public List<? extends DatastoreIODetailsOrBuilder> getDatastoreDetailsOrBuilderList()Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.dataflow.v1beta3.DatastoreIODetailsOrBuilder> | 
        |
getDefaultInstanceForType()
public JobMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
JobMetadata | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getFileDetails(int index)
public FileIODetails getFileDetails(int index)Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
FileIODetails | 
        |
getFileDetailsBuilder(int index)
public FileIODetails.Builder getFileDetailsBuilder(int index)Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
FileIODetails.Builder | 
        |
getFileDetailsBuilderList()
public List<FileIODetails.Builder> getFileDetailsBuilderList()Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getFileDetailsCount()
public int getFileDetailsCount()Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getFileDetailsList()
public List<FileIODetails> getFileDetailsList()Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Returns | |
|---|---|
| Type | Description | 
List<FileIODetails> | 
        |
getFileDetailsOrBuilder(int index)
public FileIODetailsOrBuilder getFileDetailsOrBuilder(int index)Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
FileIODetailsOrBuilder | 
        |
getFileDetailsOrBuilderList()
public List<? extends FileIODetailsOrBuilder> getFileDetailsOrBuilderList()Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.dataflow.v1beta3.FileIODetailsOrBuilder> | 
        |
getMutableUserDisplayProperties() (deprecated)
public Map<String,String> getMutableUserDisplayProperties()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getPubsubDetails(int index)
public PubSubIODetails getPubsubDetails(int index)Identification of a Pub/Sub source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PubSubIODetails | 
        |
getPubsubDetailsBuilder(int index)
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;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PubSubIODetails.Builder | 
        |
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;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getPubsubDetailsCount()
public int getPubsubDetailsCount()Identification of a Pub/Sub source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getPubsubDetailsList()
public List<PubSubIODetails> getPubsubDetailsList()Identification of a Pub/Sub source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Returns | |
|---|---|
| Type | Description | 
List<PubSubIODetails> | 
        |
getPubsubDetailsOrBuilder(int index)
public PubSubIODetailsOrBuilder getPubsubDetailsOrBuilder(int index)Identification of a Pub/Sub source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
PubSubIODetailsOrBuilder | 
        |
getPubsubDetailsOrBuilderList()
public List<? extends PubSubIODetailsOrBuilder> getPubsubDetailsOrBuilderList()Identification of a Pub/Sub source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.dataflow.v1beta3.PubSubIODetailsOrBuilder> | 
        |
getSdkVersion()
public SdkVersion getSdkVersion()The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Returns | |
|---|---|
| Type | Description | 
SdkVersion | 
        The sdkVersion.  | 
      
getSdkVersionBuilder()
public SdkVersion.Builder getSdkVersionBuilder()The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Returns | |
|---|---|
| Type | Description | 
SdkVersion.Builder | 
        |
getSdkVersionOrBuilder()
public SdkVersionOrBuilder getSdkVersionOrBuilder()The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Returns | |
|---|---|
| Type | Description | 
SdkVersionOrBuilder | 
        |
getSpannerDetails(int index)
public SpannerIODetails getSpannerDetails(int index)Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
SpannerIODetails | 
        |
getSpannerDetailsBuilder(int index)
public SpannerIODetails.Builder getSpannerDetailsBuilder(int index)Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
SpannerIODetails.Builder | 
        |
getSpannerDetailsBuilderList()
public List<SpannerIODetails.Builder> getSpannerDetailsBuilderList()Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getSpannerDetailsCount()
public int getSpannerDetailsCount()Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getSpannerDetailsList()
public List<SpannerIODetails> getSpannerDetailsList()Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Returns | |
|---|---|
| Type | Description | 
List<SpannerIODetails> | 
        |
getSpannerDetailsOrBuilder(int index)
public SpannerIODetailsOrBuilder getSpannerDetailsOrBuilder(int index)Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
SpannerIODetailsOrBuilder | 
        |
getSpannerDetailsOrBuilderList()
public List<? extends SpannerIODetailsOrBuilder> getSpannerDetailsOrBuilderList()Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.dataflow.v1beta3.SpannerIODetailsOrBuilder> | 
        |
getUserDisplayProperties() (deprecated)
public Map<String,String> getUserDisplayProperties()Use #getUserDisplayPropertiesMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getUserDisplayPropertiesCount()
public int getUserDisplayPropertiesCount()List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getUserDisplayPropertiesMap()
public Map<String,String> getUserDisplayPropertiesMap()List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getUserDisplayPropertiesOrDefault(String key, String defaultValue)
public String getUserDisplayPropertiesOrDefault(String key, String defaultValue)List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getUserDisplayPropertiesOrThrow(String key)
public String getUserDisplayPropertiesOrThrow(String key)List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
hasSdkVersion()
public boolean hasSdkVersion()The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the sdkVersion field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
com.google.protobuf.MapFieldReflectionAccessor | 
        |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
com.google.protobuf.MapFieldReflectionAccessor | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(JobMetadata other)
public JobMetadata.Builder mergeFrom(JobMetadata other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        JobMetadata | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public JobMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
mergeSdkVersion(SdkVersion value)
public JobMetadata.Builder mergeSdkVersion(SdkVersion value)The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        SdkVersion | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final JobMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
putAllUserDisplayProperties(Map<String,String> values)
public JobMetadata.Builder putAllUserDisplayProperties(Map<String,String> values)List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Map<String,String> | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
putUserDisplayProperties(String key, String value)
public JobMetadata.Builder putUserDisplayProperties(String key, String value)List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
removeBigTableDetails(int index)
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;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
removeBigqueryDetails(int index)
public JobMetadata.Builder removeBigqueryDetails(int index)Identification of a BigQuery source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
removeDatastoreDetails(int index)
public JobMetadata.Builder removeDatastoreDetails(int index)Identification of a Datastore source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
removeFileDetails(int index)
public JobMetadata.Builder removeFileDetails(int index)Identification of a File source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
removePubsubDetails(int index)
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;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
removeSpannerDetails(int index)
public JobMetadata.Builder removeSpannerDetails(int index)Identification of a Spanner source used in the Dataflow job.
 repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
removeUserDisplayProperties(String key)
public JobMetadata.Builder removeUserDisplayProperties(String key)List of display properties to help UI filter jobs.
 map<string, string> user_display_properties = 8;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setBigTableDetails(int index, BigTableIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        BigTableIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setBigTableDetails(int index, BigTableIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        BigTableIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setBigqueryDetails(int index, BigQueryIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        BigQueryIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setBigqueryDetails(int index, BigQueryIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        BigQueryIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setDatastoreDetails(int index, DatastoreIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        DatastoreIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setDatastoreDetails(int index, DatastoreIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        DatastoreIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public JobMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setFileDetails(int index, FileIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        FileIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setFileDetails(int index, FileIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        FileIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setPubsubDetails(int index, PubSubIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        PubSubIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setPubsubDetails(int index, PubSubIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        PubSubIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public JobMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setSdkVersion(SdkVersion value)
public JobMetadata.Builder setSdkVersion(SdkVersion value)The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        SdkVersion | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setSdkVersion(SdkVersion.Builder builderForValue)
public JobMetadata.Builder setSdkVersion(SdkVersion.Builder builderForValue)The SDK version used to run the job.
 .google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        SdkVersion.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setSpannerDetails(int index, SpannerIODetails value)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        SpannerIODetails | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setSpannerDetails(int index, SpannerIODetails.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        SpannerIODetails.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final JobMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |