Class: Google::Cloud::SecurityCenter::V1p1beta1::ListNotificationConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::ListNotificationConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Response message for listing notification configs.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results.
-
#notification_configs ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1beta1::NotificationConfig>
Notification configs belonging to the requested parent.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results.
476 477 478 479 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 476 class ListNotificationConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notification_configs ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1beta1::NotificationConfig>
Returns Notification configs belonging to the requested parent.
476 477 478 479 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 476 class ListNotificationConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |