public final class JobMetadata extends GeneratedMessageV3 implements JobMetadataOrBuilder
Metadata available primarily for filtering jobs. Will be included in the
ListJob response and Job SUMMARY view.
Protobuf type google.dataflow.v1beta3.JobMetadata
Static Fields
public static final int BIGQUERY_DETAILS_FIELD_NUMBER
Field Value
public static final int BIG_TABLE_DETAILS_FIELD_NUMBER
Field Value
public static final int DATASTORE_DETAILS_FIELD_NUMBER
Field Value
public static final int FILE_DETAILS_FIELD_NUMBER
Field Value
public static final int PUBSUB_DETAILS_FIELD_NUMBER
Field Value
public static final int SDK_VERSION_FIELD_NUMBER
Field Value
public static final int SPANNER_DETAILS_FIELD_NUMBER
Field Value
Static Methods
public static JobMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static JobMetadata.Builder newBuilder()
Returns
public static JobMetadata.Builder newBuilder(JobMetadata prototype)
Parameter
Returns
public static JobMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static JobMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static JobMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static JobMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static JobMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static JobMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static JobMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static JobMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<JobMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
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
Returns
public int getBigTableDetailsCount()
Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
Returns
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
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
Returns
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> | |
public BigQueryIODetails getBigqueryDetails(int index)
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
Parameter
Returns
public int getBigqueryDetailsCount()
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
Returns
public List<BigQueryIODetails> getBigqueryDetailsList()
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
Returns
public BigQueryIODetailsOrBuilder getBigqueryDetailsOrBuilder(int index)
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
Parameter
Returns
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> | |
public DatastoreIODetails getDatastoreDetails(int index)
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
Parameter
Returns
public int getDatastoreDetailsCount()
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
Returns
public List<DatastoreIODetails> getDatastoreDetailsList()
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
Returns
public DatastoreIODetailsOrBuilder getDatastoreDetailsOrBuilder(int index)
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
Parameter
Returns
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> | |
public JobMetadata getDefaultInstanceForType()
Returns
public FileIODetails getFileDetails(int index)
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
Parameter
Returns
public int getFileDetailsCount()
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
Returns
public List<FileIODetails> getFileDetailsList()
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
Returns
public FileIODetailsOrBuilder getFileDetailsOrBuilder(int index)
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
Parameter
Returns
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> | |
public Parser<JobMetadata> getParserForType()
Returns
Overrides
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
Returns
public int getPubsubDetailsCount()
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
Returns
public List<PubSubIODetails> getPubsubDetailsList()
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
Returns
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
Returns
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> | |
public SdkVersion getSdkVersion()
The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
Returns
public SdkVersionOrBuilder getSdkVersionOrBuilder()
The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
Returns
public int getSerializedSize()
Returns
Overrides
public SpannerIODetails getSpannerDetails(int index)
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
Parameter
Returns
public int getSpannerDetailsCount()
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
Returns
public List<SpannerIODetails> getSpannerDetailsList()
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
Returns
public SpannerIODetailsOrBuilder getSpannerDetailsOrBuilder(int index)
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
Parameter
Returns
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> | |
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public JobMetadata.Builder newBuilderForType()
Returns
protected JobMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public JobMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions