Documentation

NatsUserMetadataUpdate extends Message
in package

Generated from protobuf message <code>plugnmeet.NatsUserMetadataUpdate</code>

Table of Contents

Properties

$metadata  : mixed
Generated from protobuf field <code>string metadata = 2;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
getMetadata()  : string
Generated from protobuf field <code>string metadata = 2;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 1;</code>
setMetadata()  : $this
Generated from protobuf field <code>string metadata = 2;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 1;</code>

Properties

$metadata

Generated from protobuf field <code>string metadata = 2;</code>

protected mixed $metadata = ''

$user_id

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

protected mixed $user_id = ''

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 $user_id
@type string $metadata

}

getMetadata()

Generated from protobuf field <code>string metadata = 2;</code>

public getMetadata() : string
Return values
string

getUserId()

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

public getUserId() : string
Return values
string

setMetadata()

Generated from protobuf field <code>string metadata = 2;</code>

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

setUserId()

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

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

        
On this page

Search results