@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/persistent_resource_service.proto") public final class PersistentResourceServiceGrpc extends Object
A service for managing Vertex AI's machine learning PersistentResource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PersistentResourceServiceGrpc.AsyncService
A service for managing Vertex AI's machine learning PersistentResource.
|
static class |
PersistentResourceServiceGrpc.PersistentResourceServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service PersistentResourceService.
|
static class |
PersistentResourceServiceGrpc.PersistentResourceServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
PersistentResourceService.
|
static class |
PersistentResourceServiceGrpc.PersistentResourceServiceImplBase
Base class for the server implementation of the service PersistentResourceService.
|
static class |
PersistentResourceServiceGrpc.PersistentResourceServiceStub
A stub to allow clients to do asynchronous rpc calls to service PersistentResourceService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(PersistentResourceServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreatePersistentResourceRequest,com.google.longrunning.Operation> |
getCreatePersistentResourceMethod() |
static io.grpc.MethodDescriptor<DeletePersistentResourceRequest,com.google.longrunning.Operation> |
getDeletePersistentResourceMethod() |
static io.grpc.MethodDescriptor<GetPersistentResourceRequest,PersistentResource> |
getGetPersistentResourceMethod() |
static io.grpc.MethodDescriptor<ListPersistentResourcesRequest,ListPersistentResourcesResponse> |
getListPersistentResourcesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdatePersistentResourceRequest,com.google.longrunning.Operation> |
getUpdatePersistentResourceMethod() |
static PersistentResourceServiceGrpc.PersistentResourceServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PersistentResourceServiceGrpc.PersistentResourceServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static PersistentResourceServiceGrpc.PersistentResourceServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreatePersistentResourceRequest,com.google.longrunning.Operation> getCreatePersistentResourceMethod()
public static io.grpc.MethodDescriptor<GetPersistentResourceRequest,PersistentResource> getGetPersistentResourceMethod()
public static io.grpc.MethodDescriptor<ListPersistentResourcesRequest,ListPersistentResourcesResponse> getListPersistentResourcesMethod()
public static io.grpc.MethodDescriptor<DeletePersistentResourceRequest,com.google.longrunning.Operation> getDeletePersistentResourceMethod()
public static io.grpc.MethodDescriptor<UpdatePersistentResourceRequest,com.google.longrunning.Operation> getUpdatePersistentResourceMethod()
public static PersistentResourceServiceGrpc.PersistentResourceServiceStub newStub(io.grpc.Channel channel)
public static PersistentResourceServiceGrpc.PersistentResourceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PersistentResourceServiceGrpc.PersistentResourceServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(PersistentResourceServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.