Class: Google::Cloud::SecurityCenter::V1p1beta1::ListSourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::ListSourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Response message for listing sources.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results.
-
#sources ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1beta1::Source>
Sources 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.
509 510 511 512 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 509 class ListSourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sources ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1beta1::Source>
Returns Sources belonging to the requested parent.
509 510 511 512 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 509 class ListSourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |