Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlsRequest (v0.2.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlsRequest.

Request message for [ListCloudControls][].

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 cloud controls to return. The default value is 500.

    If you exceed the maximum value of 1000, then the service uses the maximum value.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of cloud controls to return. The default value is 500.

    If you exceed the maximum value of 1000, then the service uses the maximum value.

Returns
  • (::Integer) — Optional. The maximum number of cloud controls to return. The default value is 500.

    If you exceed the maximum value of 1000, then the service uses the maximum value.

#page_token

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

    When paginating, the parent that you provide to the ListCloudControls request must match the call that provided the page token.

#page_token=

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

    When paginating, the parent that you provide to the ListCloudControls request must match the call that provided the page token.

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

    When paginating, the parent that you provide to the ListCloudControls request must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.
Returns
  • (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.