public static interface IamPolicyAnalysisQuery.AccessSelectorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPermissions(int index)
Optional.
|
ByteString |
getPermissionsBytes(int index)
Optional.
|
int |
getPermissionsCount()
Optional.
|
List<String> |
getPermissionsList()
Optional.
|
String |
getRoles(int index)
Optional.
|
ByteString |
getRolesBytes(int index)
Optional.
|
int |
getRolesCount()
Optional.
|
List<String> |
getRolesList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getRolesList()
Optional. The roles to appear in result.
repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
int getRolesCount()
Optional. The roles to appear in result.
repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
String getRoles(int index)
Optional. The roles to appear in result.
repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the element to return.ByteString getRolesBytes(int index)
Optional. The roles to appear in result.
repeated string roles = 1 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the value to return.List<String> getPermissionsList()
Optional. The permissions to appear in result.
repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
int getPermissionsCount()
Optional. The permissions to appear in result.
repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
String getPermissions(int index)
Optional. The permissions to appear in result.
repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the element to return.ByteString getPermissionsBytes(int index)
Optional. The permissions to appear in result.
repeated string permissions = 2 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.