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 IamPolicyAnalysisState
getAnalysisState()
The analysis state of this access.IamPolicyAnalysisStateOrBuilder
getAnalysisStateOrBuilder()
The analysis state of this access.IamPolicyAnalysisResult.Access.OneofAccessCase
getOneofAccessCase()
String
getPermission()
The permission.com.google.protobuf.ByteString
getPermissionBytes()
The permission.String
getRole()
The role.com.google.protobuf.ByteString
getRoleBytes()
The role.boolean
hasAnalysisState()
The analysis state of this access.boolean
hasPermission()
The permission.boolean
hasRole()
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()
-
-