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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSchemas

The Schemas.

Parameter
NameDescription
var array<Google\Cloud\DiscoveryEngine\V1\Schema>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this