Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlsResponse.
Response message for ListCloudControls.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_controls
def cloud_controls() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControl>
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControl>) — The list of CloudControl resources.
#cloud_controls=
def cloud_controls=(value) -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControl>
Parameter
- value (::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControl>) — The list of CloudControl resources.
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControl>) — The list of CloudControl resources.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A pagination token. To retrieve the next page of results, call the method again with this token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A pagination token. To retrieve the next page of results, call the method again with this token.
Returns
- (::String) — A pagination token. To retrieve the next page of results, call the method again with this token.