Uses of Class
com.google.dataflow.v1beta3.JobMetadata
-
Packages that use JobMetadata Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of JobMetadata in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return JobMetadata Modifier and Type Method Description JobMetadata
JobMetadata.Builder. build()
JobMetadata
JobMetadata.Builder. buildPartial()
static JobMetadata
JobMetadata. getDefaultInstance()
JobMetadata
JobMetadata.Builder. getDefaultInstanceForType()
JobMetadata
JobMetadata. getDefaultInstanceForType()
JobMetadata
Job.Builder. getJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.JobMetadata
Job. getJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.JobMetadata
JobOrBuilder. getJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.static JobMetadata
JobMetadata. parseDelimitedFrom(InputStream input)
static JobMetadata
JobMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetadata
JobMetadata. parseFrom(byte[] data)
static JobMetadata
JobMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetadata
JobMetadata. parseFrom(com.google.protobuf.ByteString data)
static JobMetadata
JobMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetadata
JobMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static JobMetadata
JobMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetadata
JobMetadata. parseFrom(InputStream input)
static JobMetadata
JobMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetadata
JobMetadata. parseFrom(ByteBuffer data)
static JobMetadata
JobMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type JobMetadata Modifier and Type Method Description com.google.protobuf.Parser<JobMetadata>
JobMetadata. getParserForType()
static com.google.protobuf.Parser<JobMetadata>
JobMetadata. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type JobMetadata Modifier and Type Method Description JobMetadata.Builder
JobMetadata.Builder. mergeFrom(JobMetadata other)
Job.Builder
Job.Builder. mergeJobMetadata(JobMetadata value)
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.static JobMetadata.Builder
JobMetadata. newBuilder(JobMetadata prototype)
Job.Builder
Job.Builder. setJobMetadata(JobMetadata value)
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.
-