public static interface IamPolicyAnalysisResult.AnalysisStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCause()
The human-readable description of the cause of failure.
|
com.google.protobuf.ByteString |
getCauseBytes()
The human-readable description of the cause of failure.
|
com.google.rpc.Code |
getCode()
The Google standard error code that best describes the state.
|
int |
getCodeValue()
The Google standard error code that best describes the state.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;com.google.rpc.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;String getCause()
The human-readable description of the cause of failure.
string cause = 2;com.google.protobuf.ByteString getCauseBytes()
The human-readable description of the cause of failure.
string cause = 2;Copyright © 2022 Google LLC. All rights reserved.