Uses of Class
com.google.cloud.talent.v4.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of DeleteJobRequest in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return DeleteJobRequest Modifier and Type Method Description DeleteJobRequest
DeleteJobRequest.Builder. build()
DeleteJobRequest
DeleteJobRequest.Builder. buildPartial()
static DeleteJobRequest
DeleteJobRequest. getDefaultInstance()
DeleteJobRequest
DeleteJobRequest.Builder. getDefaultInstanceForType()
DeleteJobRequest
DeleteJobRequest. getDefaultInstanceForType()
static DeleteJobRequest
DeleteJobRequest. parseDelimitedFrom(InputStream input)
static DeleteJobRequest
DeleteJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(byte[] data)
static DeleteJobRequest
DeleteJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteJobRequest
DeleteJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(InputStream input)
static DeleteJobRequest
DeleteJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteJobRequest
DeleteJobRequest. parseFrom(ByteBuffer data)
static DeleteJobRequest
DeleteJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type DeleteJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
JobServiceClient. deleteJobCallable()
Deletes the specified job.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty>
JobServiceSettings.Builder. deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteJobRequest,com.google.protobuf.Empty>
JobServiceSettings. deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty>
JobServiceGrpc. getDeleteJobMethod()
com.google.protobuf.Parser<DeleteJobRequest>
DeleteJobRequest. getParserForType()
static com.google.protobuf.Parser<DeleteJobRequest>
DeleteJobRequest. parser()
Methods in com.google.cloud.talent.v4 with parameters of type DeleteJobRequest Modifier and Type Method Description void
JobServiceClient. deleteJob(DeleteJobRequest request)
Deletes the specified job.default void
JobServiceGrpc.AsyncService. deleteJob(DeleteJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified job.com.google.protobuf.Empty
JobServiceGrpc.JobServiceBlockingStub. deleteJob(DeleteJobRequest request)
Deletes the specified job.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
JobServiceGrpc.JobServiceFutureStub. deleteJob(DeleteJobRequest request)
Deletes the specified job.void
JobServiceGrpc.JobServiceStub. deleteJob(DeleteJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified job.DeleteJobRequest.Builder
DeleteJobRequest.Builder. mergeFrom(DeleteJobRequest other)
static DeleteJobRequest.Builder
DeleteJobRequest. newBuilder(DeleteJobRequest prototype)
-
Uses of DeleteJobRequest in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type DeleteJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
GrpcJobServiceStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
HttpJsonJobServiceStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>
JobServiceStub. deleteJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteJobRequest,com.google.protobuf.Empty>
JobServiceStubSettings.Builder. deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteJobRequest,com.google.protobuf.Empty>
JobServiceStubSettings. deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.
-