public static interface PolicySpec.PolicyRule.StringValuesOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedValues(int index)
List of values allowed at this resource.
|
ByteString |
getAllowedValuesBytes(int index)
List of values allowed at this resource.
|
int |
getAllowedValuesCount()
List of values allowed at this resource.
|
List<String> |
getAllowedValuesList()
List of values allowed at this resource.
|
String |
getDeniedValues(int index)
List of values denied at this resource.
|
ByteString |
getDeniedValuesBytes(int index)
List of values denied at this resource.
|
int |
getDeniedValuesCount()
List of values denied at this resource.
|
List<String> |
getDeniedValuesList()
List of values denied at this resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<String> getAllowedValuesList()
List of values allowed at this resource.
repeated string allowed_values = 1;int getAllowedValuesCount()
List of values allowed at this resource.
repeated string allowed_values = 1;String getAllowedValues(int index)
List of values allowed at this resource.
repeated string allowed_values = 1;index - The index of the element to return.ByteString getAllowedValuesBytes(int index)
List of values allowed at this resource.
repeated string allowed_values = 1;index - The index of the value to return.List<String> getDeniedValuesList()
List of values denied at this resource.
repeated string denied_values = 2;int getDeniedValuesCount()
List of values denied at this resource.
repeated string denied_values = 2;String getDeniedValues(int index)
List of values denied at this resource.
repeated string denied_values = 2;index - The index of the element to return.ByteString getDeniedValuesBytes(int index)
List of values denied at this resource.
repeated string denied_values = 2;index - The index of the value to return.Copyright © 2021 Google LLC. All rights reserved.