Security Command Center Management V1 API - Class Google::Cloud::SecurityCenterManagement::V1::ListEventThreatDetectionCustomModulesRequest (v1.1.0)

Reference documentation and code samples for the Security Command Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::ListEventThreatDetectionCustomModulesRequest.

Request message for SecurityCenterManagement.ListEventThreatDetectionCustomModules.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of modules to return. The service may return fewer than this value. If unspecified, at most 10 modules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of modules to return. The service may return fewer than this value. If unspecified, at most 10 modules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
  • (::Integer) — Optional. The maximum number of modules to return. The service may return fewer than this value. If unspecified, at most 10 modules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A pagination token returned from a previous request. Provide this token to retrieve the next page of results.

    When paginating, the rest of the request must match the request that generated the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A pagination token returned from a previous request. Provide this token to retrieve the next page of results.

    When paginating, the rest of the request must match the request that generated the page token.

Returns
  • (::String) — Optional. A pagination token returned from a previous request. Provide this token to retrieve the next page of results.

    When paginating, the rest of the request must match the request that generated the page token.

#parent

def parent() -> ::String
Returns
  • (::String) —

    Required. Name of parent to list custom modules, in one of the following formats:

    • organizations/{organization}/locations/{location}
    • folders/{folder}/locations/{location}
    • projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. Name of parent to list custom modules, in one of the following formats:

    • organizations/{organization}/locations/{location}
    • folders/{folder}/locations/{location}
    • projects/{project}/locations/{location}
Returns
  • (::String) —

    Required. Name of parent to list custom modules, in one of the following formats:

    • organizations/{organization}/locations/{location}
    • folders/{folder}/locations/{location}
    • projects/{project}/locations/{location}