Filters
extends Message
in package
Generated from protobuf message <code>lavoz_search.search.Filters</code>
Table of Contents
Properties
- $club : mixed
- Generated from protobuf field <code>.lavoz_search.search.Boolean club = 9;</code>
- $company : mixed
- Generated from protobuf field <code>string company = 15;</code>
- $do_not_email : mixed
- Generated from protobuf field <code>.lavoz_search.search.Boolean do_not_email = 19;</code>
- $email : mixed
- Generated from protobuf field <code>string email = 3;</code>
- $email_exact : mixed
- Generated from protobuf field <code>string email_exact = 2;</code>
- $emails_verified : mixed
- Busca usuarios con algún correo verificado o sin verificar
- $fullname : mixed
- Generated from protobuf field <code>string fullname = 11;</code>
- $general : mixed
- Búsqueda general en todos los campos razonables al mismo tiempo. De momento: - email - phone - fullname - company_name
- $has_groups : mixed
- Busca usuarios con alguno de estos grupos, no necesariamente todos.
- $hobby : mixed
- Generated from protobuf field <code>int64 hobby = 16;</code>
- $id : mixed
- Generated from protobuf field <code>int64 id = 34;</code>
- $job : mixed
- Generated from protobuf field <code>int64 job = 12;</code>
- $locality : mixed
- Busca en todas las direcciones físicas en búsca de una localidad que contenga este texto.
- $marketing_emails : mixed
- Generated from protobuf field <code>.lavoz_search.search.Boolean marketing_emails = 6;</code>
- $newsletter : mixed
- Generated from protobuf field <code>.lavoz_search.search.Filters.Newsletter newsletter = 1;</code>
- $phone : mixed
- Generated from protobuf field <code>string phone = 5;</code>
- $phone_exact : mixed
- Generated from protobuf field <code>string phone_exact = 4;</code>
- $position_locality : mixed
- Generated from protobuf field <code>string position_locality = 26;</code>
- $primary_email_verified : mixed
- Generated from protobuf field <code>.lavoz_search.search.Boolean primary_email_verified = 8;</code>
- $query : mixed
- Generated from protobuf field <code>string query = 35;</code>
- $sector : mixed
- Generated from protobuf field <code>int64 sector = 14;</code>
- $subscriber : mixed
- Busca usuarios que sean suscriptores.
- $subscriber_id : mixed
- Busca usuarios dado un ID de suscriptor específico.
- $subsector : mixed
- Generated from protobuf field <code>int64 subsector = 13;</code>
- $third_party_profile : mixed
- Generated from protobuf field <code>.lavoz_search.search.Boolean third_party_profile = 7;</code>
- $without_sector : mixed
- Busca usuarios que no pertenecen a un sector concreto.
- $groups : mixed
- Generated from protobuf field <code>repeated int64 groups = 17;</code>
Methods
- __construct() : mixed
- Constructor.
- clearEmailsVerified() : mixed
- clearHasGroups() : mixed
- clearSubscriber() : mixed
- getClub() : int
- Generated from protobuf field <code>.lavoz_search.search.Boolean club = 9;</code>
- getCompany() : string
- Generated from protobuf field <code>string company = 15;</code>
- getDoNotEmail() : int
- Generated from protobuf field <code>.lavoz_search.search.Boolean do_not_email = 19;</code>
- getEmail() : string
- Generated from protobuf field <code>string email = 3;</code>
- getEmailExact() : string
- Generated from protobuf field <code>string email_exact = 2;</code>
- getEmailsVerified() : BoolValue|null
- Busca usuarios con algún correo verificado o sin verificar
- getEmailsVerifiedUnwrapped() : bool|null
- Returns the unboxed value from <code>getEmailsVerified()</code>
- getFullname() : string
- Generated from protobuf field <code>string fullname = 11;</code>
- getGeneral() : string
- Búsqueda general en todos los campos razonables al mismo tiempo. De momento: - email - phone - fullname - company_name
- getGroups() : RepeatedField
- Generated from protobuf field <code>repeated int64 groups = 17;</code>
- getHasGroups() : BoolValue|null
- Busca usuarios con alguno de estos grupos, no necesariamente todos.
- getHasGroupsUnwrapped() : bool|null
- Returns the unboxed value from <code>getHasGroups()</code>
- getHobby() : int|string
- Generated from protobuf field <code>int64 hobby = 16;</code>
- getId() : int|string
- Generated from protobuf field <code>int64 id = 34;</code>
- getJob() : int|string
- Generated from protobuf field <code>int64 job = 12;</code>
- getLocality() : string
- Busca en todas las direcciones físicas en búsca de una localidad que contenga este texto.
- getMarketingEmails() : int
- Generated from protobuf field <code>.lavoz_search.search.Boolean marketing_emails = 6;</code>
- getNewsletter() : int
- Generated from protobuf field <code>.lavoz_search.search.Filters.Newsletter newsletter = 1;</code>
- getPhone() : string
- Generated from protobuf field <code>string phone = 5;</code>
- getPhoneExact() : string
- Generated from protobuf field <code>string phone_exact = 4;</code>
- getPositionLocality() : string
- Generated from protobuf field <code>string position_locality = 26;</code>
- getPrimaryEmailVerified() : int
- Generated from protobuf field <code>.lavoz_search.search.Boolean primary_email_verified = 8;</code>
- getQuery() : string
- Generated from protobuf field <code>string query = 35;</code>
- getSector() : int|string
- Generated from protobuf field <code>int64 sector = 14;</code>
- getSubscriber() : BoolValue|null
- Busca usuarios que sean suscriptores.
- getSubscriberId() : int|string
- Busca usuarios dado un ID de suscriptor específico.
- getSubscriberUnwrapped() : bool|null
- Returns the unboxed value from <code>getSubscriber()</code>
- getSubsector() : int|string
- Generated from protobuf field <code>int64 subsector = 13;</code>
- getThirdPartyProfile() : int
- Generated from protobuf field <code>.lavoz_search.search.Boolean third_party_profile = 7;</code>
- getWithoutSector() : int|string
- Busca usuarios que no pertenecen a un sector concreto.
- hasEmailsVerified() : mixed
- hasHasGroups() : mixed
- hasSubscriber() : mixed
- setClub() : $this
- Generated from protobuf field <code>.lavoz_search.search.Boolean club = 9;</code>
- setCompany() : $this
- Generated from protobuf field <code>string company = 15;</code>
- setDoNotEmail() : $this
- Generated from protobuf field <code>.lavoz_search.search.Boolean do_not_email = 19;</code>
- setEmail() : $this
- Generated from protobuf field <code>string email = 3;</code>
- setEmailExact() : $this
- Generated from protobuf field <code>string email_exact = 2;</code>
- setEmailsVerified() : $this
- Busca usuarios con algún correo verificado o sin verificar
- setEmailsVerifiedUnwrapped() : $this
- Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
- setFullname() : $this
- Generated from protobuf field <code>string fullname = 11;</code>
- setGeneral() : $this
- Búsqueda general en todos los campos razonables al mismo tiempo. De momento: - email - phone - fullname - company_name
- setGroups() : $this
- Generated from protobuf field <code>repeated int64 groups = 17;</code>
- setHasGroups() : $this
- Busca usuarios con alguno de estos grupos, no necesariamente todos.
- setHasGroupsUnwrapped() : $this
- Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
- setHobby() : $this
- Generated from protobuf field <code>int64 hobby = 16;</code>
- setId() : $this
- Generated from protobuf field <code>int64 id = 34;</code>
- setJob() : $this
- Generated from protobuf field <code>int64 job = 12;</code>
- setLocality() : $this
- Busca en todas las direcciones físicas en búsca de una localidad que contenga este texto.
- setMarketingEmails() : $this
- Generated from protobuf field <code>.lavoz_search.search.Boolean marketing_emails = 6;</code>
- setNewsletter() : $this
- Generated from protobuf field <code>.lavoz_search.search.Filters.Newsletter newsletter = 1;</code>
- setPhone() : $this
- Generated from protobuf field <code>string phone = 5;</code>
- setPhoneExact() : $this
- Generated from protobuf field <code>string phone_exact = 4;</code>
- setPositionLocality() : $this
- Generated from protobuf field <code>string position_locality = 26;</code>
- setPrimaryEmailVerified() : $this
- Generated from protobuf field <code>.lavoz_search.search.Boolean primary_email_verified = 8;</code>
- setQuery() : $this
- Generated from protobuf field <code>string query = 35;</code>
- setSector() : $this
- Generated from protobuf field <code>int64 sector = 14;</code>
- setSubscriber() : $this
- Busca usuarios que sean suscriptores.
- setSubscriberId() : $this
- Busca usuarios dado un ID de suscriptor específico.
- setSubscriberUnwrapped() : $this
- Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
- setSubsector() : $this
- Generated from protobuf field <code>int64 subsector = 13;</code>
- setThirdPartyProfile() : $this
- Generated from protobuf field <code>.lavoz_search.search.Boolean third_party_profile = 7;</code>
- setWithoutSector() : $this
- Busca usuarios que no pertenecen a un sector concreto.
Properties
$club
Generated from protobuf field <code>.lavoz_search.search.Boolean club = 9;</code>
protected
mixed
$club
= 0
$company
Generated from protobuf field <code>string company = 15;</code>
protected
mixed
$company
= ''
$do_not_email
Generated from protobuf field <code>.lavoz_search.search.Boolean do_not_email = 19;</code>
protected
mixed
$do_not_email
= 0
Generated from protobuf field <code>string email = 3;</code>
protected
mixed
$email
= ''
$email_exact
Generated from protobuf field <code>string email_exact = 2;</code>
protected
mixed
$email_exact
= ''
$emails_verified
Busca usuarios con algún correo verificado o sin verificar
protected
mixed
$emails_verified
= null
Generated from protobuf field .google.protobuf.BoolValue emails_verified = 29;
$fullname
Generated from protobuf field <code>string fullname = 11;</code>
protected
mixed
$fullname
= ''
$general
Búsqueda general en todos los campos razonables al mismo tiempo. De momento: - email - phone - fullname - company_name
protected
mixed
$general
= ''
Si alguno de los campos coincide, no necesariamente todos, devuelve el resultado.
Generated from protobuf field string general = 20;
$has_groups
Busca usuarios con alguno de estos grupos, no necesariamente todos.
protected
mixed
$has_groups
= null
Generated from protobuf field .google.protobuf.BoolValue has_groups = 18;
$hobby
Generated from protobuf field <code>int64 hobby = 16;</code>
protected
mixed
$hobby
= 0
$id
Generated from protobuf field <code>int64 id = 34;</code>
protected
mixed
$id
= 0
$job
Generated from protobuf field <code>int64 job = 12;</code>
protected
mixed
$job
= 0
$locality
Busca en todas las direcciones físicas en búsca de una localidad que contenga este texto.
protected
mixed
$locality
= ''
Generated from protobuf field string locality = 27;
$marketing_emails
Generated from protobuf field <code>.lavoz_search.search.Boolean marketing_emails = 6;</code>
protected
mixed
$marketing_emails
= 0
$newsletter
Generated from protobuf field <code>.lavoz_search.search.Filters.Newsletter newsletter = 1;</code>
protected
mixed
$newsletter
= 0
$phone
Generated from protobuf field <code>string phone = 5;</code>
protected
mixed
$phone
= ''
$phone_exact
Generated from protobuf field <code>string phone_exact = 4;</code>
protected
mixed
$phone_exact
= ''
$position_locality
Generated from protobuf field <code>string position_locality = 26;</code>
protected
mixed
$position_locality
= ''
$primary_email_verified
Generated from protobuf field <code>.lavoz_search.search.Boolean primary_email_verified = 8;</code>
protected
mixed
$primary_email_verified
= 0
$query
Generated from protobuf field <code>string query = 35;</code>
protected
mixed
$query
= ''
$sector
Generated from protobuf field <code>int64 sector = 14;</code>
protected
mixed
$sector
= 0
$subscriber
Busca usuarios que sean suscriptores.
protected
mixed
$subscriber
= null
Generated from protobuf field .google.protobuf.BoolValue subscriber = 33;
$subscriber_id
Busca usuarios dado un ID de suscriptor específico.
protected
mixed
$subscriber_id
= 0
Generated from protobuf field int64 subscriber_id = 32;
$subsector
Generated from protobuf field <code>int64 subsector = 13;</code>
protected
mixed
$subsector
= 0
$third_party_profile
Generated from protobuf field <code>.lavoz_search.search.Boolean third_party_profile = 7;</code>
protected
mixed
$third_party_profile
= 0
$without_sector
Busca usuarios que no pertenecen a un sector concreto.
protected
mixed
$without_sector
= 0
Generated from protobuf field int64 without_sector = 31;
$groups
Generated from protobuf field <code>repeated int64 groups = 17;</code>
private
mixed
$groups
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 int $newsletter @type string $email_exact @type string $email @type string $phone_exact @type string $phone @type int $marketing_emails @type int $third_party_profile @type int $do_not_email @type int $primary_email_verified @type int $club @type string $fullname @type int|string $job @type int|string $subsector @type int|string $sector @type string $company @type int|string $hobby @type \Google\Protobuf\BoolValue $has_groups Busca usuarios con alguno de estos grupos, no necesariamente todos. @type int[]|string[]|\Google\Protobuf\Internal\RepeatedField $groups @type string $general Búsqueda general en todos los campos razonables al mismo tiempo. De momento: - email - phone - fullname - company_name Si alguno de los campos coincide, no necesariamente todos, devuelve el resultado. @type string $position_locality @type string $locality Busca en todas las direcciones físicas en búsca de una localidad que contenga este texto. @type \Google\Protobuf\BoolValue $emails_verified Busca usuarios con algún correo verificado o sin verificar @type int|string $without_sector Busca usuarios que no pertenecen a un sector concreto. @type int|string $subscriber_id Busca usuarios dado un ID de suscriptor específico. @type \Google\Protobuf\BoolValue $subscriber Busca usuarios que sean suscriptores. @type int|string $id @type string $query}
clearEmailsVerified()
public
clearEmailsVerified() : mixed
clearHasGroups()
public
clearHasGroups() : mixed
clearSubscriber()
public
clearSubscriber() : mixed
getClub()
Generated from protobuf field <code>.lavoz_search.search.Boolean club = 9;</code>
public
getClub() : int
Return values
intgetCompany()
Generated from protobuf field <code>string company = 15;</code>
public
getCompany() : string
Return values
stringgetDoNotEmail()
Generated from protobuf field <code>.lavoz_search.search.Boolean do_not_email = 19;</code>
public
getDoNotEmail() : int
Return values
intgetEmail()
Generated from protobuf field <code>string email = 3;</code>
public
getEmail() : string
Return values
stringgetEmailExact()
Generated from protobuf field <code>string email_exact = 2;</code>
public
getEmailExact() : string
Return values
stringgetEmailsVerified()
Busca usuarios con algún correo verificado o sin verificar
public
getEmailsVerified() : BoolValue|null
Generated from protobuf field .google.protobuf.BoolValue emails_verified = 29;
Return values
BoolValue|nullgetEmailsVerifiedUnwrapped()
Returns the unboxed value from <code>getEmailsVerified()</code>
public
getEmailsVerifiedUnwrapped() : bool|null
Busca usuarios con algún correo verificado o sin verificar
Generated from protobuf field .google.protobuf.BoolValue emails_verified = 29;
Return values
bool|nullgetFullname()
Generated from protobuf field <code>string fullname = 11;</code>
public
getFullname() : string
Return values
stringgetGeneral()
Búsqueda general en todos los campos razonables al mismo tiempo. De momento: - email - phone - fullname - company_name
public
getGeneral() : string
Si alguno de los campos coincide, no necesariamente todos, devuelve el resultado.
Generated from protobuf field string general = 20;
Return values
stringgetGroups()
Generated from protobuf field <code>repeated int64 groups = 17;</code>
public
getGroups() : RepeatedField
Return values
RepeatedFieldgetHasGroups()
Busca usuarios con alguno de estos grupos, no necesariamente todos.
public
getHasGroups() : BoolValue|null
Generated from protobuf field .google.protobuf.BoolValue has_groups = 18;
Return values
BoolValue|nullgetHasGroupsUnwrapped()
Returns the unboxed value from <code>getHasGroups()</code>
public
getHasGroupsUnwrapped() : bool|null
Busca usuarios con alguno de estos grupos, no necesariamente todos.
Generated from protobuf field .google.protobuf.BoolValue has_groups = 18;
Return values
bool|nullgetHobby()
Generated from protobuf field <code>int64 hobby = 16;</code>
public
getHobby() : int|string
Return values
int|stringgetId()
Generated from protobuf field <code>int64 id = 34;</code>
public
getId() : int|string
Return values
int|stringgetJob()
Generated from protobuf field <code>int64 job = 12;</code>
public
getJob() : int|string
Return values
int|stringgetLocality()
Busca en todas las direcciones físicas en búsca de una localidad que contenga este texto.
public
getLocality() : string
Generated from protobuf field string locality = 27;
Return values
stringgetMarketingEmails()
Generated from protobuf field <code>.lavoz_search.search.Boolean marketing_emails = 6;</code>
public
getMarketingEmails() : int
Return values
intgetNewsletter()
Generated from protobuf field <code>.lavoz_search.search.Filters.Newsletter newsletter = 1;</code>
public
getNewsletter() : int
Return values
intgetPhone()
Generated from protobuf field <code>string phone = 5;</code>
public
getPhone() : string
Return values
stringgetPhoneExact()
Generated from protobuf field <code>string phone_exact = 4;</code>
public
getPhoneExact() : string
Return values
stringgetPositionLocality()
Generated from protobuf field <code>string position_locality = 26;</code>
public
getPositionLocality() : string
Return values
stringgetPrimaryEmailVerified()
Generated from protobuf field <code>.lavoz_search.search.Boolean primary_email_verified = 8;</code>
public
getPrimaryEmailVerified() : int
Return values
intgetQuery()
Generated from protobuf field <code>string query = 35;</code>
public
getQuery() : string
Return values
stringgetSector()
Generated from protobuf field <code>int64 sector = 14;</code>
public
getSector() : int|string
Return values
int|stringgetSubscriber()
Busca usuarios que sean suscriptores.
public
getSubscriber() : BoolValue|null
Generated from protobuf field .google.protobuf.BoolValue subscriber = 33;
Return values
BoolValue|nullgetSubscriberId()
Busca usuarios dado un ID de suscriptor específico.
public
getSubscriberId() : int|string
Generated from protobuf field int64 subscriber_id = 32;
Return values
int|stringgetSubscriberUnwrapped()
Returns the unboxed value from <code>getSubscriber()</code>
public
getSubscriberUnwrapped() : bool|null
Busca usuarios que sean suscriptores.
Generated from protobuf field .google.protobuf.BoolValue subscriber = 33;
Return values
bool|nullgetSubsector()
Generated from protobuf field <code>int64 subsector = 13;</code>
public
getSubsector() : int|string
Return values
int|stringgetThirdPartyProfile()
Generated from protobuf field <code>.lavoz_search.search.Boolean third_party_profile = 7;</code>
public
getThirdPartyProfile() : int
Return values
intgetWithoutSector()
Busca usuarios que no pertenecen a un sector concreto.
public
getWithoutSector() : int|string
Generated from protobuf field int64 without_sector = 31;
Return values
int|stringhasEmailsVerified()
public
hasEmailsVerified() : mixed
hasHasGroups()
public
hasHasGroups() : mixed
hasSubscriber()
public
hasSubscriber() : mixed
setClub()
Generated from protobuf field <code>.lavoz_search.search.Boolean club = 9;</code>
public
setClub(int $var) : $this
Parameters
- $var : int
Return values
$thissetCompany()
Generated from protobuf field <code>string company = 15;</code>
public
setCompany(string $var) : $this
Parameters
- $var : string
Return values
$thissetDoNotEmail()
Generated from protobuf field <code>.lavoz_search.search.Boolean do_not_email = 19;</code>
public
setDoNotEmail(int $var) : $this
Parameters
- $var : int
Return values
$thissetEmail()
Generated from protobuf field <code>string email = 3;</code>
public
setEmail(string $var) : $this
Parameters
- $var : string
Return values
$thissetEmailExact()
Generated from protobuf field <code>string email_exact = 2;</code>
public
setEmailExact(string $var) : $this
Parameters
- $var : string
Return values
$thissetEmailsVerified()
Busca usuarios con algún correo verificado o sin verificar
public
setEmailsVerified(BoolValue $var) : $this
Generated from protobuf field .google.protobuf.BoolValue emails_verified = 29;
Parameters
- $var : BoolValue
Return values
$thissetEmailsVerifiedUnwrapped()
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
public
setEmailsVerifiedUnwrapped(bool|null $var) : $this
Busca usuarios con algún correo verificado o sin verificar
Generated from protobuf field .google.protobuf.BoolValue emails_verified = 29;
Parameters
- $var : bool|null
Return values
$thissetFullname()
Generated from protobuf field <code>string fullname = 11;</code>
public
setFullname(string $var) : $this
Parameters
- $var : string
Return values
$thissetGeneral()
Búsqueda general en todos los campos razonables al mismo tiempo. De momento: - email - phone - fullname - company_name
public
setGeneral(string $var) : $this
Si alguno de los campos coincide, no necesariamente todos, devuelve el resultado.
Generated from protobuf field string general = 20;
Parameters
- $var : string
Return values
$thissetGroups()
Generated from protobuf field <code>repeated int64 groups = 17;</code>
public
setGroups(array<string|int, int>|array<string|int, string>|RepeatedField $var) : $this
Parameters
- $var : array<string|int, int>|array<string|int, string>|RepeatedField
Return values
$thissetHasGroups()
Busca usuarios con alguno de estos grupos, no necesariamente todos.
public
setHasGroups(BoolValue $var) : $this
Generated from protobuf field .google.protobuf.BoolValue has_groups = 18;
Parameters
- $var : BoolValue
Return values
$thissetHasGroupsUnwrapped()
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
public
setHasGroupsUnwrapped(bool|null $var) : $this
Busca usuarios con alguno de estos grupos, no necesariamente todos.
Generated from protobuf field .google.protobuf.BoolValue has_groups = 18;
Parameters
- $var : bool|null
Return values
$thissetHobby()
Generated from protobuf field <code>int64 hobby = 16;</code>
public
setHobby(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetId()
Generated from protobuf field <code>int64 id = 34;</code>
public
setId(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetJob()
Generated from protobuf field <code>int64 job = 12;</code>
public
setJob(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetLocality()
Busca en todas las direcciones físicas en búsca de una localidad que contenga este texto.
public
setLocality(string $var) : $this
Generated from protobuf field string locality = 27;
Parameters
- $var : string
Return values
$thissetMarketingEmails()
Generated from protobuf field <code>.lavoz_search.search.Boolean marketing_emails = 6;</code>
public
setMarketingEmails(int $var) : $this
Parameters
- $var : int
Return values
$thissetNewsletter()
Generated from protobuf field <code>.lavoz_search.search.Filters.Newsletter newsletter = 1;</code>
public
setNewsletter(int $var) : $this
Parameters
- $var : int
Return values
$thissetPhone()
Generated from protobuf field <code>string phone = 5;</code>
public
setPhone(string $var) : $this
Parameters
- $var : string
Return values
$thissetPhoneExact()
Generated from protobuf field <code>string phone_exact = 4;</code>
public
setPhoneExact(string $var) : $this
Parameters
- $var : string
Return values
$thissetPositionLocality()
Generated from protobuf field <code>string position_locality = 26;</code>
public
setPositionLocality(string $var) : $this
Parameters
- $var : string
Return values
$thissetPrimaryEmailVerified()
Generated from protobuf field <code>.lavoz_search.search.Boolean primary_email_verified = 8;</code>
public
setPrimaryEmailVerified(int $var) : $this
Parameters
- $var : int
Return values
$thissetQuery()
Generated from protobuf field <code>string query = 35;</code>
public
setQuery(string $var) : $this
Parameters
- $var : string
Return values
$thissetSector()
Generated from protobuf field <code>int64 sector = 14;</code>
public
setSector(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetSubscriber()
Busca usuarios que sean suscriptores.
public
setSubscriber(BoolValue $var) : $this
Generated from protobuf field .google.protobuf.BoolValue subscriber = 33;
Parameters
- $var : BoolValue
Return values
$thissetSubscriberId()
Busca usuarios dado un ID de suscriptor específico.
public
setSubscriberId(int|string $var) : $this
Generated from protobuf field int64 subscriber_id = 32;
Parameters
- $var : int|string
Return values
$thissetSubscriberUnwrapped()
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
public
setSubscriberUnwrapped(bool|null $var) : $this
Busca usuarios que sean suscriptores.
Generated from protobuf field .google.protobuf.BoolValue subscriber = 33;
Parameters
- $var : bool|null
Return values
$thissetSubsector()
Generated from protobuf field <code>int64 subsector = 13;</code>
public
setSubsector(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetThirdPartyProfile()
Generated from protobuf field <code>.lavoz_search.search.Boolean third_party_profile = 7;</code>
public
setThirdPartyProfile(int $var) : $this
Parameters
- $var : int
Return values
$thissetWithoutSector()
Busca usuarios que no pertenecen a un sector concreto.
public
setWithoutSector(int|string $var) : $this
Generated from protobuf field int64 without_sector = 31;
Parameters
- $var : int|string