Send feedback
Class InterconnectsConnection (2.29.0-rc)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.29.0-rc 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 document details the `InterconnectsConnection` object, which provides virtual methods corresponding to user-facing overloads in `InterconnectsClient`, enabling the injection of custom behavior for testing."],["The `InterconnectsConnection` object is associated with the `InterconnectsClient` and is created using `MakeInterconnectsConnection()`, with a mock version, `MockInterconnectsConnection`, available for testing purposes."],["The document includes a comprehensive list of virtual methods, such as `DeleteInterconnect`, `GetInterconnect`, `GetDiagnostics`, and `InsertInterconnect`, and describes their parameters and return types."],["The content displays a history of versions for the `InterconnectsConnection` class, ranging from version 2.15.1 to 2.37.0-rc, with the latest being 2.37.0-rc."]]],[]]