Class: Google::Cloud::DiscoveryEngine::V1beta::ListSchemasResponse

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

Overview

Response message for SchemaService.ListSchemas method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token that can be sent as ListSchemasRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as ListSchemasRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



78
79
80
81
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 78

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

#schemas::Array<::Google::Cloud::DiscoveryEngine::V1beta::Schema>

Returns The Schemas.



78
79
80
81
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 78

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