Class: Google::Cloud::ApigeeRegistry::V1::DeleteInstanceRequest

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

Overview

Request message for DeleteInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Instance to delete. Format: projects/*/locations/*/instances/*.

Returns:

  • (::String)

    Required. The name of the Instance to delete. Format: projects/*/locations/*/instances/*.



45
46
47
48
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 45

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