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
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;
ByteString getPathsBytes(int index)
The set of field mask paths.
repeated string paths = 1;
Copyright © 2008–2017 Google. All rights reserved.