public static final class PersistentResourceServiceGrpc.PersistentResourceServiceStub extends io.grpc.stub.AbstractAsyncStub<PersistentResourceServiceGrpc.PersistentResourceServiceStub>
A service for managing Vertex AI's machine learning PersistentResource.
| Modifier and Type | Method and Description |
|---|---|
protected PersistentResourceServiceGrpc.PersistentResourceServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createPersistentResource(CreatePersistentResourceRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a PersistentResource.
|
void |
deletePersistentResource(DeletePersistentResourceRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a PersistentResource.
|
void |
getPersistentResource(GetPersistentResourceRequest request,
io.grpc.stub.StreamObserver<PersistentResource> responseObserver)
Gets a PersistentResource.
|
void |
listPersistentResources(ListPersistentResourcesRequest request,
io.grpc.stub.StreamObserver<ListPersistentResourcesResponse> responseObserver)
Lists PersistentResources in a Location.
|
void |
updatePersistentResource(UpdatePersistentResourceRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates a PersistentResource.
|
protected PersistentResourceServiceGrpc.PersistentResourceServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PersistentResourceServiceGrpc.PersistentResourceServiceStub>public void createPersistentResource(CreatePersistentResourceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a PersistentResource.
public void getPersistentResource(GetPersistentResourceRequest request, io.grpc.stub.StreamObserver<PersistentResource> responseObserver)
Gets a PersistentResource.
public void listPersistentResources(ListPersistentResourcesRequest request, io.grpc.stub.StreamObserver<ListPersistentResourcesResponse> responseObserver)
Lists PersistentResources in a Location.
public void deletePersistentResource(DeletePersistentResourceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a PersistentResource.
public void updatePersistentResource(UpdatePersistentResourceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates a PersistentResource.
Copyright © 2024 Google LLC. All rights reserved.