Class: Google::Cloud::PubSub::V1::ListSchemasRequest

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

Overview

Request for the ListSchemas method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of schemas to return.

Returns:

  • (::Integer)

    Maximum number of schemas to return.



111
112
113
114
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111

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

#page_token::String

Returns The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.



111
112
113
114
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111

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

#parent::String

Returns Required. The name of the project in which to list schemas. Format is projects/{project-id}.

Returns:

  • (::String)

    Required. The name of the project in which to list schemas. Format is projects/{project-id}.



111
112
113
114
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111

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

#view::Google::Cloud::PubSub::V1::SchemaView

Returns The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.

Returns:

  • (::Google::Cloud::PubSub::V1::SchemaView)

    The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.



111
112
113
114
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111

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