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