Interface IamPolicyAnalysisResult.AnalysisStateOrBuilder (3.3.1)

public static interface IamPolicyAnalysisResult.AnalysisStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCause()

public abstract String getCause()

The human-readable description of the cause of failure.

string cause = 2;

Returns
TypeDescription
String

The cause.

getCauseBytes()

public abstract ByteString getCauseBytes()

The human-readable description of the cause of failure.

string cause = 2;

Returns
TypeDescription
ByteString

The bytes for cause.

getCode()

public abstract 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
TypeDescription
com.google.rpc.Code

The code.

getCodeValue()

public abstract 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
TypeDescription
int

The enum numeric value on the wire for code.