Class: Google::Cloud::DiscoveryEngine::V1::ListSchemasRequest

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

Overview

Request message for SchemaService.ListSchemas method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

The maximum number of Schemas to return. The service may return fewer than this value.

If unspecified, at most 100 Schemas will be returned.

The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of Schemas to return. The service may return fewer than this value.

    If unspecified, at most 100 Schemas will be returned.

    The maximum value is 1000; values above 1000 will be coerced to 1000.



61
62
63
64
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 61

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

#page_token::String

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

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

Returns:

  • (::String)

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

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



61
62
63
64
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 61

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

#parent::String

Returns Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

Returns:

  • (::String)

    Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.



61
62
63
64
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 61

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