Class InterconnectAttachmentGroupsStubSettings.Builder (1.74.0)

public static class InterconnectAttachmentGroupsStubSettings.Builder extends StubSettings.Builder<InterconnectAttachmentGroupsStubSettings,InterconnectAttachmentGroupsStubSettings.Builder>

Builder for InterconnectAttachmentGroupsStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > InterconnectAttachmentGroupsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(InterconnectAttachmentGroupsStubSettings settings)

protected Builder(InterconnectAttachmentGroupsStubSettings settings)
Parameter
Name Description
settings InterconnectAttachmentGroupsStubSettings

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public InterconnectAttachmentGroupsStubSettings.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
InterconnectAttachmentGroupsStubSettings.Builder

build()

public InterconnectAttachmentGroupsStubSettings build()
Returns
Type Description
InterconnectAttachmentGroupsStubSettings
Overrides
Exceptions
Type Description
IOException

deleteOperationSettings()

public OperationCallSettings.Builder<DeleteInterconnectAttachmentGroupRequest,Operation,Operation> deleteOperationSettings()

Returns the builder for the settings used for calls to delete.

Returns
Type Description
Builder<DeleteInterconnectAttachmentGroupRequest,Operation,Operation>

deleteSettings()

public UnaryCallSettings.Builder<DeleteInterconnectAttachmentGroupRequest,Operation> deleteSettings()

Returns the builder for the settings used for calls to delete.

Returns
Type Description
Builder<DeleteInterconnectAttachmentGroupRequest,Operation>

getIamPolicySettings()

public UnaryCallSettings.Builder<GetIamPolicyInterconnectAttachmentGroupRequest,Policy> getIamPolicySettings()

Returns the builder for the settings used for calls to getIamPolicy.

Returns
Type Description
Builder<GetIamPolicyInterconnectAttachmentGroupRequest,Policy>

getOperationalStatusSettings()

public UnaryCallSettings.Builder<GetOperationalStatusInterconnectAttachmentGroupRequest,InterconnectAttachmentGroupsGetOperationalStatusResponse> getOperationalStatusSettings()

Returns the builder for the settings used for calls to getOperationalStatus.

Returns
Type Description
Builder<GetOperationalStatusInterconnectAttachmentGroupRequest,InterconnectAttachmentGroupsGetOperationalStatusResponse>

getSettings()

public UnaryCallSettings.Builder<GetInterconnectAttachmentGroupRequest,InterconnectAttachmentGroup> getSettings()

Returns the builder for the settings used for calls to get.

Returns
Type Description
Builder<GetInterconnectAttachmentGroupRequest,InterconnectAttachmentGroup>

insertOperationSettings()

public OperationCallSettings.Builder<InsertInterconnectAttachmentGroupRequest,Operation,Operation> insertOperationSettings()

Returns the builder for the settings used for calls to insert.

Returns
Type Description
Builder<InsertInterconnectAttachmentGroupRequest,Operation,Operation>

insertSettings()

public UnaryCallSettings.Builder<InsertInterconnectAttachmentGroupRequest,Operation> insertSettings()

Returns the builder for the settings used for calls to insert.

Returns
Type Description
Builder<InsertInterconnectAttachmentGroupRequest,Operation>

listSettings()

public PagedCallSettings.Builder<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroupsClient.ListPagedResponse> listSettings()

Returns the builder for the settings used for calls to list.

Returns
Type Description
Builder<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,ListPagedResponse>

patchOperationSettings()

public OperationCallSettings.Builder<PatchInterconnectAttachmentGroupRequest,Operation,Operation> patchOperationSettings()

Returns the builder for the settings used for calls to patch.

Returns
Type Description
Builder<PatchInterconnectAttachmentGroupRequest,Operation,Operation>

patchSettings()

public UnaryCallSettings.Builder<PatchInterconnectAttachmentGroupRequest,Operation> patchSettings()

Returns the builder for the settings used for calls to patch.

Returns
Type Description
Builder<PatchInterconnectAttachmentGroupRequest,Operation>

setIamPolicySettings()

public UnaryCallSettings.Builder<SetIamPolicyInterconnectAttachmentGroupRequest,Policy> setIamPolicySettings()

Returns the builder for the settings used for calls to setIamPolicy.

Returns
Type Description
Builder<SetIamPolicyInterconnectAttachmentGroupRequest,Policy>

testIamPermissionsSettings()

public UnaryCallSettings.Builder<TestIamPermissionsInterconnectAttachmentGroupRequest,TestPermissionsResponse> testIamPermissionsSettings()

Returns the builder for the settings used for calls to testIamPermissions.

Returns
Type Description
Builder<TestIamPermissionsInterconnectAttachmentGroupRequest,TestPermissionsResponse>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>