Class: Google::Cloud::SecurityCenter::V1::ListSourcesRequest

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

Overview

Request message for listing sources.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.



1077
1078
1079
1080
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1077

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

#page_token::String

Returns The value returned by the last ListSourcesResponse; indicates that this is a continuation of a prior ListSources call, and that the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListSourcesResponse; indicates that this is a continuation of a prior ListSources call, and that the system should return the next page of data.



1077
1078
1079
1080
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1077

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

#parent::String

Returns Required. Resource name of the parent of sources to list. Its format should be organizations/[organization_id], folders/[folder_id], or projects/[project_id].

Returns:

  • (::String)

    Required. Resource name of the parent of sources to list. Its format should be organizations/[organization_id], folders/[folder_id], or projects/[project_id].



1077
1078
1079
1080
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1077

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