Uses of Class
com.google.cloud.talent.v4.GetJobRequest
-
Packages that use GetJobRequest Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of GetJobRequest in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return GetJobRequest Modifier and Type Method Description GetJobRequestGetJobRequest.Builder. build()GetJobRequestGetJobRequest.Builder. buildPartial()static GetJobRequestGetJobRequest. getDefaultInstance()GetJobRequestGetJobRequest.Builder. getDefaultInstanceForType()GetJobRequestGetJobRequest. getDefaultInstanceForType()static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input)static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(byte[] data)static GetJobRequestGetJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(InputStream input)static GetJobRequestGetJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(ByteBuffer data)static GetJobRequestGetJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.talent.v4 that return types with arguments of type GetJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRequest,Job>JobServiceGrpc. getGetJobMethod()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>JobServiceClient. getJobCallable()Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>JobServiceSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>JobServiceSettings. getJobSettings()Returns the object with the settings used for calls to getJob.com.google.protobuf.Parser<GetJobRequest>GetJobRequest. getParserForType()static com.google.protobuf.Parser<GetJobRequest>GetJobRequest. parser()Methods in com.google.cloud.talent.v4 with parameters of type GetJobRequest Modifier and Type Method Description JobJobServiceClient. getJob(GetJobRequest request)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.default voidJobServiceGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.JobJobServiceGrpc.JobServiceBlockingStub. getJob(GetJobRequest request)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.com.google.common.util.concurrent.ListenableFuture<Job>JobServiceGrpc.JobServiceFutureStub. getJob(GetJobRequest request)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.voidJobServiceGrpc.JobServiceStub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.GetJobRequest.BuilderGetJobRequest.Builder. mergeFrom(GetJobRequest other)static GetJobRequest.BuilderGetJobRequest. newBuilder(GetJobRequest prototype) -
Uses of GetJobRequest in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type GetJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>GrpcJobServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>HttpJsonJobServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>JobServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>JobServiceStubSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>JobServiceStubSettings. getJobSettings()Returns the object with the settings used for calls to getJob.
-