Class: Google::Cloud::Compute::V1::UpdatePeeringNetworkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::UpdatePeeringNetworkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Networks.UpdatePeering. See the method description for details.
Instance Attribute Summary collapse
-
#network ⇒ ::String
Name of the network resource which the updated peering is belonging to.
-
#networks_update_peering_request_resource ⇒ ::Google::Cloud::Compute::V1::NetworksUpdatePeeringRequest
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#network ⇒ ::String
39700 39701 39702 39703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39700 class UpdatePeeringNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#networks_update_peering_request_resource ⇒ ::Google::Cloud::Compute::V1::NetworksUpdatePeeringRequest
39700 39701 39702 39703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39700 class UpdatePeeringNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
39700 39701 39702 39703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39700 class UpdatePeeringNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
39700 39701 39702 39703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39700 class UpdatePeeringNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |