Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::ListIntelligenceFindingRevisionsRequest.
Request message to list IntelligenceFindingRevision resources associated
with a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer-
(::Integer) — Optional. The maximum number of
IntelligenceFindingRevisionresources 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
IntelligenceFindingRevisionresources to return.The maximum value is
100; values above100will be coerced to100. The default value is100.
-
(::Integer) — Optional. The maximum number of
IntelligenceFindingRevisionresources 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
ListIntelligenceFindingRevisionscall. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. A page token, received from a previous
ListIntelligenceFindingRevisionscall. Provide this to retrieve the subsequent page.
-
(::String) — Optional. A page token, received from a previous
ListIntelligenceFindingRevisionscall. Provide this to retrieve the subsequent page.
#parent
def parent() -> ::String-
(::String) — Required. The parent of the
IntelligenceFindingRevisionresource.Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent of the
IntelligenceFindingRevisionresource.Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}
-
(::String) — Required. The parent of the
IntelligenceFindingRevisionresource.Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}