public interface JobMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigTableDetails(int index)
public abstract BigTableIODetails getBigTableDetails(int index)Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Name | Description |
index |
int |
| Type | Description |
BigTableIODetails |
getBigTableDetailsCount()
public abstract int getBigTableDetailsCount()Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Type | Description |
int |
getBigTableDetailsList()
public abstract List<BigTableIODetails> getBigTableDetailsList()Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Type | Description |
List<BigTableIODetails> |
getBigTableDetailsOrBuilder(int index)
public abstract BigTableIODetailsOrBuilder getBigTableDetailsOrBuilder(int index)Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Name | Description |
index |
int |
| Type | Description |
BigTableIODetailsOrBuilder |
getBigTableDetailsOrBuilderList()
public abstract List<? extends BigTableIODetailsOrBuilder> getBigTableDetailsOrBuilderList()Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.BigTableIODetailsOrBuilder> |
getBigqueryDetails(int index)
public abstract BigQueryIODetails getBigqueryDetails(int index)Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Name | Description |
index |
int |
| Type | Description |
BigQueryIODetails |
getBigqueryDetailsCount()
public abstract int getBigqueryDetailsCount()Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Type | Description |
int |
getBigqueryDetailsList()
public abstract List<BigQueryIODetails> getBigqueryDetailsList()Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Type | Description |
List<BigQueryIODetails> |
getBigqueryDetailsOrBuilder(int index)
public abstract BigQueryIODetailsOrBuilder getBigqueryDetailsOrBuilder(int index)Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Name | Description |
index |
int |
| Type | Description |
BigQueryIODetailsOrBuilder |
getBigqueryDetailsOrBuilderList()
public abstract List<? extends BigQueryIODetailsOrBuilder> getBigqueryDetailsOrBuilderList()Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.BigQueryIODetailsOrBuilder> |
getDatastoreDetails(int index)
public abstract DatastoreIODetails getDatastoreDetails(int index)Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Name | Description |
index |
int |
| Type | Description |
DatastoreIODetails |
getDatastoreDetailsCount()
public abstract int getDatastoreDetailsCount()Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Type | Description |
int |
getDatastoreDetailsList()
public abstract List<DatastoreIODetails> getDatastoreDetailsList()Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Type | Description |
List<DatastoreIODetails> |
getDatastoreDetailsOrBuilder(int index)
public abstract DatastoreIODetailsOrBuilder getDatastoreDetailsOrBuilder(int index)Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Name | Description |
index |
int |
| Type | Description |
DatastoreIODetailsOrBuilder |
getDatastoreDetailsOrBuilderList()
public abstract List<? extends DatastoreIODetailsOrBuilder> getDatastoreDetailsOrBuilderList()Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.DatastoreIODetailsOrBuilder> |
getFileDetails(int index)
public abstract FileIODetails getFileDetails(int index)Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Name | Description |
index |
int |
| Type | Description |
FileIODetails |
getFileDetailsCount()
public abstract int getFileDetailsCount()Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Type | Description |
int |
getFileDetailsList()
public abstract List<FileIODetails> getFileDetailsList()Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Type | Description |
List<FileIODetails> |
getFileDetailsOrBuilder(int index)
public abstract FileIODetailsOrBuilder getFileDetailsOrBuilder(int index)Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Name | Description |
index |
int |
| Type | Description |
FileIODetailsOrBuilder |
getFileDetailsOrBuilderList()
public abstract List<? extends FileIODetailsOrBuilder> getFileDetailsOrBuilderList()Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.FileIODetailsOrBuilder> |
getPubsubDetails(int index)
public abstract PubSubIODetails getPubsubDetails(int index)Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Name | Description |
index |
int |
| Type | Description |
PubSubIODetails |
getPubsubDetailsCount()
public abstract int getPubsubDetailsCount()Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Type | Description |
int |
getPubsubDetailsList()
public abstract List<PubSubIODetails> getPubsubDetailsList()Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Type | Description |
List<PubSubIODetails> |
getPubsubDetailsOrBuilder(int index)
public abstract PubSubIODetailsOrBuilder getPubsubDetailsOrBuilder(int index)Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Name | Description |
index |
int |
| Type | Description |
PubSubIODetailsOrBuilder |
getPubsubDetailsOrBuilderList()
public abstract List<? extends PubSubIODetailsOrBuilder> getPubsubDetailsOrBuilderList()Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.PubSubIODetailsOrBuilder> |
getSdkVersion()
public abstract SdkVersion getSdkVersion()The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Type | Description |
SdkVersion |
The sdkVersion. |
getSdkVersionOrBuilder()
public abstract SdkVersionOrBuilder getSdkVersionOrBuilder()The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Type | Description |
SdkVersionOrBuilder |
getSpannerDetails(int index)
public abstract SpannerIODetails getSpannerDetails(int index)Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Name | Description |
index |
int |
| Type | Description |
SpannerIODetails |
getSpannerDetailsCount()
public abstract int getSpannerDetailsCount()Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Type | Description |
int |
getSpannerDetailsList()
public abstract List<SpannerIODetails> getSpannerDetailsList()Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Type | Description |
List<SpannerIODetails> |
getSpannerDetailsOrBuilder(int index)
public abstract SpannerIODetailsOrBuilder getSpannerDetailsOrBuilder(int index)Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Name | Description |
index |
int |
| Type | Description |
SpannerIODetailsOrBuilder |
getSpannerDetailsOrBuilderList()
public abstract List<? extends SpannerIODetailsOrBuilder> getSpannerDetailsOrBuilderList()Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.SpannerIODetailsOrBuilder> |
hasSdkVersion()
public abstract boolean hasSdkVersion()The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
| Type | Description |
boolean |
Whether the sdkVersion field is set. |