Package com.google.cloud.aiplatform.v1
Class FeatureOnlineStoreServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<FeatureOnlineStoreServiceSettings,FeatureOnlineStoreServiceSettings.Builder>
com.google.cloud.aiplatform.v1.FeatureOnlineStoreServiceSettings.Builder
- Enclosing class:
- FeatureOnlineStoreServiceSettings
public static class FeatureOnlineStoreServiceSettings.Builder
extends ClientSettings.Builder<FeatureOnlineStoreServiceSettings,FeatureOnlineStoreServiceSettings.Builder>
Builder for FeatureOnlineStoreServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(FeatureOnlineStoreServiceSettings settings) protectedBuilder(FeatureOnlineStoreServiceStubSettings.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 featureViewDirectWrite.Returns the builder for the settings used for calls to fetchFeatureValues.Returns the builder for the settings used for calls to generateFetchAccessToken.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, FeatureOnlineStoreServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to searchNearestEntities.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 FeatureOnlineStoreServiceSettings.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.
-
fetchFeatureValuesSettings
public UnaryCallSettings.Builder<FetchFeatureValuesRequest,FetchFeatureValuesResponse> fetchFeatureValuesSettings()Returns the builder for the settings used for calls to fetchFeatureValues. -
searchNearestEntitiesSettings
public UnaryCallSettings.Builder<SearchNearestEntitiesRequest,SearchNearestEntitiesResponse> searchNearestEntitiesSettings()Returns the builder for the settings used for calls to searchNearestEntities. -
featureViewDirectWriteSettings
public StreamingCallSettings.Builder<FeatureViewDirectWriteRequest,FeatureViewDirectWriteResponse> featureViewDirectWriteSettings()Returns the builder for the settings used for calls to featureViewDirectWrite. -
generateFetchAccessTokenSettings
public UnaryCallSettings.Builder<GenerateFetchAccessTokenRequest,GenerateFetchAccessTokenResponse> generateFetchAccessTokenSettings()Returns the builder for the settings used for calls to generateFetchAccessToken. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()FeatureOnlineStoreServiceClient.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<FeatureOnlineStoreServiceSettings,FeatureOnlineStoreServiceSettings.Builder> - Throws:
IOException
-