public interface FieldMaskOrBuilder extends MessageLiteOrBuilder
| 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.
|
getDefaultInstanceForType, isInitializedList<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 element to return.Copyright © 2008–2022. All rights reserved.