Class: Google::Cloud::ApigeeRegistry::V1::RollbackApiSpecRequest

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

Overview

Request message for RollbackApiSpec.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The spec being rolled back.

Returns:

  • (::String)

    Required. The spec being rolled back.



410
411
412
413
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 410

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

#revision_id::String

Returns Required. The revision ID to roll back to. It must be a revision of the same spec.

Example: c7cfa2a8.

Returns:

  • (::String)

    Required. The revision ID to roll back to. It must be a revision of the same spec.

    Example: c7cfa2a8



410
411
412
413
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 410

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