Class IamPolicyAnalysisResult.AnalysisState (3.4.1)

public static final class IamPolicyAnalysisResult.AnalysisState extends GeneratedMessageV3 implements IamPolicyAnalysisResult.AnalysisStateOrBuilder

Represents analysis state of each node in the result graph or non-critical errors in the response.

Protobuf type google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IamPolicyAnalysisResult.AnalysisState

Static Fields

CAUSE_FIELD_NUMBER

public static final int CAUSE_FIELD_NUMBER
Field Value
Type Description
int

CODE_FIELD_NUMBER

public static final int CODE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IamPolicyAnalysisResult.AnalysisState getDefaultInstance()
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState

getDescriptor()

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

newBuilder()

public static IamPolicyAnalysisResult.AnalysisState.Builder newBuilder()
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState.Builder

newBuilder(IamPolicyAnalysisResult.AnalysisState prototype)

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

parseDelimitedFrom(InputStream input)

public static IamPolicyAnalysisResult.AnalysisState parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static IamPolicyAnalysisResult.AnalysisState parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static IamPolicyAnalysisResult.AnalysisState parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static IamPolicyAnalysisResult.AnalysisState parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static IamPolicyAnalysisResult.AnalysisState parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<IamPolicyAnalysisResult.AnalysisState> parser()
Returns
Type Description
Parser<AnalysisState>

Methods

equals(Object obj)

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

getCause()

public String getCause()

The human-readable description of the cause of failure.

string cause = 2;

Returns
Type Description
String

The cause.

getCauseBytes()

public ByteString getCauseBytes()

The human-readable description of the cause of failure.

string cause = 2;

Returns
Type Description
ByteString

The bytes for cause.

getCode()

public Code getCode()

The Google standard error code that best describes the state. For example:

  • OK means the node has been successfully explored;
  • PERMISSION_DENIED means an access denied error is encountered;
  • DEADLINE_EXCEEDED means the node hasn't been explored in time;

.google.rpc.Code code = 1;

Returns
Type Description
com.google.rpc.Code

The code.

getCodeValue()

public int getCodeValue()

The Google standard error code that best describes the state. For example:

  • OK means the node has been successfully explored;
  • PERMISSION_DENIED means an access denied error is encountered;
  • DEADLINE_EXCEEDED means the node hasn't been explored in time;

.google.rpc.Code code = 1;

Returns
Type Description
int

The enum numeric value on the wire for code.

getDefaultInstanceForType()

public IamPolicyAnalysisResult.AnalysisState getDefaultInstanceForType()
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState

getParserForType()

public Parser<IamPolicyAnalysisResult.AnalysisState> getParserForType()
Returns
Type Description
Parser<AnalysisState>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
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 IamPolicyAnalysisResult.AnalysisState.Builder newBuilderForType()
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public IamPolicyAnalysisResult.AnalysisState.Builder toBuilder()
Returns
Type Description
IamPolicyAnalysisResult.AnalysisState.Builder

writeTo(CodedOutputStream output)

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