Class: Google::Cloud::Speech::V2::ListCustomClassesRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.



1695
1696
1697
1698
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1695

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.

Returns:

  • (::String)

    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.



1695
1696
1697
1698
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1695

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}.

Returns:

  • (::String)

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



1695
1696
1697
1698
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1695

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.

Returns:

  • (::Boolean)

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



1695
1696
1697
1698
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1695

class ListCustomClassesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end