public interface PropertyMaskOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<String> |
A list containing the propertyPaths. |