Package com.google.cloud.datacatalog.v1
Class PolicyTagManagerSerializationSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<PolicyTagManagerSerializationSettings,PolicyTagManagerSerializationSettings.Builder>
com.google.cloud.datacatalog.v1.PolicyTagManagerSerializationSettings.Builder
- Enclosing class:
- PolicyTagManagerSerializationSettings
public static class PolicyTagManagerSerializationSettings.Builder
extends ClientSettings.Builder<PolicyTagManagerSerializationSettings,PolicyTagManagerSerializationSettings.Builder>
Builder for PolicyTagManagerSerializationSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(PolicyTagManagerSerializationSettings settings) protectedBuilder(PolicyTagManagerSerializationStubSettings.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 exportTaxonomies.Returns the builder for the settings used for calls to importTaxonomies.Returns the builder for the settings used for calls to replaceTaxonomy.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 PolicyTagManagerSerializationSettings.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.
-
replaceTaxonomySettings
Returns the builder for the settings used for calls to replaceTaxonomy. -
importTaxonomiesSettings
public UnaryCallSettings.Builder<ImportTaxonomiesRequest,ImportTaxonomiesResponse> importTaxonomiesSettings()Returns the builder for the settings used for calls to importTaxonomies. -
exportTaxonomiesSettings
public UnaryCallSettings.Builder<ExportTaxonomiesRequest,ExportTaxonomiesResponse> exportTaxonomiesSettings()Returns the builder for the settings used for calls to exportTaxonomies. -
build
- Specified by:
buildin classClientSettings.Builder<PolicyTagManagerSerializationSettings,PolicyTagManagerSerializationSettings.Builder> - Throws:
IOException
-