public static class PolicyTagManagerSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<PolicyTagManagerSettings,PolicyTagManagerSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(PolicyTagManagerSettings settings) |
protected |
Builder(PolicyTagManagerStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
PolicyTagManagerSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
PolicyTagManagerSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePolicyTagRequest,PolicyTag> |
createPolicyTagSettings()
Returns the builder for the settings used for calls to createPolicyTag.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTaxonomyRequest,Taxonomy> |
createTaxonomySettings()
Returns the builder for the settings used for calls to createTaxonomy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePolicyTagRequest,com.google.protobuf.Empty> |
deletePolicyTagSettings()
Returns the builder for the settings used for calls to deletePolicyTag.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTaxonomyRequest,com.google.protobuf.Empty> |
deleteTaxonomySettings()
Returns the builder for the settings used for calls to deleteTaxonomy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPolicyTagRequest,PolicyTag> |
getPolicyTagSettings()
Returns the builder for the settings used for calls to getPolicyTag.
|
PolicyTagManagerStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaxonomyRequest,Taxonomy> |
getTaxonomySettings()
Returns the builder for the settings used for calls to getTaxonomy.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPolicyTagsRequest,ListPolicyTagsResponse,PolicyTagManagerClient.ListPolicyTagsPagedResponse> |
listPolicyTagsSettings()
Returns the builder for the settings used for calls to listPolicyTags.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTaxonomiesRequest,ListTaxonomiesResponse,PolicyTagManagerClient.ListTaxonomiesPagedResponse> |
listTaxonomiesSettings()
Returns the builder for the settings used for calls to listTaxonomies.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePolicyTagRequest,PolicyTag> |
updatePolicyTagSettings()
Returns the builder for the settings used for calls to updatePolicyTag.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTaxonomyRequest,Taxonomy> |
updateTaxonomySettings()
Returns the builder for the settings used for calls to updateTaxonomy.
|
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, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(PolicyTagManagerSettings settings)
protected Builder(PolicyTagManagerStubSettings.Builder stubSettings)
public PolicyTagManagerStubSettings.Builder getStubSettingsBuilder()
public PolicyTagManagerSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTaxonomyRequest,Taxonomy> createTaxonomySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTaxonomyRequest,com.google.protobuf.Empty> deleteTaxonomySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTaxonomyRequest,Taxonomy> updateTaxonomySettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTaxonomiesRequest,ListTaxonomiesResponse,PolicyTagManagerClient.ListTaxonomiesPagedResponse> listTaxonomiesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaxonomyRequest,Taxonomy> getTaxonomySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePolicyTagRequest,PolicyTag> createPolicyTagSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePolicyTagRequest,com.google.protobuf.Empty> deletePolicyTagSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePolicyTagRequest,PolicyTag> updatePolicyTagSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListPolicyTagsRequest,ListPolicyTagsResponse,PolicyTagManagerClient.ListPolicyTagsPagedResponse> listPolicyTagsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPolicyTagRequest,PolicyTag> getPolicyTagSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public PolicyTagManagerSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<PolicyTagManagerSettings,PolicyTagManagerSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.