Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ListSchemasResponse.
Response for the ListSchemas method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — If not empty, indicates that there may be more schemas that match the
request; this value should be passed in a new ListSchemasRequest.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — If not empty, indicates that there may be more schemas that match the
request; this value should be passed in a new ListSchemasRequest.
    Returns
    
  - 
        (::String) — If not empty, indicates that there may be more schemas that match the
request; this value should be passed in a new ListSchemasRequest.
#schemas
def schemas() -> ::Array<::Google::Cloud::PubSub::V1::Schema>
    Returns
    
  - (::Array<::Google::Cloud::PubSub::V1::Schema>) — The resulting schemas.
#schemas=
def schemas=(value) -> ::Array<::Google::Cloud::PubSub::V1::Schema>
    Parameter
    
  - value (::Array<::Google::Cloud::PubSub::V1::Schema>) — The resulting schemas.
    Returns
    
- (::Array<::Google::Cloud::PubSub::V1::Schema>) — The resulting schemas.