Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlsRequest.
Request message for listing CloudControls.
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 CloudControls 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
-
value (::Integer) — Optional. The maximum number of CloudControls to return. The default value
is
500
.If you exceed the maximum value of
1000
, then the service uses the maximum value.
-
(::Integer) — Optional. The maximum number of CloudControls 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
-
(::String) — Optional. A pagination token returned from a previous request to list
CloudControls. Provide this token to retrieve the next page of results.
When paginating, parent provided to ListCloudControls request must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A pagination token returned from a previous request to list
CloudControls. Provide this token to retrieve the next page of results.
When paginating, parent provided to ListCloudControls request must match the call that provided the page token.
-
(::String) — Optional. A pagination token returned from a previous request to list
CloudControls. Provide this token to retrieve the next page of results.
When paginating, parent provided to ListCloudControls request must match the call that provided the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.
-
(::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.