Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::CommitSchemaRequest (v0.13.1)

Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::CommitSchemaRequest.

Request for CommitSchema 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 we are revising. Format is projects/{project}/schemas/{schema}.

#name=

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

#schema

def schema() -> ::Google::Cloud::PubSub::V1::Schema
Returns

#schema=

def schema=(value) -> ::Google::Cloud::PubSub::V1::Schema
Parameter
Returns