public static class TagKeysStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<TagKeysStubSettings,TagKeysStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(TagKeysStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
TagKeysStubSettings.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.
|
TagKeysStubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTagKeyRequest,TagKey,CreateTagKeyMetadata> |
createTagKeyOperationSettings()
Returns the builder for the settings used for calls to createTagKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTagKeyRequest,com.google.longrunning.Operation> |
createTagKeySettings()
Returns the builder for the settings used for calls to createTagKey.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTagKeyRequest,TagKey,DeleteTagKeyMetadata> |
deleteTagKeyOperationSettings()
Returns the builder for the settings used for calls to deleteTagKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTagKeyRequest,com.google.longrunning.Operation> |
deleteTagKeySettings()
Returns the builder for the settings used for calls to deleteTagKey.
|
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<GetNamespacedTagKeyRequest,TagKey> |
getNamespacedTagKeySettings()
Returns the builder for the settings used for calls to getNamespacedTagKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTagKeyRequest,TagKey> |
getTagKeySettings()
Returns the builder for the settings used for calls to getTagKey.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTagKeysRequest,ListTagKeysResponse,TagKeysClient.ListTagKeysPagedResponse> |
listTagKeysSettings()
Returns the builder for the settings used for calls to listTagKeys.
|
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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateTagKeyRequest,TagKey,UpdateTagKeyMetadata> |
updateTagKeyOperationSettings()
Returns the builder for the settings used for calls to updateTagKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTagKeyRequest,com.google.longrunning.Operation> |
updateTagKeySettings()
Returns the builder for the settings used for calls to updateTagKey.
|
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, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(TagKeysStubSettings settings)
public TagKeysStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTagKeysRequest,ListTagKeysResponse,TagKeysClient.ListTagKeysPagedResponse> listTagKeysSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTagKeyRequest,TagKey> getTagKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNamespacedTagKeyRequest,TagKey> getNamespacedTagKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTagKeyRequest,com.google.longrunning.Operation> createTagKeySettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTagKeyRequest,TagKey,CreateTagKeyMetadata> createTagKeyOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTagKeyRequest,com.google.longrunning.Operation> updateTagKeySettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateTagKeyRequest,TagKey,UpdateTagKeyMetadata> updateTagKeyOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTagKeyRequest,com.google.longrunning.Operation> deleteTagKeySettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTagKeyRequest,TagKey,DeleteTagKeyMetadata> deleteTagKeyOperationSettings()
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 TagKeysStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<TagKeysStubSettings,TagKeysStubSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.