Cloud Speech V1p1beta1 Client - Class ListPhraseSetRequest (1.16.0)

Reference documentation and code samples for the Cloud Speech V1p1beta1 Client class ListPhraseSetRequest.

Message sent by the client for the ListPhraseSet method.

Generated from protobuf message google.cloud.speech.v1p1beta1.ListPhraseSetRequest

Namespace

Google \ Cloud \ Speech \ V1p1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent, which owns this collection of phrase set. Format: projects/{project}/locations/{location} Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

↳ page_size int

The maximum number of phrase sets to return. The service may return fewer than this value. If unspecified, at most 50 phrase sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

↳ page_token string

A page token, received from a previous ListPhraseSet call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPhraseSet must match the call that provided the page token.

getParent

Required. The parent, which owns this collection of phrase set. Format: projects/{project}/locations/{location} Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

Returns
TypeDescription
string

setParent

Required. The parent, which owns this collection of phrase set. Format: projects/{project}/locations/{location} Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of phrase sets to return. The service may return fewer than this value. If unspecified, at most 50 phrase sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns
TypeDescription
int

setPageSize

The maximum number of phrase sets to return. The service may return fewer than this value. If unspecified, at most 50 phrase sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A page token, received from a previous ListPhraseSet call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPhraseSet must match the call that provided the page token.

Returns
TypeDescription
string

setPageToken

A page token, received from a previous ListPhraseSet call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPhraseSet must match the call that provided the page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this