Class: Google::Cloud::SecurityCenter::V2::ListSourcesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::ListSourcesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for listing sources.
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
ListSourcesResponse; indicates that this is a continuation of a priorListSourcescall, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
956 957 958 959 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 956 class ListSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
956 957 958 959 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 956 class ListSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
956 957 958 959 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 956 class ListSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |