Class TroubleshootIamPolicyResponse (1.41.0)

public final class TroubleshootIamPolicyResponse extends GeneratedMessageV3 implements TroubleshootIamPolicyResponseOrBuilder

Response for TroubleshootIamPolicy.

Protobuf type google.cloud.policytroubleshooter.v1.TroubleshootIamPolicyResponse

Static Fields

ACCESS_FIELD_NUMBER

public static final int ACCESS_FIELD_NUMBER
Field Value
Type Description
int

ERRORS_FIELD_NUMBER

public static final int ERRORS_FIELD_NUMBER
Field Value
Type Description
int

EXPLAINED_POLICIES_FIELD_NUMBER

public static final int EXPLAINED_POLICIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TroubleshootIamPolicyResponse getDefaultInstance()
Returns
Type Description
TroubleshootIamPolicyResponse

getDescriptor()

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

newBuilder()

public static TroubleshootIamPolicyResponse.Builder newBuilder()
Returns
Type Description
TroubleshootIamPolicyResponse.Builder

newBuilder(TroubleshootIamPolicyResponse prototype)

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

parseDelimitedFrom(InputStream input)

public static TroubleshootIamPolicyResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TroubleshootIamPolicyResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static TroubleshootIamPolicyResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TroubleshootIamPolicyResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static TroubleshootIamPolicyResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TroubleshootIamPolicyResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static TroubleshootIamPolicyResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TroubleshootIamPolicyResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static TroubleshootIamPolicyResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TroubleshootIamPolicyResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<TroubleshootIamPolicyResponse> parser()
Returns
Type Description
Parser<TroubleshootIamPolicyResponse>

Methods

equals(Object obj)

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

getAccess()

public Explanations.AccessState getAccess()

Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.

.google.cloud.policytroubleshooter.v1.AccessState access = 1;

Returns
Type Description
Explanations.AccessState

The access.

getAccessValue()

public int getAccessValue()

Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.

.google.cloud.policytroubleshooter.v1.AccessState access = 1;

Returns
Type Description
int

The enum numeric value on the wire for access.

getDefaultInstanceForType()

public TroubleshootIamPolicyResponse getDefaultInstanceForType()
Returns
Type Description
TroubleshootIamPolicyResponse

getErrors(int index)

public Status getErrors(int index)

The general errors contained in the troubleshooting response.

repeated .google.rpc.Status errors = 3;

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.Status

getErrorsCount()

public int getErrorsCount()

The general errors contained in the troubleshooting response.

repeated .google.rpc.Status errors = 3;

Returns
Type Description
int

getErrorsList()

public List<Status> getErrorsList()

The general errors contained in the troubleshooting response.

repeated .google.rpc.Status errors = 3;

Returns
Type Description
List<com.google.rpc.Status>

getErrorsOrBuilder(int index)

public StatusOrBuilder getErrorsOrBuilder(int index)

The general errors contained in the troubleshooting response.

repeated .google.rpc.Status errors = 3;

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.StatusOrBuilder

getErrorsOrBuilderList()

public List<? extends StatusOrBuilder> getErrorsOrBuilderList()

The general errors contained in the troubleshooting response.

repeated .google.rpc.Status errors = 3;

Returns
Type Description
List<? extends com.google.rpc.StatusOrBuilder>

getExplainedPolicies(int index)

public Explanations.ExplainedPolicy getExplainedPolicies(int index)

List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.

The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project.

To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

repeated .google.cloud.policytroubleshooter.v1.ExplainedPolicy explained_policies = 2;

Parameter
Name Description
index int
Returns
Type Description
Explanations.ExplainedPolicy

getExplainedPoliciesCount()

public int getExplainedPoliciesCount()

List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.

The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project.

To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

repeated .google.cloud.policytroubleshooter.v1.ExplainedPolicy explained_policies = 2;

Returns
Type Description
int

getExplainedPoliciesList()

public List<Explanations.ExplainedPolicy> getExplainedPoliciesList()

List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.

The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project.

To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

repeated .google.cloud.policytroubleshooter.v1.ExplainedPolicy explained_policies = 2;

Returns
Type Description
List<ExplainedPolicy>

getExplainedPoliciesOrBuilder(int index)

public Explanations.ExplainedPolicyOrBuilder getExplainedPoliciesOrBuilder(int index)

List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.

The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project.

To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

repeated .google.cloud.policytroubleshooter.v1.ExplainedPolicy explained_policies = 2;

Parameter
Name Description
index int
Returns
Type Description
Explanations.ExplainedPolicyOrBuilder

getExplainedPoliciesOrBuilderList()

public List<? extends Explanations.ExplainedPolicyOrBuilder> getExplainedPoliciesOrBuilderList()

List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.

The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project.

To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

repeated .google.cloud.policytroubleshooter.v1.ExplainedPolicy explained_policies = 2;

Returns
Type Description
List<? extends google.cloud.policytroubleshooter.v1.Explanations.ExplainedPolicyOrBuilder>

getParserForType()

public Parser<TroubleshootIamPolicyResponse> getParserForType()
Returns
Type Description
Parser<TroubleshootIamPolicyResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 TroubleshootIamPolicyResponse.Builder newBuilderForType()
Returns
Type Description
TroubleshootIamPolicyResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public TroubleshootIamPolicyResponse.Builder toBuilder()
Returns
Type Description
TroubleshootIamPolicyResponse.Builder

writeTo(CodedOutputStream output)

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