Google Cloud Discovery Engine V1 Client - Class ListSchemasResponse (0.11.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListSchemasResponse.

Response message for SchemaService.ListSchemas method.

Generated from protobuf message google.cloud.discoveryengine.v1.ListSchemasResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ schemas array<Google\Cloud\DiscoveryEngine\V1\Schema>

The Schemas.

↳ next_page_token string

A token that can be sent as ListSchemasRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getSchemas

The Schemas.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSchemas

The Schemas.

Parameter
Name Description
var array<Google\Cloud\DiscoveryEngine\V1\Schema>
Returns
Type Description
$this

getNextPageToken

A token that can be sent as ListSchemasRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token that can be sent as ListSchemasRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this