Uses of Class
com.google.cloud.dataproc.v1.JobMetadata
-
Packages that use JobMetadata Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of JobMetadata in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 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()
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.cloud.dataproc.v1 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()
com.google.api.gax.longrunning.OperationFuture<Job,JobMetadata>
JobControllerClient. submitJobAsOperationAsync(SubmitJobRequest request)
Submits job to a cluster.com.google.api.gax.longrunning.OperationFuture<Job,JobMetadata>
JobControllerClient. submitJobAsOperationAsync(String projectId, String region, Job job)
Submits job to a cluster.com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
JobControllerClient. submitJobAsOperationOperationCallable()
Submits job to a cluster.com.google.api.gax.rpc.OperationCallSettings.Builder<SubmitJobRequest,Job,JobMetadata>
JobControllerSettings.Builder. submitJobAsOperationOperationSettings()
Returns the builder for the settings used for calls to submitJobAsOperation.com.google.api.gax.rpc.OperationCallSettings<SubmitJobRequest,Job,JobMetadata>
JobControllerSettings. submitJobAsOperationOperationSettings()
Returns the object with the settings used for calls to submitJobAsOperation.Methods in com.google.cloud.dataproc.v1 with parameters of type JobMetadata Modifier and Type Method Description JobMetadata.Builder
JobMetadata.Builder. mergeFrom(JobMetadata other)
static JobMetadata.Builder
JobMetadata. newBuilder(JobMetadata prototype)
-
Uses of JobMetadata in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type JobMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
GrpcJobControllerStub. submitJobAsOperationOperationCallable()
com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
HttpJsonJobControllerStub. submitJobAsOperationOperationCallable()
com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
JobControllerStub. submitJobAsOperationOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SubmitJobRequest,Job,JobMetadata>
JobControllerStubSettings.Builder. submitJobAsOperationOperationSettings()
Returns the builder for the settings used for calls to submitJobAsOperation.com.google.api.gax.rpc.OperationCallSettings<SubmitJobRequest,Job,JobMetadata>
JobControllerStubSettings. submitJobAsOperationOperationSettings()
Returns the object with the settings used for calls to submitJobAsOperation.
-