Class PersistentResourceServiceGrpc (3.42.0)

public final class PersistentResourceServiceGrpc

A service for managing Vertex AI's machine learning PersistentResource.

Inheritance

java.lang.Object > PersistentResourceServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(PersistentResourceServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(PersistentResourceServiceGrpc.AsyncService service)
Parameter
NameDescription
servicePersistentResourceServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreatePersistentResourceMethod()

public static MethodDescriptor<CreatePersistentResourceRequest,Operation> getCreatePersistentResourceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreatePersistentResourceRequest,Operation>

getDeletePersistentResourceMethod()

public static MethodDescriptor<DeletePersistentResourceRequest,Operation> getDeletePersistentResourceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeletePersistentResourceRequest,Operation>

getGetPersistentResourceMethod()

public static MethodDescriptor<GetPersistentResourceRequest,PersistentResource> getGetPersistentResourceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetPersistentResourceRequest,PersistentResource>

getListPersistentResourcesMethod()

public static MethodDescriptor<ListPersistentResourcesRequest,ListPersistentResourcesResponse> getListPersistentResourcesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListPersistentResourcesRequest,ListPersistentResourcesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdatePersistentResourceMethod()

public static MethodDescriptor<UpdatePersistentResourceRequest,Operation> getUpdatePersistentResourceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdatePersistentResourceRequest,Operation>

newBlockingStub(Channel channel)

public static PersistentResourceServiceGrpc.PersistentResourceServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PersistentResourceServiceGrpc.PersistentResourceServiceBlockingStub

newFutureStub(Channel channel)

public static PersistentResourceServiceGrpc.PersistentResourceServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PersistentResourceServiceGrpc.PersistentResourceServiceFutureStub

newStub(Channel channel)

public static PersistentResourceServiceGrpc.PersistentResourceServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PersistentResourceServiceGrpc.PersistentResourceServiceStub