Class: Google::Cloud::Compute::V1::PatchInterconnectGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PatchInterconnectGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InterconnectGroups.Patch. See the method description for details.
Instance Attribute Summary collapse
-
#interconnect_group ⇒ ::String
Name of the InterconnectGroup resource to patch.
-
#interconnect_group_resource ⇒ ::Google::Cloud::Compute::V1::InterconnectGroup
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#update_mask ⇒ ::String
The list of fields to update.
Instance Attribute Details
#interconnect_group ⇒ ::String
26104 26105 26106 26107 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26104 class PatchInterconnectGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interconnect_group_resource ⇒ ::Google::Cloud::Compute::V1::InterconnectGroup
26104 26105 26106 26107 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26104 class PatchInterconnectGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
26104 26105 26106 26107 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26104 class PatchInterconnectGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
26104 26105 26106 26107 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26104 class PatchInterconnectGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::String
26104 26105 26106 26107 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26104 class PatchInterconnectGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |