Google Cloud Model Armor V1beta Client - Class ListTemplatesResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class ListTemplatesResponse.

Message for response to listing Templates

Generated from protobuf message google.cloud.modelarmor.v1beta.ListTemplatesResponse

Namespace

Google \ Cloud \ ModelArmor \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ templates array<Template>

The list of Template

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

getTemplates

The list of Template

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTemplates

The list of Template

Parameter
Name Description
var array<Template>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this