Package com.google.cloud.asset.v1
Interface IamPolicyAnalysisResult.AccessOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IamPolicyAnalysisResult.Access,IamPolicyAnalysisResult.Access.Builder
- Enclosing class:
- IamPolicyAnalysisResult
public static interface IamPolicyAnalysisResult.AccessOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamPolicyAnalysisStategetAnalysisState()The analysis state of this access.IamPolicyAnalysisStateOrBuildergetAnalysisStateOrBuilder()The analysis state of this access.IamPolicyAnalysisResult.Access.OneofAccessCasegetOneofAccessCase()StringgetPermission()The permission.com.google.protobuf.ByteStringgetPermissionBytes()The permission.StringgetRole()The role.com.google.protobuf.ByteStringgetRoleBytes()The role.booleanhasAnalysisState()The analysis state of this access.booleanhasPermission()The permission.booleanhasRole()The role.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRole
boolean hasRole()
The role.
string role = 1;- Returns:
- Whether the role field is set.
-
getRole
String getRole()
The role.
string role = 1;- Returns:
- The role.
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()
The role.
string role = 1;- Returns:
- The bytes for role.
-
hasPermission
boolean hasPermission()
The permission.
string permission = 2;- Returns:
- Whether the permission field is set.
-
getPermission
String getPermission()
The permission.
string permission = 2;- Returns:
- The permission.
-
getPermissionBytes
com.google.protobuf.ByteString getPermissionBytes()
The permission.
string permission = 2;- Returns:
- The bytes for permission.
-
hasAnalysisState
boolean hasAnalysisState()
The analysis state of this access.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;- Returns:
- Whether the analysisState field is set.
-
getAnalysisState
IamPolicyAnalysisState getAnalysisState()
The analysis state of this access.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;- Returns:
- The analysisState.
-
getAnalysisStateOrBuilder
IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder()
The analysis state of this access.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
-
getOneofAccessCase
IamPolicyAnalysisResult.Access.OneofAccessCase getOneofAccessCase()
-
-