Class: Google::Cloud::Compute::V1::ServiceAttachmentsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ServiceAttachmentsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#service_attachments ⇒ ::Array<::Google::Cloud::Compute::V1::ServiceAttachment>
A list of ServiceAttachments contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of service attachments when the list is empty.
Instance Attribute Details
#service_attachments ⇒ ::Array<::Google::Cloud::Compute::V1::ServiceAttachment>
Returns A list of ServiceAttachments contained in this scope.
29319 29320 29321 29322 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29319 class ServiceAttachmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of service attachments when the list is empty.
29319 29320 29321 29322 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29319 class ServiceAttachmentsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |