public static interface IamPolicyAnalysisResult.AccessOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
IamPolicyAnalysisState |
getAnalysisState()
The analysis state of this access.
|
IamPolicyAnalysisStateOrBuilder |
getAnalysisStateOrBuilder()
The analysis state of this access.
|
IamPolicyAnalysisResult.Access.OneofAccessCase |
getOneofAccessCase() |
String |
getPermission()
The permission.
|
ByteString |
getPermissionBytes()
The permission.
|
String |
getRole()
The role.
|
ByteString |
getRoleBytes()
The role.
|
boolean |
hasAnalysisState()
The analysis state of this access.
|
boolean |
hasPermission()
The permission.
|
boolean |
hasRole()
The role.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasRole()
The role.
string role = 1;
String getRole()
The role.
string role = 1;
ByteString getRoleBytes()
The role.
string role = 1;
boolean hasPermission()
The permission.
string permission = 2;
String getPermission()
The permission.
string permission = 2;
ByteString getPermissionBytes()
The permission.
string permission = 2;
boolean hasAnalysisState()
The analysis state of this access.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
IamPolicyAnalysisState getAnalysisState()
The analysis state of this access.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder()
The analysis state of this access.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
IamPolicyAnalysisResult.Access.OneofAccessCase getOneofAccessCase()
Copyright © 2022 Google LLC. All rights reserved.