Uses of Class
com.google.cloud.dataproc.v1.BatchOperationMetadata
-
Packages that use BatchOperationMetadata Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of BatchOperationMetadata in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return BatchOperationMetadata Modifier and Type Method Description BatchOperationMetadataBatchOperationMetadata.Builder. build()BatchOperationMetadataBatchOperationMetadata.Builder. buildPartial()static BatchOperationMetadataBatchOperationMetadata. getDefaultInstance()BatchOperationMetadataBatchOperationMetadata.Builder. getDefaultInstanceForType()BatchOperationMetadataBatchOperationMetadata. getDefaultInstanceForType()static BatchOperationMetadataBatchOperationMetadata. parseDelimitedFrom(InputStream input)static BatchOperationMetadataBatchOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(byte[] data)static BatchOperationMetadataBatchOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.ByteString data)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(InputStream input)static BatchOperationMetadataBatchOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(ByteBuffer data)static BatchOperationMetadataBatchOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataproc.v1 that return types with arguments of type BatchOperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>BatchControllerClient. createBatchAsync(CreateBatchRequest request)Creates a batch workload that executes asynchronously.com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>BatchControllerClient. createBatchAsync(LocationName parent, Batch batch, String batchId)Creates a batch workload that executes asynchronously.com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>BatchControllerClient. createBatchAsync(String parent, Batch batch, String batchId)Creates a batch workload that executes asynchronously.com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerClient. createBatchOperationCallable()Creates a batch workload that executes asynchronously.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerSettings.Builder. createBatchOperationSettings()Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerSettings. createBatchOperationSettings()Returns the object with the settings used for calls to createBatch.com.google.protobuf.Parser<BatchOperationMetadata>BatchOperationMetadata. getParserForType()static com.google.protobuf.Parser<BatchOperationMetadata>BatchOperationMetadata. parser()Methods in com.google.cloud.dataproc.v1 with parameters of type BatchOperationMetadata Modifier and Type Method Description BatchOperationMetadata.BuilderBatchOperationMetadata.Builder. mergeFrom(BatchOperationMetadata other)static BatchOperationMetadata.BuilderBatchOperationMetadata. newBuilder(BatchOperationMetadata prototype) -
Uses of BatchOperationMetadata in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type BatchOperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerStub. createBatchOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>GrpcBatchControllerStub. createBatchOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>HttpJsonBatchControllerStub. createBatchOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerStubSettings.Builder. createBatchOperationSettings()Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata>BatchControllerStubSettings. createBatchOperationSettings()Returns the object with the settings used for calls to createBatch.
-