Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsRequest.
Request message to summarize the intelligence findings for the specified scope(org, folder or project).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String- (::String) — Optional. The filter expression, following AIP-160. Supports filtering by FindingType.
#filter=
def filter=(value) -> ::String- value (::String) — Optional. The filter expression, following AIP-160. Supports filtering by FindingType.
- (::String) — Optional. The filter expression, following AIP-160. Supports filtering by FindingType.
#page_size
def page_size() -> ::Integer-
(::Integer) — Optional. The maximum number of findings to return.
The maximum value is
100; values above100will be coerced to100. The default value is100.
#page_size=
def page_size=(value) -> ::Integer-
value (::Integer) — Optional. The maximum number of findings to return.
The maximum value is
100; values above100will be coerced to100. The default value is100.
-
(::Integer) — Optional. The maximum number of findings to return.
The maximum value is
100; values above100will be coerced to100. The default value is100.
#page_token
def page_token() -> ::String-
(::String) — Optional. A page token, received from a previous
SummarizeIntelligenceFindingscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
SummarizeIntelligenceFindingsmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. A page token, received from a previous
SummarizeIntelligenceFindingscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
SummarizeIntelligenceFindingsmust match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
SummarizeIntelligenceFindingscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
SummarizeIntelligenceFindingsmust match the call that provided the page token.
#parent
def parent() -> ::String-
(::String) —
Required. The scope to summarize the findings for. Format:
organizations/{organization}/locations/{location}folders/{folder}/locations/{location}projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String-
value (::String) —
Required. The scope to summarize the findings for. Format:
organizations/{organization}/locations/{location}folders/{folder}/locations/{location}projects/{project}/locations/{location}
-
(::String) —
Required. The scope to summarize the findings for. Format:
organizations/{organization}/locations/{location}folders/{folder}/locations/{location}projects/{project}/locations/{location}
#resource_scope
def resource_scope() -> ::Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsRequest::ResourceScope-
(::Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsRequest::ResourceScope) — Optional. Determines the granularity of the findings
when the
parentis an organization or folder.PARENT(or not set): A single summary is returned for each insight type, aggregated across the entireparentscope.PROJECT: A separate summary is returned for each insight type for every project within theparentscope.
The only supported values are
PARENTandPROJECT. If no value is specified, the API behaviour defaults to thePARENT.
#resource_scope=
def resource_scope=(value) -> ::Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsRequest::ResourceScope-
value (::Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsRequest::ResourceScope) — Optional. Determines the granularity of the findings
when the
parentis an organization or folder.PARENT(or not set): A single summary is returned for each insight type, aggregated across the entireparentscope.PROJECT: A separate summary is returned for each insight type for every project within theparentscope.
The only supported values are
PARENTandPROJECT. If no value is specified, the API behaviour defaults to thePARENT.
-
(::Google::Cloud::Storage::Control::V2::SummarizeIntelligenceFindingsRequest::ResourceScope) — Optional. Determines the granularity of the findings
when the
parentis an organization or folder.PARENT(or not set): A single summary is returned for each insight type, aggregated across the entireparentscope.PROJECT: A separate summary is returned for each insight type for every project within theparentscope.
The only supported values are
PARENTandPROJECT. If no value is specified, the API behaviour defaults to thePARENT.