Class: Google::Cloud::PubSub::V1::CommitSchemaRequest

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 CommitSchema method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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}.



176
177
178
179
# File 'proto_docs/google/pubsub/v1/schema.rb', line 176

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

#schema::Google::Cloud::PubSub::V1::Schema

Returns Required. The schema revision to commit.

Returns:



176
177
178
179
# File 'proto_docs/google/pubsub/v1/schema.rb', line 176

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