Uses of Class
com.google.cloud.batch.v1.OperationMetadata
-
Packages that use OperationMetadata Package Description com.google.cloud.batch.v1 A client to Batch APIcom.google.cloud.batch.v1.stub -
-
Uses of OperationMetadata in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return OperationMetadata Modifier and Type Method Description OperationMetadata
OperationMetadata.Builder. build()
OperationMetadata
OperationMetadata.Builder. buildPartial()
static OperationMetadata
OperationMetadata. getDefaultInstance()
OperationMetadata
OperationMetadata.Builder. getDefaultInstanceForType()
OperationMetadata
OperationMetadata. getDefaultInstanceForType()
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.batch.v1 that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
BatchServiceClient. deleteJobAsync(DeleteJobRequest request)
Delete a Job.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
BatchServiceClient. deleteJobAsync(String name)
Delete a Job.com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceClient. deleteJobOperationCallable()
Delete a Job.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceSettings.Builder. deleteJobOperationSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.OperationCallSettings<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceSettings. deleteJobOperationSettings()
Returns the object with the settings used for calls to deleteJob.com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. getParserForType()
static com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. parser()
Methods in com.google.cloud.batch.v1 with parameters of type OperationMetadata Modifier and Type Method Description OperationMetadata.Builder
OperationMetadata.Builder. mergeFrom(OperationMetadata other)
static OperationMetadata.Builder
OperationMetadata. newBuilder(OperationMetadata prototype)
-
Uses of OperationMetadata in com.google.cloud.batch.v1.stub
Methods in com.google.cloud.batch.v1.stub that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceStub. deleteJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcBatchServiceStub. deleteJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonBatchServiceStub. deleteJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceStubSettings.Builder. deleteJobOperationSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.OperationCallSettings<DeleteJobRequest,com.google.protobuf.Empty,OperationMetadata>
BatchServiceStubSettings. deleteJobOperationSettings()
Returns the object with the settings used for calls to deleteJob.
-