Class: Google::Cloud::Compute::V1::SubnetworksScopedWarning
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SubnetworksScopedWarning
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#scope_name ⇒ ::String
Name of the scope containing this set of Subnetworks.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
An informational warning about unreachable scope.
Instance Attribute Details
#scope_name ⇒ ::String
Returns Name of the scope containing this set of Subnetworks.
37371 37372 37373 37374 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 37371 class SubnetworksScopedWarning include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns An informational warning about unreachable scope.
37371 37372 37373 37374 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 37371 class SubnetworksScopedWarning include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |