Class InterconnectAttachmentGroupsConnection (3.6.0-rc)

This interface defines virtual methods for each of the user-facing overload sets in InterconnectAttachmentGroupsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type InterconnectAttachmentGroupsClient.

To create a concrete instance, see MakeInterconnectAttachmentGroupsConnection().

For mocking, see compute_interconnect_attachment_groups_v1_mocks::MockInterconnectAttachmentGroupsConnection.

Functions

virtual options()

Returns
Type Description
Options

virtual DeleteInterconnectAttachmentGroup(google::cloud::cpp::compute::interconnect_attachment_groups::v1::DeleteInterconnectAttachmentGroupRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::DeleteInterconnectAttachmentGroupRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual DeleteInterconnectAttachmentGroup(NoAwaitTag, google::cloud::cpp::compute::interconnect_attachment_groups::v1::DeleteInterconnectAttachmentGroupRequest const &)

Parameters
Name Description
NoAwaitTag
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::DeleteInterconnectAttachmentGroupRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::Operation >

virtual DeleteInterconnectAttachmentGroup(google::cloud::cpp::compute::v1::Operation const &)

Parameter
Name Description
operation google::cloud::cpp::compute::v1::Operation const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual GetInterconnectAttachmentGroup(google::cloud::cpp::compute::interconnect_attachment_groups::v1::GetInterconnectAttachmentGroupRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::GetInterconnectAttachmentGroupRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::InterconnectAttachmentGroup >

virtual GetIamPolicy(google::cloud::cpp::compute::interconnect_attachment_groups::v1::GetIamPolicyRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::GetIamPolicyRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::Policy >

virtual GetOperationalStatus(google::cloud::cpp::compute::interconnect_attachment_groups::v1::GetOperationalStatusRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::GetOperationalStatusRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::InterconnectAttachmentGroupsGetOperationalStatusResponse >

virtual InsertInterconnectAttachmentGroup(google::cloud::cpp::compute::interconnect_attachment_groups::v1::InsertInterconnectAttachmentGroupRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::InsertInterconnectAttachmentGroupRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual InsertInterconnectAttachmentGroup(NoAwaitTag, google::cloud::cpp::compute::interconnect_attachment_groups::v1::InsertInterconnectAttachmentGroupRequest const &)

Parameters
Name Description
NoAwaitTag
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::InsertInterconnectAttachmentGroupRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::Operation >

virtual InsertInterconnectAttachmentGroup(google::cloud::cpp::compute::v1::Operation const &)

Parameter
Name Description
operation google::cloud::cpp::compute::v1::Operation const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual ListInterconnectAttachmentGroups(google::cloud::cpp::compute::interconnect_attachment_groups::v1::ListInterconnectAttachmentGroupsRequest)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::ListInterconnectAttachmentGroupsRequest
Returns
Type Description
StreamRange< google::cloud::cpp::compute::v1::InterconnectAttachmentGroup >

virtual PatchInterconnectAttachmentGroup(google::cloud::cpp::compute::interconnect_attachment_groups::v1::PatchInterconnectAttachmentGroupRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::PatchInterconnectAttachmentGroupRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual PatchInterconnectAttachmentGroup(NoAwaitTag, google::cloud::cpp::compute::interconnect_attachment_groups::v1::PatchInterconnectAttachmentGroupRequest const &)

Parameters
Name Description
NoAwaitTag
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::PatchInterconnectAttachmentGroupRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::Operation >

virtual PatchInterconnectAttachmentGroup(google::cloud::cpp::compute::v1::Operation const &)

Parameter
Name Description
operation google::cloud::cpp::compute::v1::Operation const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual SetIamPolicy(google::cloud::cpp::compute::interconnect_attachment_groups::v1::SetIamPolicyRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::SetIamPolicyRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::Policy >

virtual TestIamPermissions(google::cloud::cpp::compute::interconnect_attachment_groups::v1::TestIamPermissionsRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::interconnect_attachment_groups::v1::TestIamPermissionsRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::TestPermissionsResponse >