Package com.google.cloud.aiplatform.v1
Class GenAiCacheServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<GenAiCacheServiceSettings,GenAiCacheServiceSettings.Builder>
com.google.cloud.aiplatform.v1.GenAiCacheServiceSettings.Builder
- Enclosing class:
- GenAiCacheServiceSettings
public static class GenAiCacheServiceSettings.Builder
extends ClientSettings.Builder<GenAiCacheServiceSettings,GenAiCacheServiceSettings.Builder>
Builder for GenAiCacheServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(GenAiCacheServiceSettings settings) protectedBuilder(GenAiCacheServiceStubSettings.Builder stubSettings) -
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.build()Returns the builder for the settings used for calls to createCachedContent.UnaryCallSettings.Builder<DeleteCachedContentRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to deleteCachedContent.Returns the builder for the settings used for calls to getCachedContent.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListCachedContentsRequest,ListCachedContentsResponse, GenAiCacheServiceClient.ListCachedContentsPagedResponse> Returns the builder for the settings used for calls to listCachedContents.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, GenAiCacheServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.Returns the builder for the settings used for calls to updateCachedContent.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 GenAiCacheServiceSettings.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.
-
createCachedContentSettings
public UnaryCallSettings.Builder<CreateCachedContentRequest,CachedContent> createCachedContentSettings()Returns the builder for the settings used for calls to createCachedContent. -
getCachedContentSettings
Returns the builder for the settings used for calls to getCachedContent. -
updateCachedContentSettings
public UnaryCallSettings.Builder<UpdateCachedContentRequest,CachedContent> updateCachedContentSettings()Returns the builder for the settings used for calls to updateCachedContent. -
deleteCachedContentSettings
public UnaryCallSettings.Builder<DeleteCachedContentRequest,com.google.protobuf.Empty> deleteCachedContentSettings()Returns the builder for the settings used for calls to deleteCachedContent. -
listCachedContentsSettings
public PagedCallSettings.Builder<ListCachedContentsRequest,ListCachedContentsResponse, listCachedContentsSettings()GenAiCacheServiceClient.ListCachedContentsPagedResponse> Returns the builder for the settings used for calls to listCachedContents. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()GenAiCacheServiceClient.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<GenAiCacheServiceSettings,GenAiCacheServiceSettings.Builder> - Throws:
IOException
-