public interface FieldMaskOrBuilder extends MessageLiteOrBuilder
Implements
MessageLiteOrBuilderMethods
getPaths(int index)
public abstract String getPaths(int index)
The set of field mask paths.
repeated string paths = 1;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The paths at the given index. |
getPathsBytes(int index)
public abstract ByteString getPathsBytes(int index)
The set of field mask paths.
repeated string paths = 1;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
ByteString | The paths at the given index. |
getPathsCount()
public abstract int getPathsCount()
The set of field mask paths.
repeated string paths = 1;
Returns | |
---|---|
Type | Description |
int | The count of paths. |
getPathsList()
public abstract List<String> getPathsList()
The set of field mask paths.
repeated string paths = 1;
Returns | |
---|---|
Type | Description |
List<String> | A list containing the paths. |