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 GetCustomJobRequestGetCustomJobRequest.Builder. build()GetCustomJobRequestGetCustomJobRequest.Builder. buildPartial()static GetCustomJobRequestGetCustomJobRequest. getDefaultInstance()GetCustomJobRequestGetCustomJobRequest.Builder. getDefaultInstanceForType()GetCustomJobRequestGetCustomJobRequest. getDefaultInstanceForType()static GetCustomJobRequestGetCustomJobRequest. parseDelimitedFrom(InputStream input)static GetCustomJobRequestGetCustomJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCustomJobRequestGetCustomJobRequest. parseFrom(byte[] data)static GetCustomJobRequestGetCustomJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCustomJobRequestGetCustomJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetCustomJobRequestGetCustomJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCustomJobRequestGetCustomJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetCustomJobRequestGetCustomJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCustomJobRequestGetCustomJobRequest. parseFrom(InputStream input)static GetCustomJobRequestGetCustomJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCustomJobRequestGetCustomJobRequest. parseFrom(ByteBuffer data)static GetCustomJobRequestGetCustomJobRequest. 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 CustomJobJobServiceClient. getCustomJob(GetCustomJobRequest request)Gets a CustomJob.default voidJobServiceGrpc.AsyncService. getCustomJob(GetCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)Gets a CustomJob.CustomJobJobServiceGrpc.JobServiceBlockingStub. getCustomJob(GetCustomJobRequest request)Gets a CustomJob.com.google.common.util.concurrent.ListenableFuture<CustomJob>JobServiceGrpc.JobServiceFutureStub. getCustomJob(GetCustomJobRequest request)Gets a CustomJob.voidJobServiceGrpc.JobServiceStub. getCustomJob(GetCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)Gets a CustomJob.GetCustomJobRequest.BuilderGetCustomJobRequest.Builder. mergeFrom(GetCustomJobRequest other)static GetCustomJobRequest.BuilderGetCustomJobRequest. 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.
-