Class VertexRagServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<VertexRagServiceSettings,VertexRagServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.VertexRagServiceSettings.Builder
- Enclosing class:
- VertexRagServiceSettings
public static class VertexRagServiceSettings.Builder
extends ClientSettings.Builder<VertexRagServiceSettings,VertexRagServiceSettings.Builder>
Builder for VertexRagServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(VertexRagServiceStubSettings.Builder stubSettings) protectedBuilder(VertexRagServiceSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionapplyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.Returns the builder for the settings used for calls to askContexts.OperationCallSettings.Builder<AsyncRetrieveContextsRequest,AsyncRetrieveContextsResponse, AsyncRetrieveContextsOperationMetadata> Returns the builder for the settings used for calls to asyncRetrieveContexts.Returns the builder for the settings used for calls to asyncRetrieveContexts.Returns the builder for the settings used for calls to augmentPrompt.build()Returns the builder for the settings used for calls to corroborateContent.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, VertexRagServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to retrieveContexts.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toString
-
Constructor Details
-
Builder
- Throws:
IOException
-
Builder
-
Builder
-
Builder
-
-
Method Details
-
getStubSettingsBuilder
-
applyToAllUnaryMethods
public VertexRagServiceSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
retrieveContextsSettings
public UnaryCallSettings.Builder<RetrieveContextsRequest,RetrieveContextsResponse> retrieveContextsSettings()Returns the builder for the settings used for calls to retrieveContexts. -
augmentPromptSettings
public UnaryCallSettings.Builder<AugmentPromptRequest,AugmentPromptResponse> augmentPromptSettings()Returns the builder for the settings used for calls to augmentPrompt. -
corroborateContentSettings
public UnaryCallSettings.Builder<CorroborateContentRequest,CorroborateContentResponse> corroborateContentSettings()Returns the builder for the settings used for calls to corroborateContent. -
askContextsSettings
Returns the builder for the settings used for calls to askContexts. -
asyncRetrieveContextsSettings
public UnaryCallSettings.Builder<AsyncRetrieveContextsRequest,Operation> asyncRetrieveContextsSettings()Returns the builder for the settings used for calls to asyncRetrieveContexts. -
asyncRetrieveContextsOperationSettings
public OperationCallSettings.Builder<AsyncRetrieveContextsRequest,AsyncRetrieveContextsResponse, asyncRetrieveContextsOperationSettings()AsyncRetrieveContextsOperationMetadata> Returns the builder for the settings used for calls to asyncRetrieveContexts. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()VertexRagServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations. -
getLocationSettings
Returns the builder for the settings used for calls to getLocation. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classClientSettings.Builder<VertexRagServiceSettings,VertexRagServiceSettings.Builder> - Throws:
IOException
-