Class EndpointServiceGrpc (3.42.0)

public final class EndpointServiceGrpc

A service for managing Vertex AI's Endpoints.

Inheritance

java.lang.Object > EndpointServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(EndpointServiceGrpc.AsyncService service)

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

getCreateEndpointMethod()

public static MethodDescriptor<CreateEndpointRequest,Operation> getCreateEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEndpointRequest,Operation>

getDeleteEndpointMethod()

public static MethodDescriptor<DeleteEndpointRequest,Operation> getDeleteEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEndpointRequest,Operation>

getDeployModelMethod()

public static MethodDescriptor<DeployModelRequest,Operation> getDeployModelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeployModelRequest,Operation>

getGetEndpointMethod()

public static MethodDescriptor<GetEndpointRequest,Endpoint> getGetEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint>

getListEndpointsMethod()

public static MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse> getListEndpointsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse>

getMutateDeployedModelMethod()

public static MethodDescriptor<MutateDeployedModelRequest,Operation> getMutateDeployedModelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<MutateDeployedModelRequest,Operation>

getServiceDescriptor()

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

getUndeployModelMethod()

public static MethodDescriptor<UndeployModelRequest,Operation> getUndeployModelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UndeployModelRequest,Operation>

getUpdateEndpointMethod()

public static MethodDescriptor<UpdateEndpointRequest,Endpoint> getUpdateEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEndpointRequest,Endpoint>

newBlockingStub(Channel channel)

public static EndpointServiceGrpc.EndpointServiceBlockingStub 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
EndpointServiceGrpc.EndpointServiceBlockingStub

newFutureStub(Channel channel)

public static EndpointServiceGrpc.EndpointServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EndpointServiceGrpc.EndpointServiceFutureStub

newStub(Channel channel)

public static EndpointServiceGrpc.EndpointServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EndpointServiceGrpc.EndpointServiceStub