Send feedback
Class AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer (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 AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer extends GeneratedMessageV3 implements AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainerOrBuilder
The organization/folder/project resource governed by organization policies
of
AnalyzeOrgPolicyGovernedContainersRequest.constraint .
Protobuf type
google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer
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
FULL_RESOURCE_NAME_FIELD_NUMBER
public static final int FULL_RESOURCE_NAME_FIELD_NUMBER
Field Value
Type
Description
int
PARENT_FIELD_NUMBER
public static final int PARENT_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 AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer . Builder newBuilder ()
newBuilder(AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer prototype)
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer . Builder newBuilder ( AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer prototype )
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseDelimitedFrom ( InputStream input )
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( CodedInputStream input )
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( InputStream input )
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getConsolidatedPolicy()
public AnalyzerOrgPolicy getConsolidatedPolicy ()
The consolidated organization policy for the analyzed resource. The
consolidated organization policy is computed by merging and evaluating
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.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 organization policy for the analyzed resource. The
consolidated organization policy is computed by merging and evaluating
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle .
The evaluation will respect the organization policy hierarchy
rules .
.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 3;
getDefaultInstanceForType()
public AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer getDefaultInstanceForType ()
getFullResourceName()
public String getFullResourceName ()
The full resource name of
an organization/folder/project resource.
string full_resource_name = 1;
Returns
Type
Description
String
The fullResourceName.
getFullResourceNameBytes()
public ByteString getFullResourceNameBytes ()
The full resource name of
an organization/folder/project resource.
string full_resource_name = 1;
Returns
Type
Description
ByteString
The bytes for fullResourceName.
getParent()
public String getParent ()
The full resource name of
the parent of
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name .
string parent = 2;
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
The full resource name of
the parent of
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name .
string parent = 2;
Returns
Type
Description
ByteString
The bytes for parent.
getParserForType()
public Parser<AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer > 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 organization policy for the analyzed resource. The
consolidated organization policy is computed by merging and evaluating
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.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.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AnalyzeOrgPolicyGovernedContainersResponse . GovernedContainer . 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-01-28 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-01-28 UTC."],[],[]]