pageToken property

  1. @TagNumber(3)
String pageToken

A page token, received from a previous google.cloud.speech.v2.Speech.ListCustomClasses call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to google.cloud.speech.v2.Speech.ListCustomClasses must match the call that provided the page token.

Implementation

@$pb.TagNumber(3)
$core.String get pageToken => $_getSZ(2);
  1. @TagNumber(3)
void pageToken=(String v)

Implementation

@$pb.TagNumber(3)
set pageToken($core.String v) {
  $_setString(2, v);
}