class FieldMask extends Message

Properties

string[] $paths

Methods

static 
descriptor()

No description

boolean
hasPaths()

Check if has a value

clearPaths()

Clear value

string
getPaths(int $idx = NULL)

Get value

setPaths($value, $idx = NULL)

Set value

string[]
getPathsList()

Get all elements of

addPaths(string $value)

Add a new element to

Details

at line line 17
static descriptor()

at line line 41
boolean hasPaths()

Check if has a value

Return Value

boolean

at line line 50
FieldMask clearPaths()

Clear value

Return Value

FieldMask

at line line 60
string getPaths(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

string

at line line 70
FieldMask setPaths($value, $idx = NULL)

Set value

Parameters

$value
$idx

Return Value

FieldMask

at line line 79
string[] getPathsList()

Get all elements of

Return Value

string[]

at line line 89
FieldMask addPaths(string $value)

Add a new element to

Parameters

string $value

Return Value

FieldMask