public static class TagValuesStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<TagValuesStubSettings,TagValuesStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(TagValuesStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
TagValuesStubSettings.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.
|
TagValuesStubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTagValueRequest,TagValue,CreateTagValueMetadata> |
createTagValueOperationSettings()
Returns the builder for the settings used for calls to createTagValue.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTagValueRequest,com.google.longrunning.Operation> |
createTagValueSettings()
Returns the builder for the settings used for calls to createTagValue.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> |
deleteTagValueOperationSettings()
Returns the builder for the settings used for calls to deleteTagValue.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTagValueRequest,com.google.longrunning.Operation> |
deleteTagValueSettings()
Returns the builder for the settings used for calls to deleteTagValue.
|
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<GetNamespacedTagValueRequest,TagValue> |
getNamespacedTagValueSettings()
Returns the builder for the settings used for calls to getNamespacedTagValue.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTagValueRequest,TagValue> |
getTagValueSettings()
Returns the builder for the settings used for calls to getTagValue.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTagValuesRequest,ListTagValuesResponse,TagValuesClient.ListTagValuesPagedResponse> |
listTagValuesSettings()
Returns the builder for the settings used for calls to listTagValues.
|
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<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> |
updateTagValueOperationSettings()
Returns the builder for the settings used for calls to updateTagValue.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTagValueRequest,com.google.longrunning.Operation> |
updateTagValueSettings()
Returns the builder for the settings used for calls to updateTagValue.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, 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(TagValuesStubSettings settings)
public TagValuesStubSettings.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<ListTagValuesRequest,ListTagValuesResponse,TagValuesClient.ListTagValuesPagedResponse> listTagValuesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTagValueRequest,TagValue> getTagValueSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNamespacedTagValueRequest,TagValue> getNamespacedTagValueSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTagValueRequest,com.google.longrunning.Operation> createTagValueSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTagValueRequest,TagValue,CreateTagValueMetadata> createTagValueOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTagValueRequest,com.google.longrunning.Operation> updateTagValueSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> updateTagValueOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTagValueRequest,com.google.longrunning.Operation> deleteTagValueSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> deleteTagValueOperationSettings()
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 TagValuesStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<TagValuesStubSettings,TagValuesStubSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.