Uses of Class
com.google.cloud.aiplatform.v1.GetCustomJobRequest
-
Packages that use GetCustomJobRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetCustomJobRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetCustomJobRequest Modifier and Type Method Description GetCustomJobRequest
GetCustomJobRequest.Builder. build()
GetCustomJobRequest
GetCustomJobRequest.Builder. buildPartial()
static GetCustomJobRequest
GetCustomJobRequest. getDefaultInstance()
GetCustomJobRequest
GetCustomJobRequest.Builder. getDefaultInstanceForType()
GetCustomJobRequest
GetCustomJobRequest. getDefaultInstanceForType()
static GetCustomJobRequest
GetCustomJobRequest. parseDelimitedFrom(InputStream input)
static GetCustomJobRequest
GetCustomJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(byte[] data)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(InputStream input)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(ByteBuffer data)
static GetCustomJobRequest
GetCustomJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GetCustomJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCustomJobRequest,CustomJob>
JobServiceClient. getCustomJobCallable()
Gets a CustomJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCustomJobRequest,CustomJob>
JobServiceSettings.Builder. getCustomJobSettings()
Returns the builder for the settings used for calls to getCustomJob.com.google.api.gax.rpc.UnaryCallSettings<GetCustomJobRequest,CustomJob>
JobServiceSettings. getCustomJobSettings()
Returns the object with the settings used for calls to getCustomJob.static io.grpc.MethodDescriptor<GetCustomJobRequest,CustomJob>
JobServiceGrpc. getGetCustomJobMethod()
com.google.protobuf.Parser<GetCustomJobRequest>
GetCustomJobRequest. getParserForType()
static com.google.protobuf.Parser<GetCustomJobRequest>
GetCustomJobRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type GetCustomJobRequest Modifier and Type Method Description CustomJob
JobServiceClient. getCustomJob(GetCustomJobRequest request)
Gets a CustomJob.default void
JobServiceGrpc.AsyncService. getCustomJob(GetCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)
Gets a CustomJob.CustomJob
JobServiceGrpc.JobServiceBlockingStub. getCustomJob(GetCustomJobRequest request)
Gets a CustomJob.com.google.common.util.concurrent.ListenableFuture<CustomJob>
JobServiceGrpc.JobServiceFutureStub. getCustomJob(GetCustomJobRequest request)
Gets a CustomJob.void
JobServiceGrpc.JobServiceStub. getCustomJob(GetCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)
Gets a CustomJob.GetCustomJobRequest.Builder
GetCustomJobRequest.Builder. mergeFrom(GetCustomJobRequest other)
static GetCustomJobRequest.Builder
GetCustomJobRequest. newBuilder(GetCustomJobRequest prototype)
-
Uses of GetCustomJobRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type GetCustomJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCustomJobRequest,CustomJob>
GrpcJobServiceStub. getCustomJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetCustomJobRequest,CustomJob>
JobServiceStub. getCustomJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCustomJobRequest,CustomJob>
JobServiceStubSettings.Builder. getCustomJobSettings()
Returns the builder for the settings used for calls to getCustomJob.com.google.api.gax.rpc.UnaryCallSettings<GetCustomJobRequest,CustomJob>
JobServiceStubSettings. getCustomJobSettings()
Returns the object with the settings used for calls to getCustomJob.
-