public interface FieldMaskOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPaths(int index)
The set of field mask paths.
|
ByteString |
getPathsBytes(int index)
The set of field mask paths.
|
int |
getPathsCount()
The set of field mask paths.
|
java.util.List<java.lang.String> |
getPathsList()
The set of field mask paths.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.String> getPathsList()
The set of field mask paths.
repeated string paths = 1;
int getPathsCount()
The set of field mask paths.
repeated string paths = 1;
java.lang.String getPaths(int index)
The set of field mask paths.
repeated string paths = 1;
index
- The index of the element to return.ByteString getPathsBytes(int index)
The set of field mask paths.
repeated string paths = 1;
index
- The index of the value to return.