@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/vertexai/v1beta1/endpoint_service.proto") public final class EndpointServiceGrpc extends Object
A service for managing Vertex AI's Endpoints.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointServiceGrpc.AsyncService
A service for managing Vertex AI's Endpoints.
|
static class |
EndpointServiceGrpc.EndpointServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service EndpointService.
|
static class |
EndpointServiceGrpc.EndpointServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service EndpointService.
|
static class |
EndpointServiceGrpc.EndpointServiceImplBase
Base class for the server implementation of the service EndpointService.
|
static class |
EndpointServiceGrpc.EndpointServiceStub
A stub to allow clients to do asynchronous rpc calls to service EndpointService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(EndpointServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateEndpointRequest,com.google.longrunning.Operation> |
getCreateEndpointMethod() |
static io.grpc.MethodDescriptor<DeleteEndpointRequest,com.google.longrunning.Operation> |
getDeleteEndpointMethod() |
static io.grpc.MethodDescriptor<DeployModelRequest,com.google.longrunning.Operation> |
getDeployModelMethod() |
static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint> |
getGetEndpointMethod() |
static io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse> |
getListEndpointsMethod() |
static io.grpc.MethodDescriptor<MutateDeployedModelRequest,com.google.longrunning.Operation> |
getMutateDeployedModelMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UndeployModelRequest,com.google.longrunning.Operation> |
getUndeployModelMethod() |
static io.grpc.MethodDescriptor<UpdateEndpointRequest,Endpoint> |
getUpdateEndpointMethod() |
static EndpointServiceGrpc.EndpointServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EndpointServiceGrpc.EndpointServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EndpointServiceGrpc.EndpointServiceStub |
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<CreateEndpointRequest,com.google.longrunning.Operation> getCreateEndpointMethod()
public static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint> getGetEndpointMethod()
public static io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse> getListEndpointsMethod()
public static io.grpc.MethodDescriptor<UpdateEndpointRequest,Endpoint> getUpdateEndpointMethod()
public static io.grpc.MethodDescriptor<DeleteEndpointRequest,com.google.longrunning.Operation> getDeleteEndpointMethod()
public static io.grpc.MethodDescriptor<DeployModelRequest,com.google.longrunning.Operation> getDeployModelMethod()
public static io.grpc.MethodDescriptor<UndeployModelRequest,com.google.longrunning.Operation> getUndeployModelMethod()
public static io.grpc.MethodDescriptor<MutateDeployedModelRequest,com.google.longrunning.Operation> getMutateDeployedModelMethod()
public static EndpointServiceGrpc.EndpointServiceStub newStub(io.grpc.Channel channel)
public static EndpointServiceGrpc.EndpointServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EndpointServiceGrpc.EndpointServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(EndpointServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.