Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse.
The response message for AssetService.AnalyzeOrgPolicyGovernedAssets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#constraint
def constraint() -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint
Returns
- (::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint) — The definition of the constraint in the request.
#constraint=
def constraint=(value) -> ::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint
Parameter
- value (::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint) — The definition of the constraint in the request.
Returns
- (::Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint) — The definition of the constraint in the request.
#governed_assets
def governed_assets() -> ::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse::GovernedAsset>
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse::GovernedAsset>) — The list of the analyzed governed assets.
#governed_assets=
def governed_assets=(value) -> ::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse::GovernedAsset>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse::GovernedAsset>) — The list of the analyzed governed assets.
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse::GovernedAsset>) — The list of the analyzed governed assets.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
Returns
- (::String) — The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.