Interface PropertyMaskOrBuilder (0.14.1)

public interface PropertyMaskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPropertyPaths(int index)

public abstract String getPropertyPaths(int index)

The list of property paths in the mask. This is not populated for delete events.

repeated string property_paths = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The propertyPaths at the given index.

getPropertyPathsBytes(int index)

public abstract ByteString getPropertyPathsBytes(int index)

The list of property paths in the mask. This is not populated for delete events.

repeated string property_paths = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the propertyPaths at the given index.

getPropertyPathsCount()

public abstract int getPropertyPathsCount()

The list of property paths in the mask. This is not populated for delete events.

repeated string property_paths = 1;

Returns
TypeDescription
int

The count of propertyPaths.

getPropertyPathsList()

public abstract List<String> getPropertyPathsList()

The list of property paths in the mask. This is not populated for delete events.

repeated string property_paths = 1;

Returns
TypeDescription
List<String>

A list containing the propertyPaths.