Send feedback
Class InterconnectsConnection (2.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.35.0 keyboard_arrow_down
Functions
virtual options()
Returns
Type
Description
Options
virtual DeleteInterconnect(google::cloud::cpp::compute::interconnects::v1::DeleteInterconnectRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::DeleteInterconnectRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual DeleteInterconnect(NoAwaitTag, google::cloud::cpp::compute::interconnects::v1::DeleteInterconnectRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::interconnects::v1::DeleteInterconnectRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual DeleteInterconnect(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 GetInterconnect(google::cloud::cpp::compute::interconnects::v1::GetInterconnectRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::GetInterconnectRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Interconnect >
virtual GetDiagnostics(google::cloud::cpp::compute::interconnects::v1::GetDiagnosticsRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::GetDiagnosticsRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::InterconnectsGetDiagnosticsResponse >
virtual GetMacsecConfig(google::cloud::cpp::compute::interconnects::v1::GetMacsecConfigRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::GetMacsecConfigRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::InterconnectsGetMacsecConfigResponse >
virtual InsertInterconnect(google::cloud::cpp::compute::interconnects::v1::InsertInterconnectRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::InsertInterconnectRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual InsertInterconnect(NoAwaitTag, google::cloud::cpp::compute::interconnects::v1::InsertInterconnectRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::interconnects::v1::InsertInterconnectRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual InsertInterconnect(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 ListInterconnects(google::cloud::cpp::compute::interconnects::v1::ListInterconnectsRequest)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::ListInterconnectsRequest
Returns
Type
Description
StreamRange< google::cloud::cpp::compute::v1::Interconnect >
virtual PatchInterconnect(google::cloud::cpp::compute::interconnects::v1::PatchInterconnectRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::PatchInterconnectRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual PatchInterconnect(NoAwaitTag, google::cloud::cpp::compute::interconnects::v1::PatchInterconnectRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::interconnects::v1::PatchInterconnectRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual PatchInterconnect(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 SetLabels(google::cloud::cpp::compute::interconnects::v1::SetLabelsRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::interconnects::v1::SetLabelsRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual SetLabels(NoAwaitTag, google::cloud::cpp::compute::interconnects::v1::SetLabelsRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::interconnects::v1::SetLabelsRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual SetLabels(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 > >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-05 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This webpage details the `InterconnectsConnection` object, which defines virtual methods for the user-facing overload sets in `InterconnectsClient`."],["The content provides access to various versions of the `InterconnectsConnection` object, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["The interface enables users to incorporate custom behaviors, such as using a Google Mock object, when testing `InterconnectsClient` objects."],["The document lists and describes a range of virtual functions available within `InterconnectsConnection`, including `DeleteInterconnect`, `GetInterconnect`, `InsertInterconnect`, and `PatchInterconnect`."],["The webpage offers guidance on how to create concrete instances of this object with `MakeInterconnectsConnection()` and how to mock it using `compute_interconnects_v1_mocks::MockInterconnectsConnection`."]]],[]]