- 1.55.0 (latest)
- 1.54.0
- 1.53.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.6
- 1.4.0
- 1.3.2
- 1.2.12
public static class TagValuesSettings.Builder extends ClientSettings.Builder<TagValuesSettings,TagValuesSettings.Builder>
Builder for TagValuesSettings.
Constructors
Builder()
protected Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Builder(TagValuesSettings settings)
protected Builder(TagValuesSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
TagValuesSettings |
Builder(TagValuesStubSettings.Builder stubSettings)
protected Builder(TagValuesStubSettings.Builder stubSettings)
Parameter | |
---|---|
Name | Description |
stubSettings |
TagValuesStubSettings.Builder |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public TagValuesSettings.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.
Parameter | |
---|---|
Name | Description |
settingsUpdater |
ApiFunction<Builder<?,?>,java.lang.Void> |
Returns | |
---|---|
Type | Description |
TagValuesSettings.Builder |
build()
public TagValuesSettings build()
Returns | |
---|---|
Type | Description |
TagValuesSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
createTagValueOperationSettings()
public OperationCallSettings.Builder<CreateTagValueRequest,TagValue,CreateTagValueMetadata> createTagValueOperationSettings()
Returns the builder for the settings used for calls to createTagValue.
Returns | |
---|---|
Type | Description |
Builder<CreateTagValueRequest,TagValue,CreateTagValueMetadata> |
createTagValueSettings()
public UnaryCallSettings.Builder<CreateTagValueRequest,Operation> createTagValueSettings()
Returns the builder for the settings used for calls to createTagValue.
Returns | |
---|---|
Type | Description |
Builder<CreateTagValueRequest,Operation> |
deleteTagValueOperationSettings()
public OperationCallSettings.Builder<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> deleteTagValueOperationSettings()
Returns the builder for the settings used for calls to deleteTagValue.
Returns | |
---|---|
Type | Description |
Builder<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> |
deleteTagValueSettings()
public UnaryCallSettings.Builder<DeleteTagValueRequest,Operation> deleteTagValueSettings()
Returns the builder for the settings used for calls to deleteTagValue.
Returns | |
---|---|
Type | Description |
Builder<DeleteTagValueRequest,Operation> |
getIamPolicySettings()
public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
Returns | |
---|---|
Type | Description |
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getNamespacedTagValueSettings()
public UnaryCallSettings.Builder<GetNamespacedTagValueRequest,TagValue> getNamespacedTagValueSettings()
Returns the builder for the settings used for calls to getNamespacedTagValue.
Returns | |
---|---|
Type | Description |
Builder<GetNamespacedTagValueRequest,TagValue> |
getStubSettingsBuilder()
public TagValuesStubSettings.Builder getStubSettingsBuilder()
Returns | |
---|---|
Type | Description |
TagValuesStubSettings.Builder |
getTagValueSettings()
public UnaryCallSettings.Builder<GetTagValueRequest,TagValue> getTagValueSettings()
Returns the builder for the settings used for calls to getTagValue.
Returns | |
---|---|
Type | Description |
Builder<GetTagValueRequest,TagValue> |
listTagValuesSettings()
public PagedCallSettings.Builder<ListTagValuesRequest,ListTagValuesResponse,TagValuesClient.ListTagValuesPagedResponse> listTagValuesSettings()
Returns the builder for the settings used for calls to listTagValues.
Returns | |
---|---|
Type | Description |
Builder<ListTagValuesRequest,ListTagValuesResponse,ListTagValuesPagedResponse> |
setIamPolicySettings()
public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
Returns | |
---|---|
Type | Description |
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
testIamPermissionsSettings()
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
Returns | |
---|---|
Type | Description |
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
updateTagValueOperationSettings()
public OperationCallSettings.Builder<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> updateTagValueOperationSettings()
Returns the builder for the settings used for calls to updateTagValue.
Returns | |
---|---|
Type | Description |
Builder<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> |
updateTagValueSettings()
public UnaryCallSettings.Builder<UpdateTagValueRequest,Operation> updateTagValueSettings()
Returns the builder for the settings used for calls to updateTagValue.
Returns | |
---|---|
Type | Description |
Builder<UpdateTagValueRequest,Operation> |