Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ListSchemasRequest.
Request for the ListSchemas method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Maximum number of schemas to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of schemas to return.
Returns
- (::Integer) — Maximum number of schemas to return.
#page_token
def page_token() -> ::String
Returns
-
(::String) — The value returned by the last
ListSchemasResponse; indicates that this is a continuation of a priorListSchemascall, and that the system should return the next page of data.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — The value returned by the last
ListSchemasResponse; indicates that this is a continuation of a priorListSchemascall, 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 priorListSchemascall, and that the system should return the next page of data.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the project in which to list schemas.
Format is
projects/{project-id}.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}.
#view
def view() -> ::Google::Cloud::PubSub::V1::SchemaView
Returns
-
(::Google::Cloud::PubSub::V1::SchemaView) — The set of Schema fields to return in the response. If not set, returns
Schemas with
nameandtype, but notdefinition. Set toFULLto retrieve all fields.
#view=
def view=(value) -> ::Google::Cloud::PubSub::V1::SchemaView
Parameter
-
value (::Google::Cloud::PubSub::V1::SchemaView) — The set of Schema fields to return in the response. If not set, returns
Schemas with
nameandtype, but notdefinition. Set toFULLto 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
nameandtype, but notdefinition. Set toFULLto retrieve all fields.