Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::ListIntelligenceFindingsRequest.
Request message to list IntelligenceFinding resources associated with
a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) — Optional. The filter expression to be applied.
Supports filtering by
typeandassociated_resources.
#filter=
def filter=(value) -> ::String-
value (::String) — Optional. The filter expression to be applied.
Supports filtering by
typeandassociated_resources.
-
(::String) — Optional. The filter expression to be applied.
Supports filtering by
typeandassociated_resources.
#page_size
def page_size() -> ::Integer-
(::Integer) — Optional. The maximum number of
IntelligenceFindingresources 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
IntelligenceFindingresources to return.The maximum value is
100; values above100will be coerced to100. The default value is100.
-
(::Integer) — Optional. The maximum number of
IntelligenceFindingresources 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
ListIntelligenceFindingscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListIntelligenceFindingsmust 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
ListIntelligenceFindingscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListIntelligenceFindingsmust match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
ListIntelligenceFindingscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListIntelligenceFindingsmust match the call that provided the page token.
#parent
def parent() -> ::String-
(::String) — Required. The parent of the
IntelligenceFindingresource.Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent of the
IntelligenceFindingresource.Format:
projects/{project}/locations/{location}
-
(::String) — Required. The parent of the
IntelligenceFindingresource.Format:
projects/{project}/locations/{location}