Class: Google::Cloud::PubSub::V1::DeleteSchemaRevisionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the schema revision to be deleted, with a revision ID explicitly included.

Example: projects/123/schemas/my-schema@c7cfa2a8.

Returns:

  • (::String)

    Required. The name of the schema revision to be deleted, with a revision ID explicitly included.

    Example: projects/123/schemas/my-schema@c7cfa2a8



209
210
211
212
# File 'proto_docs/google/pubsub/v1/schema.rb', line 209

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

#revision_id::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Optional. This field is deprecated and should not be used for specifying the revision ID. The revision ID should be specified via the name parameter.

Returns:

  • (::String)

    Optional. This field is deprecated and should not be used for specifying the revision ID. The revision ID should be specified via the name parameter.



209
210
211
212
# File 'proto_docs/google/pubsub/v1/schema.rb', line 209

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