JsonResponse extends AbstractMessage
Protobuf message : JsonResponse
Table of Contents
Methods
- clear() : mixed
- {@inheritdoc}
- descriptor() : mixed
- {@inheritdoc}
- extensions() : mixed
- {@inheritdoc}
- fromArray() : mixed
- {@inheritdoc}
- fromStream() : mixed
- {@inheritdoc}
- getJson() : string
- Get 'json' value
- hasJson() : bool
- Check if 'json' has a value
- merge() : mixed
- {@inheritdoc}
- readFrom() : mixed
- {@inheritdoc}
- serializedSize() : mixed
- {@inheritdoc}
- setJson() : mixed
- Set 'json' value
- toStream() : mixed
- {@inheritdoc}
- unknownFieldSet() : mixed
- {@inheritdoc}
- writeTo() : mixed
- {@inheritdoc}
Methods
clear()
{@inheritdoc}
public
clear() : mixed
descriptor()
{@inheritdoc}
public
static descriptor() : mixed
extensions()
{@inheritdoc}
public
extensions() : mixed
fromArray()
{@inheritdoc}
public
static fromArray(array<string|int, mixed> $values) : mixed
Parameters
- $values : array<string|int, mixed>
fromStream()
{@inheritdoc}
public
static fromStream(mixed $stream[, Configuration $configuration = null ]) : mixed
Parameters
- $stream : mixed
- $configuration : Configuration = null
getJson()
Get 'json' value
public
getJson() : string
Return values
stringhasJson()
Check if 'json' has a value
public
hasJson() : bool
Return values
boolmerge()
{@inheritdoc}
public
merge(Message $message) : mixed
Parameters
- $message : Message
readFrom()
{@inheritdoc}
public
readFrom(ReadContext $context) : mixed
Parameters
- $context : ReadContext
serializedSize()
{@inheritdoc}
public
serializedSize(ComputeSizeContext $context) : mixed
Parameters
- $context : ComputeSizeContext
setJson()
Set 'json' value
public
setJson([string $value = null ]) : mixed
Parameters
- $value : string = null
toStream()
{@inheritdoc}
public
toStream([Configuration $configuration = null ]) : mixed
Parameters
- $configuration : Configuration = null
unknownFieldSet()
{@inheritdoc}
public
unknownFieldSet() : mixed
writeTo()
{@inheritdoc}
public
writeTo(WriteContext $context) : mixed
Parameters
- $context : WriteContext