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 JobMetadataJobMetadata.Builder. build()JobMetadataJobMetadata.Builder. buildPartial()static JobMetadataJobMetadata. getDefaultInstance()JobMetadataJobMetadata.Builder. getDefaultInstanceForType()JobMetadataJobMetadata. getDefaultInstanceForType()static JobMetadataJobMetadata. parseDelimitedFrom(InputStream input)static JobMetadataJobMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMetadataJobMetadata. parseFrom(byte[] data)static JobMetadataJobMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMetadataJobMetadata. parseFrom(com.google.protobuf.ByteString data)static JobMetadataJobMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMetadataJobMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static JobMetadataJobMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMetadataJobMetadata. parseFrom(InputStream input)static JobMetadataJobMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobMetadataJobMetadata. parseFrom(ByteBuffer data)static JobMetadataJobMetadata. 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.BuilderJobMetadata.Builder. mergeFrom(JobMetadata other)static JobMetadata.BuilderJobMetadata. 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.
-