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.
Implements
IMessageListCustomClassesRequest, IEquatableListCustomClassesRequest, IDeepCloneableListCustomClassesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
ListCustomClassesRequest()
public ListCustomClassesRequest()
ListCustomClassesRequest(ListCustomClassesRequest)
public ListCustomClassesRequest(ListCustomClassesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCustomClassesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ShowDeleted
public bool ShowDeleted { get; set; }
Whether, or not, to show resources that have been deleted.
Property Value | |
---|---|
Type | Description |
bool |