Send feedback
Class AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset (3.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.22.0 keyboard_arrow_down
public static final class AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset extends GeneratedMessageV3 implements AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAssetOrBuilder
Represents a Google Cloud asset(resource or IAM policy) governed by the
organization policies of the
AnalyzeOrgPolicyGovernedAssetsRequest.constraint .
Protobuf type
google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
CONSOLIDATED_POLICY_FIELD_NUMBER
public static final int CONSOLIDATED_POLICY_FIELD_NUMBER
Field Value
Type
Description
int
GOVERNED_IAM_POLICY_FIELD_NUMBER
public static final int GOVERNED_IAM_POLICY_FIELD_NUMBER
Field Value
Type
Description
int
GOVERNED_RESOURCE_FIELD_NUMBER
public static final int GOVERNED_RESOURCE_FIELD_NUMBER
Field Value
Type
Description
int
POLICY_BUNDLE_FIELD_NUMBER
public static final int POLICY_BUNDLE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset . Builder newBuilder ()
newBuilder(AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset prototype)
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset . Builder newBuilder ( AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset prototype )
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseDelimitedFrom ( InputStream input )
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( CodedInputStream input )
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( InputStream input )
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getConsolidatedPolicy()
public AnalyzerOrgPolicy getConsolidatedPolicy ()
The consolidated policy for the analyzed asset. The consolidated
policy is computed by merging and evaluating
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.policy_bundle .
The evaluation will respect the organization policy hierarchy
rules .
.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 3;
getConsolidatedPolicyOrBuilder()
public AnalyzerOrgPolicyOrBuilder getConsolidatedPolicyOrBuilder ()
The consolidated policy for the analyzed asset. The consolidated
policy is computed by merging and evaluating
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.policy_bundle .
The evaluation will respect the organization policy hierarchy
rules .
.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 3;
getDefaultInstanceForType()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset getDefaultInstanceForType ()
getGovernedAssetCase()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset . GovernedAssetCase getGovernedAssetCase ()
getGovernedIamPolicy()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedIamPolicy getGovernedIamPolicy ()
An IAM policy governed by the organization
policies of the
AnalyzeOrgPolicyGovernedAssetsRequest.constraint .
.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedIamPolicy governed_iam_policy = 2;
getGovernedIamPolicyOrBuilder()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedIamPolicyOrBuilder getGovernedIamPolicyOrBuilder ()
An IAM policy governed by the organization
policies of the
AnalyzeOrgPolicyGovernedAssetsRequest.constraint .
.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedIamPolicy governed_iam_policy = 2;
getGovernedResource()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedResource getGovernedResource ()
A Google Cloud resource governed by the organization
policies of the
AnalyzeOrgPolicyGovernedAssetsRequest.constraint .
.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource governed_resource = 1;
getGovernedResourceOrBuilder()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedResourceOrBuilder getGovernedResourceOrBuilder ()
A Google Cloud resource governed by the organization
policies of the
AnalyzeOrgPolicyGovernedAssetsRequest.constraint .
.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource governed_resource = 1;
getParserForType()
public Parser<AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset > getParserForType ()
Overrides
getPolicyBundle(int index)
public AnalyzerOrgPolicy getPolicyBundle ( int index )
The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in
the list.
repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 4;
Parameter
Name
Description
index
int
getPolicyBundleCount()
public int getPolicyBundleCount ()
The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in
the list.
repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 4;
Returns
Type
Description
int
getPolicyBundleList()
public List<AnalyzerOrgPolicy> getPolicyBundleList ()
The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in
the list.
repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 4;
getPolicyBundleOrBuilder(int index)
public AnalyzerOrgPolicyOrBuilder getPolicyBundleOrBuilder ( int index )
The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in
the list.
repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 4;
Parameter
Name
Description
index
int
getPolicyBundleOrBuilderList()
public List <? extends AnalyzerOrgPolicyOrBuilder > getPolicyBundleOrBuilderList ()
The ordered list of all organization policies from the
[AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.attached_resource][]
to the scope specified in the request.
If the constraint is defined with default policy, it will also appear in
the list.
repeated .google.cloud.asset.v1.AnalyzerOrgPolicy policy_bundle = 4;
Returns
Type
Description
List <? extends com.google.cloud.asset.v1.AnalyzerOrgPolicyOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasConsolidatedPolicy()
public boolean hasConsolidatedPolicy ()
The consolidated policy for the analyzed asset. The consolidated
policy is computed by merging and evaluating
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.policy_bundle .
The evaluation will respect the organization policy hierarchy
rules .
.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 3;
Returns
Type
Description
boolean
Whether the consolidatedPolicy field is set.
hasGovernedIamPolicy()
public boolean hasGovernedIamPolicy ()
An IAM policy governed by the organization
policies of the
AnalyzeOrgPolicyGovernedAssetsRequest.constraint .
.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedIamPolicy governed_iam_policy = 2;
Returns
Type
Description
boolean
Whether the governedIamPolicy field is set.
hasGovernedResource()
public boolean hasGovernedResource ()
A Google Cloud resource governed by the organization
policies of the
AnalyzeOrgPolicyGovernedAssetsRequest.constraint .
.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource governed_resource = 1;
Returns
Type
Description
boolean
Whether the governedResource field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AnalyzeOrgPolicyGovernedAssetsResponse . GovernedAsset . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[]]