Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::GetSchemaRequest.
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 all fields filled out. Set to
BASIC
to omit thedefinition
.
#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 all fields filled out. Set to
BASIC
to omit thedefinition
.
Returns
-
(::Google::Cloud::PubSub::V1::SchemaView) — The set of fields to return in the response. If not set, returns a Schema
with all fields filled out. Set to
BASIC
to omit thedefinition
.