Class: Google::Cloud::SecurityCenter::V1p1beta1::GroupResult
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::GroupResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Result containing the properties and count of a groupBy request.
Defined Under Namespace
Classes: PropertiesEntry
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Total count of resources for the given properties.
-
#properties ⇒ ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Properties matching the groupBy fields in the request.
Instance Attribute Details
#count ⇒ ::Integer
Returns Total count of resources for the given properties.
435 436 437 438 439 440 441 442 443 444 445 446 447 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 435 class GroupResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#properties ⇒ ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns Properties matching the groupBy fields in the request.
435 436 437 438 439 440 441 442 443 444 445 446 447 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 435 class GroupResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |