public interface IamPolicyAnalysisStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCause()
public abstract String getCause()The human-readable description of the cause of failure.
string cause = 2;
| Type | Description |
| String | The cause. |
getCauseBytes()
public abstract ByteString getCauseBytes()The human-readable description of the cause of failure.
string cause = 2;
| Type | Description |
| 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 analysis on this entity has been successfully finished;
- PERMISSION_DENIED means an access denied error is encountered;
- DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
.google.rpc.Code code = 1;
| Type | Description |
| 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 analysis on this entity has been successfully finished;
- PERMISSION_DENIED means an access denied error is encountered;
- DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
.google.rpc.Code code = 1;
| Type | Description |
| int | The enum numeric value on the wire for code. |