Class: Google::Cloud::SecurityCenter::V2::ListSourcesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb

Overview

Response message for listing sources.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results.



935
936
937
938
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 935

class ListSourcesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sources::Array<::Google::Cloud::SecurityCenter::V2::Source>

Returns Sources belonging to the requested parent.

Returns:



935
936
937
938
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 935

class ListSourcesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end