Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ListSchemaRevisionsRequest.
Request for the ListSchemaRevisions
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the schema to list revisions for.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the schema to list revisions for.
Returns
- (::String) — Required. The name of the schema to list revisions for.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of revisions to return per page.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of revisions to return per page.
Returns
- (::Integer) — The maximum number of revisions to return per page.
#page_token
def page_token() -> ::String
Returns
- (::String) — The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
Returns
- (::String) — The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
#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
name
andtype
, but notdefinition
. Set toFULL
to 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
name
andtype
, but notdefinition
. Set toFULL
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
andtype
, but notdefinition
. Set toFULL
to retrieve all fields.