Interface JobMetadataOrBuilder (0.9.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
SdkVersion

The sdkVersion.

getSdkVersionOrBuilder()

public abstract SdkVersionOrBuilder getSdkVersionOrBuilder()

The SDK version used to run the job.

.google.dataflow.v1beta3.SdkVersion sdk_version = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the sdkVersion field is set.