Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkDeploymentsResponse.
Response message for ListFrameworkDeployments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#framework_deployments
def framework_deployments() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment>
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment>) — The list of FrameworkDeployments.
#framework_deployments=
def framework_deployments=(value) -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment>
Parameter
- value (::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment>) — The list of FrameworkDeployments.
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment>) — The list of FrameworkDeployments.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.