Class: Google::Cloud::VisionAI::V1::ListDataSchemasRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Request message for ListDataSchemas.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of data schemas to return. The service may return fewer than this value. If unspecified, at most 50 data schemas will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of data schemas to return. The service may return fewer than this value. If unspecified, at most 50 data schemas will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



1458
1459
1460
1461
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1458

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

#page_token::String

Returns A page token, received from a previous ListDataSchemas call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDataSchemas must match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ListDataSchemas call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListDataSchemas must match the call that provided the page token.



1458
1459
1460
1461
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1458

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

#parent::String

Returns Required. The parent, which owns this collection of data schemas. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of data schemas. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}



1458
1459
1460
1461
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1458

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