Class: Google::Cloud::Speech::V2::ListCustomClassesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::ListCustomClassesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Request message for the ListCustomClasses method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Number of results per requests.
-
#page_token ⇒ ::String
A page token, received from a previous ListCustomClasses call.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
Whether, or not, to show resources that have been deleted.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
1555 1556 1557 1558 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1555 class ListCustomClassesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListCustomClasses call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomClasses must match the call that provided the page token.
1555 1556 1557 1558 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1555 class ListCustomClassesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location of CustomClass resources to list. The
expected format is projects/{project}/locations/{location}
.
1555 1556 1557 1558 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1555 class ListCustomClassesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
Returns Whether, or not, to show resources that have been deleted.
1555 1556 1557 1558 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1555 class ListCustomClassesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |