Class PolicyTagManagerSerializationStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<PolicyTagManagerSerializationStubSettings,PolicyTagManagerSerializationStubSettings.Builder>
com.google.cloud.datacatalog.v1beta1.stub.PolicyTagManagerSerializationStubSettings.Builder
- Enclosing class:
- PolicyTagManagerSerializationStubSettings
public static class PolicyTagManagerSerializationStubSettings.Builder
extends StubSettings.Builder<PolicyTagManagerSerializationStubSettings,PolicyTagManagerSerializationStubSettings.Builder>
Builder for PolicyTagManagerSerializationStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protected -
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.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public PolicyTagManagerSerializationStubSettings.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
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 classStubSettings.Builder<PolicyTagManagerSerializationStubSettings,PolicyTagManagerSerializationStubSettings.Builder> - Throws:
IOException
-