Class: Google::Cloud::SecurityCenter::V1::ListNotificationConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListNotificationConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for listing notification configs.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response.
-
#page_token ⇒ ::String
The value returned by the last
ListNotificationConfigsResponse
; indicates that this is a continuation of a priorListNotificationConfigs
call, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
978 979 980 981 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 978 class ListNotificationConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListNotificationConfigsResponse
; indicates
that this is a continuation of a prior ListNotificationConfigs
call, and
that the system should return the next page of data.
978 979 980 981 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 978 class ListNotificationConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent in which to list the notification configurations. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
978 979 980 981 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 978 class ListNotificationConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |