Class AnalyzeOrgPoliciesResponse.OrgPolicyResult (3.47.0)

public static final class AnalyzeOrgPoliciesResponse.OrgPolicyResult extends GeneratedMessageV3 implements AnalyzeOrgPoliciesResponse.OrgPolicyResultOrBuilder

The organization policy result to the query.

Protobuf type google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.OrgPolicyResult

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AnalyzeOrgPoliciesResponse.OrgPolicyResult

Static Fields

CONSOLIDATED_POLICY_FIELD_NUMBER

public static final int CONSOLIDATED_POLICY_FIELD_NUMBER
Field Value
Type Description
int

FOLDERS_FIELD_NUMBER

public static final int FOLDERS_FIELD_NUMBER
Field Value
Type Description
int

ORGANIZATION_FIELD_NUMBER

public static final int ORGANIZATION_FIELD_NUMBER
Field Value
Type Description
int

POLICY_BUNDLE_FIELD_NUMBER

public static final int POLICY_BUNDLE_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult getDefaultInstance()
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder newBuilder()
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder

newBuilder(AnalyzeOrgPoliciesResponse.OrgPolicyResult prototype)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder newBuilder(AnalyzeOrgPoliciesResponse.OrgPolicyResult prototype)
Parameter
Name Description
prototype AnalyzeOrgPoliciesResponse.OrgPolicyResult
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder

parseDelimitedFrom(InputStream input)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AnalyzeOrgPoliciesResponse.OrgPolicyResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AnalyzeOrgPoliciesResponse.OrgPolicyResult> parser()
Returns
Type Description
Parser<OrgPolicyResult>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getConsolidatedPolicy()

public AnalyzerOrgPolicy getConsolidatedPolicy()

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating [AnalyzeOrgPoliciesResponse.policy_bundle][]. The evaluation will respect the organization policy hierarchy rules.

.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 1;

Returns
Type Description
AnalyzerOrgPolicy

The consolidatedPolicy.

getConsolidatedPolicyOrBuilder()

public AnalyzerOrgPolicyOrBuilder getConsolidatedPolicyOrBuilder()

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating [AnalyzeOrgPoliciesResponse.policy_bundle][]. The evaluation will respect the organization policy hierarchy rules.

.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 1;

Returns
Type Description
AnalyzerOrgPolicyOrBuilder

getDefaultInstanceForType()

public AnalyzeOrgPoliciesResponse.OrgPolicyResult getDefaultInstanceForType()
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult

getFolders(int index)

public String getFolders(int index)

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The folders at the given index.

getFoldersBytes(int index)

public ByteString getFoldersBytes(int index)

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the folders at the given index.

getFoldersCount()

public int getFoldersCount()

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Returns
Type Description
int

The count of folders.

getFoldersList()

public ProtocolStringList getFoldersList()

The folder(s) that this consolidated policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to one or more folders.

repeated string folders = 4;

Returns
Type Description
ProtocolStringList

A list containing the folders.

getOrganization()

public String getOrganization()

The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.

string organization = 5;

Returns
Type Description
String

The organization.

getOrganizationBytes()

public ByteString getOrganizationBytes()

The organization that this consolidated policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the consolidated policy belongs (directly or cascadingly) to an organization.

string organization = 5;

Returns
Type Description
ByteString

The bytes for organization.

getParserForType()

public Parser<AnalyzeOrgPoliciesResponse.OrgPolicyResult> getParserForType()
Returns
Type Description
Parser<OrgPolicyResult>
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 = 2;

Parameter
Name Description
index int
Returns
Type Description
AnalyzerOrgPolicy

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 = 2;

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 = 2;

Returns
Type Description
List<AnalyzerOrgPolicy>

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 = 2;

Parameter
Name Description
index int
Returns
Type Description
AnalyzerOrgPolicyOrBuilder

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 = 2;

Returns
Type Description
List<? extends com.google.cloud.asset.v1.AnalyzerOrgPolicyOrBuilder>

getProject()

public String getProject()

The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.

string project = 3;

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

The project that this consolidated policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the consolidated policy belongs to a project.

string project = 3;

Returns
Type Description
ByteString

The bytes for project.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasConsolidatedPolicy()

public boolean hasConsolidatedPolicy()

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating [AnalyzeOrgPoliciesResponse.policy_bundle][]. The evaluation will respect the organization policy hierarchy rules.

.google.cloud.asset.v1.AnalyzerOrgPolicy consolidated_policy = 1;

Returns
Type Description
boolean

Whether the consolidatedPolicy field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder newBuilderForType()
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder toBuilder()
Returns
Type Description
AnalyzeOrgPoliciesResponse.OrgPolicyResult.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException