Class: Google::Cloud::ApigeeRegistry::V1::RollbackApiDeploymentRequest

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 RollbackApiDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The deployment being rolled back.

Returns:

  • (::String)

    Required. The deployment being rolled back.



588
589
590
591
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 588

class RollbackApiDeploymentRequest
  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 deployment.

Example: c7cfa2a8.

Returns:

  • (::String)

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

    Example: c7cfa2a8



588
589
590
591
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 588

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