public interface FieldMaskOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
List<String> |
getPathsList()
The set of field mask paths.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getPathsList()
The set of field mask paths.
repeated string paths = 1;
int getPathsCount()
The set of field mask paths.
repeated string paths = 1;
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.Copyright © 2008–2019. All rights reserved.