Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListDescendantSecurityHealthAnalyticsCustomModulesRequest.
Request message for listing descendant Security Health Analytics custom modules.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
- (::String) — The value returned by the last call indicating a continuation
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — The value returned by the last call indicating a continuation
Returns
- (::String) — The value returned by the last call indicating a continuation
#parent
def parent() -> ::String
Returns
- (::String) — Required. Name of parent to list descendant custom modules. Its format is "organizations/{organization}/securityHealthAnalyticsSettings", "folders/{folder}/securityHealthAnalyticsSettings", or "projects/{project}/securityHealthAnalyticsSettings"
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Name of parent to list descendant custom modules. Its format is "organizations/{organization}/securityHealthAnalyticsSettings", "folders/{folder}/securityHealthAnalyticsSettings", or "projects/{project}/securityHealthAnalyticsSettings"
Returns
- (::String) — Required. Name of parent to list descendant custom modules. Its format is "organizations/{organization}/securityHealthAnalyticsSettings", "folders/{folder}/securityHealthAnalyticsSettings", or "projects/{project}/securityHealthAnalyticsSettings"