Package com.google.dataflow.v1beta3
Interface JobMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobMetadata
,JobMetadata.Builder
public interface JobMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryIODetails
getBigqueryDetails(int index)
Identification of a BigQuery source used in the Dataflow job.int
getBigqueryDetailsCount()
Identification of a BigQuery source used in the Dataflow job.List<BigQueryIODetails>
getBigqueryDetailsList()
Identification of a BigQuery source used in the Dataflow job.BigQueryIODetailsOrBuilder
getBigqueryDetailsOrBuilder(int index)
Identification of a BigQuery source used in the Dataflow job.List<? extends BigQueryIODetailsOrBuilder>
getBigqueryDetailsOrBuilderList()
Identification of a BigQuery source used in the Dataflow job.BigTableIODetails
getBigTableDetails(int index)
Identification of a Cloud Bigtable source used in the Dataflow job.int
getBigTableDetailsCount()
Identification of a Cloud Bigtable source used in the Dataflow job.List<BigTableIODetails>
getBigTableDetailsList()
Identification of a Cloud Bigtable source used in the Dataflow job.BigTableIODetailsOrBuilder
getBigTableDetailsOrBuilder(int index)
Identification of a Cloud Bigtable source used in the Dataflow job.List<? extends BigTableIODetailsOrBuilder>
getBigTableDetailsOrBuilderList()
Identification of a Cloud Bigtable source used in the Dataflow job.DatastoreIODetails
getDatastoreDetails(int index)
Identification of a Datastore source used in the Dataflow job.int
getDatastoreDetailsCount()
Identification of a Datastore source used in the Dataflow job.List<DatastoreIODetails>
getDatastoreDetailsList()
Identification of a Datastore source used in the Dataflow job.DatastoreIODetailsOrBuilder
getDatastoreDetailsOrBuilder(int index)
Identification of a Datastore source used in the Dataflow job.List<? extends DatastoreIODetailsOrBuilder>
getDatastoreDetailsOrBuilderList()
Identification of a Datastore source used in the Dataflow job.FileIODetails
getFileDetails(int index)
Identification of a File source used in the Dataflow job.int
getFileDetailsCount()
Identification of a File source used in the Dataflow job.List<FileIODetails>
getFileDetailsList()
Identification of a File source used in the Dataflow job.FileIODetailsOrBuilder
getFileDetailsOrBuilder(int index)
Identification of a File source used in the Dataflow job.List<? extends FileIODetailsOrBuilder>
getFileDetailsOrBuilderList()
Identification of a File source used in the Dataflow job.PubSubIODetails
getPubsubDetails(int index)
Identification of a Pub/Sub source used in the Dataflow job.int
getPubsubDetailsCount()
Identification of a Pub/Sub source used in the Dataflow job.List<PubSubIODetails>
getPubsubDetailsList()
Identification of a Pub/Sub source used in the Dataflow job.PubSubIODetailsOrBuilder
getPubsubDetailsOrBuilder(int index)
Identification of a Pub/Sub source used in the Dataflow job.List<? extends PubSubIODetailsOrBuilder>
getPubsubDetailsOrBuilderList()
Identification of a Pub/Sub source used in the Dataflow job.SdkVersion
getSdkVersion()
The SDK version used to run the job.SdkVersionOrBuilder
getSdkVersionOrBuilder()
The SDK version used to run the job.SpannerIODetails
getSpannerDetails(int index)
Identification of a Spanner source used in the Dataflow job.int
getSpannerDetailsCount()
Identification of a Spanner source used in the Dataflow job.List<SpannerIODetails>
getSpannerDetailsList()
Identification of a Spanner source used in the Dataflow job.SpannerIODetailsOrBuilder
getSpannerDetailsOrBuilder(int index)
Identification of a Spanner source used in the Dataflow job.List<? extends SpannerIODetailsOrBuilder>
getSpannerDetailsOrBuilderList()
Identification of a Spanner source used in the Dataflow job.boolean
hasSdkVersion()
The SDK version used to run the job.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSdkVersion
boolean hasSdkVersion()
The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
- Returns:
- Whether the sdkVersion field is set.
-
getSdkVersion
SdkVersion getSdkVersion()
The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
- Returns:
- The sdkVersion.
-
getSdkVersionOrBuilder
SdkVersionOrBuilder getSdkVersionOrBuilder()
The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
-
getSpannerDetailsList
List<SpannerIODetails> getSpannerDetailsList()
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
-
getSpannerDetails
SpannerIODetails getSpannerDetails(int index)
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
-
getSpannerDetailsCount
int getSpannerDetailsCount()
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
-
getSpannerDetailsOrBuilderList
List<? extends SpannerIODetailsOrBuilder> getSpannerDetailsOrBuilderList()
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
-
getSpannerDetailsOrBuilder
SpannerIODetailsOrBuilder getSpannerDetailsOrBuilder(int index)
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
-
getBigqueryDetailsList
List<BigQueryIODetails> getBigqueryDetailsList()
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
-
getBigqueryDetails
BigQueryIODetails getBigqueryDetails(int index)
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
-
getBigqueryDetailsCount
int getBigqueryDetailsCount()
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
-
getBigqueryDetailsOrBuilderList
List<? extends BigQueryIODetailsOrBuilder> getBigqueryDetailsOrBuilderList()
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
-
getBigqueryDetailsOrBuilder
BigQueryIODetailsOrBuilder getBigqueryDetailsOrBuilder(int index)
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
-
getBigTableDetailsList
List<BigTableIODetails> getBigTableDetailsList()
Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
-
getBigTableDetails
BigTableIODetails getBigTableDetails(int index)
Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
-
getBigTableDetailsCount
int getBigTableDetailsCount()
Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
-
getBigTableDetailsOrBuilderList
List<? extends BigTableIODetailsOrBuilder> getBigTableDetailsOrBuilderList()
Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
-
getBigTableDetailsOrBuilder
BigTableIODetailsOrBuilder getBigTableDetailsOrBuilder(int index)
Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
-
getPubsubDetailsList
List<PubSubIODetails> getPubsubDetailsList()
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
-
getPubsubDetails
PubSubIODetails getPubsubDetails(int index)
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
-
getPubsubDetailsCount
int getPubsubDetailsCount()
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
-
getPubsubDetailsOrBuilderList
List<? extends PubSubIODetailsOrBuilder> getPubsubDetailsOrBuilderList()
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
-
getPubsubDetailsOrBuilder
PubSubIODetailsOrBuilder getPubsubDetailsOrBuilder(int index)
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
-
getFileDetailsList
List<FileIODetails> getFileDetailsList()
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
-
getFileDetails
FileIODetails getFileDetails(int index)
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
-
getFileDetailsCount
int getFileDetailsCount()
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
-
getFileDetailsOrBuilderList
List<? extends FileIODetailsOrBuilder> getFileDetailsOrBuilderList()
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
-
getFileDetailsOrBuilder
FileIODetailsOrBuilder getFileDetailsOrBuilder(int index)
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
-
getDatastoreDetailsList
List<DatastoreIODetails> getDatastoreDetailsList()
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
-
getDatastoreDetails
DatastoreIODetails getDatastoreDetails(int index)
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
-
getDatastoreDetailsCount
int getDatastoreDetailsCount()
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
-
getDatastoreDetailsOrBuilderList
List<? extends DatastoreIODetailsOrBuilder> getDatastoreDetailsOrBuilderList()
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
-
getDatastoreDetailsOrBuilder
DatastoreIODetailsOrBuilder getDatastoreDetailsOrBuilder(int index)
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
-
-