Class: Google::Cloud::WebSecurityScanner::V1beta::ListFindingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb

Overview

Request for the ListFindings method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Required. The filter expression. The expression must be in the format: . Supported field: 'finding_type'. Supported operator: '='.

Returns:

  • (::String)

    Required. The filter expression. The expression must be in the format: . Supported field: 'finding_type'. Supported operator: '='.



238
239
240
241
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 238

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

#page_size::Integer

Returns The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

Returns:

  • (::Integer)

    The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.



238
239
240
241
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 238

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

#page_token::String

Returns A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

Returns:

  • (::String)

    A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.



238
239
240
241
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 238

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

#parent::String

Returns Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

Returns:

  • (::String)

    Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.



238
239
240
241
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 238

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