Class PersistentResourceServiceGrpc (3.44.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
Type Description
String

Static Methods

bindService(PersistentResourceServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(PersistentResourceServiceGrpc.AsyncService service)
Parameter
Name Description
service PersistentResourceServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreatePersistentResourceMethod()

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

getDeletePersistentResourceMethod()

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

getGetPersistentResourceMethod()

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

getListPersistentResourcesMethod()

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

getRebootPersistentResourceMethod()

public static MethodDescriptor<RebootPersistentResourceRequest,Operation> getRebootPersistentResourceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RebootPersistentResourceRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdatePersistentResourceMethod()

public static MethodDescriptor<UpdatePersistentResourceRequest,Operation> getUpdatePersistentResourceMethod()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
PersistentResourceServiceGrpc.PersistentResourceServiceStub