Documentation

ListReply extends Message
in package

Generated from protobuf message <code>recipes.recipe_types.ListReply</code>

Table of Contents

Properties

$types  : mixed
Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1 [json_name = "types"];</code>

Methods

__construct()  : mixed
Constructor.
getTypes()  : RepeatedField
Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1 [json_name = "types"];</code>
setTypes()  : $this
Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1 [json_name = "types"];</code>

Properties

$types

Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1 [json_name = "types"];</code>

private mixed $types

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 array<\Recipes\RecipeTypes\RecipeType>|\Google\Protobuf\Internal\RepeatedField $types

}

getTypes()

Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1 [json_name = "types"];</code>

public getTypes() : RepeatedField
Return values
RepeatedField

setTypes()

Generated from protobuf field <code>repeated .recipes.recipe_types.RecipeType types = 1 [json_name = "types"];</code>

public setTypes(array<string|int, RecipeType>|RepeatedField $var) : $this
Parameters
$var : array<string|int, RecipeType>|RepeatedField
Return values
$this

        
On this page

Search results