Interface FieldMaskOrBuilder (3.19.4)

public interface FieldMaskOrBuilder extends MessageLiteOrBuilder

Methods

getPaths(int index)

public abstract String getPaths(int index)

The set of field mask paths.

repeated string paths = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
ByteString

The paths at the given index.

getPathsCount()

public abstract int getPathsCount()

The set of field mask paths.

repeated string paths = 1;

Returns
TypeDescription
int

The count of paths.

getPathsList()

public abstract List<String> getPathsList()

The set of field mask paths.

repeated string paths = 1;

Returns
TypeDescription
List<String>

A list containing the paths.