Documentation

SearchRequest extends Message
in package

Generated from protobuf message <code>letters.letters.SearchRequest</code>

Table of Contents

Properties

$email  : mixed
Generated from protobuf field <code>string email = 6;</code>
$lastname  : mixed
Generated from protobuf field <code>string lastname = 5;</code>
$name  : mixed
Generated from protobuf field <code>string name = 4;</code>
$page_size  : mixed
Generated from protobuf field <code>int32 page_size = 2;</code>
$page_token  : mixed
Generated from protobuf field <code>string page_token = 1;</code>
$title  : mixed
Generated from protobuf field <code>string title = 3;</code>

Methods

__construct()  : mixed
Constructor.
getEmail()  : string
Generated from protobuf field <code>string email = 6;</code>
getLastname()  : string
Generated from protobuf field <code>string lastname = 5;</code>
getName()  : string
Generated from protobuf field <code>string name = 4;</code>
getPageSize()  : int
Generated from protobuf field <code>int32 page_size = 2;</code>
getPageToken()  : string
Generated from protobuf field <code>string page_token = 1;</code>
getTitle()  : string
Generated from protobuf field <code>string title = 3;</code>
setEmail()  : $this
Generated from protobuf field <code>string email = 6;</code>
setLastname()  : $this
Generated from protobuf field <code>string lastname = 5;</code>
setName()  : $this
Generated from protobuf field <code>string name = 4;</code>
setPageSize()  : $this
Generated from protobuf field <code>int32 page_size = 2;</code>
setPageToken()  : $this
Generated from protobuf field <code>string page_token = 1;</code>
setTitle()  : $this
Generated from protobuf field <code>string title = 3;</code>

Properties

$email

Generated from protobuf field <code>string email = 6;</code>

protected mixed $email = ''

$lastname

Generated from protobuf field <code>string lastname = 5;</code>

protected mixed $lastname = ''

$name

Generated from protobuf field <code>string name = 4;</code>

protected mixed $name = ''

$page_size

Generated from protobuf field <code>int32 page_size = 2;</code>

protected mixed $page_size = 0

$page_token

Generated from protobuf field <code>string page_token = 1;</code>

protected mixed $page_token = ''

$title

Generated from protobuf field <code>string title = 3;</code>

protected mixed $title = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
$data : array<string|int, mixed> = NULL

{ Optional. Data for populating the Message object.

@type string $page_token
@type int $page_size
@type string $title
@type string $name
@type string $lastname
@type string $email

}

getEmail()

Generated from protobuf field <code>string email = 6;</code>

public getEmail() : string
Return values
string

getLastname()

Generated from protobuf field <code>string lastname = 5;</code>

public getLastname() : string
Return values
string

getName()

Generated from protobuf field <code>string name = 4;</code>

public getName() : string
Return values
string

getPageSize()

Generated from protobuf field <code>int32 page_size = 2;</code>

public getPageSize() : int
Return values
int

getPageToken()

Generated from protobuf field <code>string page_token = 1;</code>

public getPageToken() : string
Return values
string

getTitle()

Generated from protobuf field <code>string title = 3;</code>

public getTitle() : string
Return values
string

setEmail()

Generated from protobuf field <code>string email = 6;</code>

public setEmail(string $var) : $this
Parameters
$var : string
Return values
$this

setLastname()

Generated from protobuf field <code>string lastname = 5;</code>

public setLastname(string $var) : $this
Parameters
$var : string
Return values
$this

setName()

Generated from protobuf field <code>string name = 4;</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setPageSize()

Generated from protobuf field <code>int32 page_size = 2;</code>

public setPageSize(int $var) : $this
Parameters
$var : int
Return values
$this

setPageToken()

Generated from protobuf field <code>string page_token = 1;</code>

public setPageToken(string $var) : $this
Parameters
$var : string
Return values
$this

setTitle()

Generated from protobuf field <code>string title = 3;</code>

public setTitle(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results