Class Google::Cloud::PubSub::V1::GetSchemaRequest (v0.7.1)

Request for the GetSchema 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 get. Format is projects/{project}/schemas/{schema}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the schema to get. Format is projects/{project}/schemas/{schema}.
Returns
  • (::String) — Required. The name of the schema to get. Format is projects/{project}/schemas/{schema}.

#view

def view() -> ::Google::Cloud::PubSub::V1::SchemaView
Returns
  • (::Google::Cloud::PubSub::V1::SchemaView) — The set of fields to return in the response. If not set, returns a Schema with name and type, but not definition. Set to FULL to retrieve all fields.

#view=

def view=(value) -> ::Google::Cloud::PubSub::V1::SchemaView
Parameter
  • value (::Google::Cloud::PubSub::V1::SchemaView) — The set of fields to return in the response. If not set, returns a Schema with name and type, but not definition. Set to FULL to retrieve all fields.
Returns
  • (::Google::Cloud::PubSub::V1::SchemaView) — The set of fields to return in the response. If not set, returns a Schema with name and type, but not definition. Set to FULL to retrieve all fields.