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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int BIGQUERY_DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int BIG_TABLE_DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int DATASTORE_DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int FILE_DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PUBSUB_DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SDK_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SPANNER_DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static JobMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static JobMetadata.Builder newBuilder()
public static JobMetadata.Builder newBuilder(JobMetadata prototype)
public static JobMetadata parseDelimitedFrom(InputStream input)
public static JobMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static JobMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(ByteString data)
public static JobMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(CodedInputStream input)
public static JobMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(InputStream input)
public static JobMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(ByteBuffer data)
public static JobMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<JobMetadata> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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 |
---|
Name | Description |
index | int
|
public 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 | |
public List<BigTableIODetails> getBigTableDetailsList()
Identification of a Cloud Bigtable source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigTableIODetails big_table_details = 4;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
public int getBigqueryDetailsCount()
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
Returns |
---|
Type | Description |
int | |
public List<BigQueryIODetails> getBigqueryDetailsList()
Identification of a BigQuery source used in the Dataflow job.
repeated .google.dataflow.v1beta3.BigQueryIODetails bigquery_details = 3;
public 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
|
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 |
---|
Name | Description |
index | int
|
public int getDatastoreDetailsCount()
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
Returns |
---|
Type | Description |
int | |
public List<DatastoreIODetails> getDatastoreDetailsList()
Identification of a Datastore source used in the Dataflow job.
repeated .google.dataflow.v1beta3.DatastoreIODetails datastore_details = 7;
public 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
|
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()
public 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
|
public int getFileDetailsCount()
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
Returns |
---|
Type | Description |
int | |
public List<FileIODetails> getFileDetailsList()
Identification of a File source used in the Dataflow job.
repeated .google.dataflow.v1beta3.FileIODetails file_details = 6;
public 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
|
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()
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 |
---|
Name | Description |
index | int
|
public 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 | |
public List<PubSubIODetails> getPubsubDetailsList()
Identification of a Pub/Sub source used in the Dataflow job.
repeated .google.dataflow.v1beta3.PubSubIODetails pubsub_details = 5;
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 |
---|
Name | Description |
index | int
|
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;
public SdkVersionOrBuilder getSdkVersionOrBuilder()
The SDK version used to run the job.
.google.dataflow.v1beta3.SdkVersion sdk_version = 1;
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 |
---|
Name | Description |
index | int
|
public int getSpannerDetailsCount()
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
Returns |
---|
Type | Description |
int | |
public List<SpannerIODetails> getSpannerDetailsList()
Identification of a Spanner source used in the Dataflow job.
repeated .google.dataflow.v1beta3.SpannerIODetails spanner_details = 2;
public 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
|
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 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 |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public JobMetadata.Builder newBuilderForType()
protected JobMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public JobMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides