Interface JobMetadataOrBuilder (0.46.0)

public interface JobMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
Type Description
boolean

Whether the sdkVersion field is set.