public static final class ServingConfigServiceGrpc.ServingConfigServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ServingConfigServiceGrpc.ServingConfigServiceFutureStub>
Service for operations related to [ServingConfig][google.cloud.discoveryengine.v1beta.ServingConfig].
| Modifier and Type | Method and Description |
|---|---|
protected ServingConfigServiceGrpc.ServingConfigServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ServingConfig> |
getServingConfig(GetServingConfigRequest request)
Gets a ServingConfig.
|
com.google.common.util.concurrent.ListenableFuture<ListServingConfigsResponse> |
listServingConfigs(ListServingConfigsRequest request)
Lists all ServingConfigs linked to this dataStore.
|
com.google.common.util.concurrent.ListenableFuture<ServingConfig> |
updateServingConfig(UpdateServingConfigRequest request)
Updates a ServingConfig.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected ServingConfigServiceGrpc.ServingConfigServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ServingConfigServiceGrpc.ServingConfigServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<ServingConfig> updateServingConfig(UpdateServingConfigRequest request)
Updates a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.
public com.google.common.util.concurrent.ListenableFuture<ServingConfig> getServingConfig(GetServingConfigRequest request)
Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.
public com.google.common.util.concurrent.ListenableFuture<ListServingConfigsResponse> listServingConfigs(ListServingConfigsRequest request)
Lists all ServingConfigs linked to this dataStore.
Copyright © 2025 Google LLC. All rights reserved.