Package com.google.privacy.dlp.v2
Interface Table.RowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Table.Row
,Table.Row.Builder
- Enclosing class:
- Table
public static interface Table.RowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value
getValues(int index)
Individual cells.int
getValuesCount()
Individual cells.List<Value>
getValuesList()
Individual cells.ValueOrBuilder
getValuesOrBuilder(int index)
Individual cells.List<? extends ValueOrBuilder>
getValuesOrBuilderList()
Individual cells.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValuesList
List<Value> getValuesList()
Individual cells.
repeated .google.privacy.dlp.v2.Value values = 1;
-
getValues
Value getValues(int index)
Individual cells.
repeated .google.privacy.dlp.v2.Value values = 1;
-
getValuesCount
int getValuesCount()
Individual cells.
repeated .google.privacy.dlp.v2.Value values = 1;
-
getValuesOrBuilderList
List<? extends ValueOrBuilder> getValuesOrBuilderList()
Individual cells.
repeated .google.privacy.dlp.v2.Value values = 1;
-
getValuesOrBuilder
ValueOrBuilder getValuesOrBuilder(int index)
Individual cells.
repeated .google.privacy.dlp.v2.Value values = 1;
-
-