public interface IamPolicyAnalysisStateOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCause()
The human-readable description of the cause of failure.
|
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, hasOneof
isInitialized
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;
com.google.rpc.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;
String getCause()
The human-readable description of the cause of failure.
string cause = 2;
ByteString getCauseBytes()
The human-readable description of the cause of failure.
string cause = 2;
Copyright © 2022 Google LLC. All rights reserved.