public interface FieldMaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPaths(int index)
The set of field mask paths.
|
com.google.protobuf.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, hasOneofjava.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;com.google.protobuf.ByteString getPathsBytes(int index)
The set of field mask paths.
repeated string paths = 1;