Cloud Speech-to-Text v2 API - Class ListCustomClassesRequest (1.0.0-beta09)

public sealed class ListCustomClassesRequest : IMessage<ListCustomClassesRequest>, IEquatable<ListCustomClassesRequest>, IDeepCloneable<ListCustomClassesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class ListCustomClassesRequest.

Request message for the [ListCustomClasses][google.cloud.speech.v2.Speech.ListCustomClasses] method.

Inheritance

object > ListCustomClassesRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

ListCustomClassesRequest()

public ListCustomClassesRequest()

ListCustomClassesRequest(ListCustomClassesRequest)

public ListCustomClassesRequest(ListCustomClassesRequest other)
Parameter
NameDescription
otherListCustomClassesRequest

Properties

PageSize

public int PageSize { get; set; }

Number of results per requests. A valid page_size ranges from 0 to 100 inclusive. If the page_size is zero or unspecified, a page size of 5 will be chosen. If the page size exceeds 100, it will be coerced down to 100. Note that a call might return fewer results than the requested page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The project and location of CustomClass resources to list. The expected format is projects/{project}/locations/{location}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ShowDeleted

public bool ShowDeleted { get; set; }

Whether, or not, to show resources that have been deleted.

Property Value
TypeDescription
bool