Class: Google::Cloud::ApigeeRegistry::V1::DeleteApiDeploymentRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.).

Returns:

  • (::Boolean)

    If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.)



531
532
533
534
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 531

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

#name::String

Returns Required. The name of the deployment to delete. Format: projects/*/locations/*/apis/*/deployments/*.

Returns:

  • (::String)

    Required. The name of the deployment to delete. Format: projects/*/locations/*/apis/*/deployments/*



531
532
533
534
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 531

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