Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse.
The response message for AssetService.AnalyzeOrgPolicyGovernedContainers.
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_containers
def governed_containers() -> ::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer>
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer>) — The list of the analyzed governed containers.
#governed_containers=
def governed_containers=(value) -> ::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer>) — The list of the analyzed governed containers.
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedContainersResponse::GovernedContainer>) — The list of the analyzed governed containers.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.
Returns
- (::String) — The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.