Class PolicyTagManagerSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<PolicyTagManagerSettings,PolicyTagManagerSettings.Builder>
com.google.cloud.datacatalog.v1beta1.PolicyTagManagerSettings.Builder
- Enclosing class:
- PolicyTagManagerSettings
public static class PolicyTagManagerSettings.Builder
extends ClientSettings.Builder<PolicyTagManagerSettings,PolicyTagManagerSettings.Builder>
Builder for PolicyTagManagerSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(PolicyTagManagerSettings settings) protectedBuilder(PolicyTagManagerStubSettings.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 createPolicyTag.Returns the builder for the settings used for calls to createTaxonomy.UnaryCallSettings.Builder<DeletePolicyTagRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to deletePolicyTag.UnaryCallSettings.Builder<DeleteTaxonomyRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to deleteTaxonomy.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getPolicyTag.Returns the builder for the settings used for calls to getTaxonomy.PagedCallSettings.Builder<ListPolicyTagsRequest,ListPolicyTagsResponse, PolicyTagManagerClient.ListPolicyTagsPagedResponse> Returns the builder for the settings used for calls to listPolicyTags.PagedCallSettings.Builder<ListTaxonomiesRequest,ListTaxonomiesResponse, PolicyTagManagerClient.ListTaxonomiesPagedResponse> Returns the builder for the settings used for calls to listTaxonomies.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 updatePolicyTag.Returns the builder for the settings used for calls to updateTaxonomy.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 PolicyTagManagerSettings.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.
-
createTaxonomySettings
Returns the builder for the settings used for calls to createTaxonomy. -
deleteTaxonomySettings
public UnaryCallSettings.Builder<DeleteTaxonomyRequest,com.google.protobuf.Empty> deleteTaxonomySettings()Returns the builder for the settings used for calls to deleteTaxonomy. -
updateTaxonomySettings
Returns the builder for the settings used for calls to updateTaxonomy. -
listTaxonomiesSettings
public PagedCallSettings.Builder<ListTaxonomiesRequest,ListTaxonomiesResponse, listTaxonomiesSettings()PolicyTagManagerClient.ListTaxonomiesPagedResponse> Returns the builder for the settings used for calls to listTaxonomies. -
getTaxonomySettings
Returns the builder for the settings used for calls to getTaxonomy. -
createPolicyTagSettings
Returns the builder for the settings used for calls to createPolicyTag. -
deletePolicyTagSettings
public UnaryCallSettings.Builder<DeletePolicyTagRequest,com.google.protobuf.Empty> deletePolicyTagSettings()Returns the builder for the settings used for calls to deletePolicyTag. -
updatePolicyTagSettings
Returns the builder for the settings used for calls to updatePolicyTag. -
listPolicyTagsSettings
public PagedCallSettings.Builder<ListPolicyTagsRequest,ListPolicyTagsResponse, listPolicyTagsSettings()PolicyTagManagerClient.ListPolicyTagsPagedResponse> Returns the builder for the settings used for calls to listPolicyTags. -
getPolicyTagSettings
Returns the builder for the settings used for calls to getPolicyTag. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classClientSettings.Builder<PolicyTagManagerSettings,PolicyTagManagerSettings.Builder> - Throws:
IOException
-