Class: Google::Cloud::ApigeeRegistry::V1::DeleteApiDeploymentRevisionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Example: projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8.

Returns:

  • (::String)

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

    Example: projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8



601
602
603
604
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 601

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