public static interface RecordCondition.ConditionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RecordCondition.Condition |
getConditions(int index)
A collection of conditions.
|
int |
getConditionsCount()
A collection of conditions.
|
List<RecordCondition.Condition> |
getConditionsList()
A collection of conditions.
|
RecordCondition.ConditionOrBuilder |
getConditionsOrBuilder(int index)
A collection of conditions.
|
List<? extends RecordCondition.ConditionOrBuilder> |
getConditionsOrBuilderList()
A collection of conditions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RecordCondition.Condition> getConditionsList()
A collection of conditions.
repeated .google.privacy.dlp.v2.RecordCondition.Condition conditions = 1;RecordCondition.Condition getConditions(int index)
A collection of conditions.
repeated .google.privacy.dlp.v2.RecordCondition.Condition conditions = 1;int getConditionsCount()
A collection of conditions.
repeated .google.privacy.dlp.v2.RecordCondition.Condition conditions = 1;List<? extends RecordCondition.ConditionOrBuilder> getConditionsOrBuilderList()
A collection of conditions.
repeated .google.privacy.dlp.v2.RecordCondition.Condition conditions = 1;RecordCondition.ConditionOrBuilder getConditionsOrBuilder(int index)
A collection of conditions.
repeated .google.privacy.dlp.v2.RecordCondition.Condition conditions = 1;Copyright © 2022 Google LLC. All rights reserved.