Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListFrameworksResponse.
Response message for listing Frameworks. Contains a paginated list of Framework resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#frameworks
def frameworks() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::Framework>
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::Framework>) — The list of Framework resources.
#frameworks=
def frameworks=(value) -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::Framework>
Parameter
- value (::Array<::Google::Cloud::CloudSecurityCompliance::V1::Framework>) — The list of Framework resources.
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::Framework>) — The list of Framework 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.