Class: Google::Cloud::PubSub::V1::DeleteSchemaRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/schema.rb

Overview

Request for the DeleteSchema method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.

Returns:

  • (::String)

    Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.



134
135
136
137
# File 'proto_docs/google/pubsub/v1/schema.rb', line 134

class DeleteSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end