@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/index_endpoint_service.proto") public final class IndexEndpointServiceGrpc extends Object
A service for managing Vertex AI's IndexEndpoints.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IndexEndpointServiceGrpc.AsyncService
A service for managing Vertex AI's IndexEndpoints.
|
static class |
IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service IndexEndpointService.
|
static class |
IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service IndexEndpointService.
|
static class |
IndexEndpointServiceGrpc.IndexEndpointServiceImplBase
Base class for the server implementation of the service IndexEndpointService.
|
static class |
IndexEndpointServiceGrpc.IndexEndpointServiceStub
A stub to allow clients to do asynchronous rpc calls to service IndexEndpointService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(IndexEndpointServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateIndexEndpointRequest,com.google.longrunning.Operation> |
getCreateIndexEndpointMethod() |
static io.grpc.MethodDescriptor<DeleteIndexEndpointRequest,com.google.longrunning.Operation> |
getDeleteIndexEndpointMethod() |
static io.grpc.MethodDescriptor<DeployIndexRequest,com.google.longrunning.Operation> |
getDeployIndexMethod() |
static io.grpc.MethodDescriptor<GetIndexEndpointRequest,IndexEndpoint> |
getGetIndexEndpointMethod() |
static io.grpc.MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse> |
getListIndexEndpointsMethod() |
static io.grpc.MethodDescriptor<MutateDeployedIndexRequest,com.google.longrunning.Operation> |
getMutateDeployedIndexMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UndeployIndexRequest,com.google.longrunning.Operation> |
getUndeployIndexMethod() |
static io.grpc.MethodDescriptor<UpdateIndexEndpointRequest,IndexEndpoint> |
getUpdateIndexEndpointMethod() |
static IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static IndexEndpointServiceGrpc.IndexEndpointServiceStub |
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<CreateIndexEndpointRequest,com.google.longrunning.Operation> getCreateIndexEndpointMethod()
public static io.grpc.MethodDescriptor<GetIndexEndpointRequest,IndexEndpoint> getGetIndexEndpointMethod()
public static io.grpc.MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse> getListIndexEndpointsMethod()
public static io.grpc.MethodDescriptor<UpdateIndexEndpointRequest,IndexEndpoint> getUpdateIndexEndpointMethod()
public static io.grpc.MethodDescriptor<DeleteIndexEndpointRequest,com.google.longrunning.Operation> getDeleteIndexEndpointMethod()
public static io.grpc.MethodDescriptor<DeployIndexRequest,com.google.longrunning.Operation> getDeployIndexMethod()
public static io.grpc.MethodDescriptor<UndeployIndexRequest,com.google.longrunning.Operation> getUndeployIndexMethod()
public static io.grpc.MethodDescriptor<MutateDeployedIndexRequest,com.google.longrunning.Operation> getMutateDeployedIndexMethod()
public static IndexEndpointServiceGrpc.IndexEndpointServiceStub newStub(io.grpc.Channel channel)
public static IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(IndexEndpointServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.