Class: Google::Cloud::ApiHub::V1::DeleteDependencyRequest

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

Overview

The DeleteDependency method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the dependency resource to delete. Format: projects/{project}/locations/{location}/dependencies/{dependency}.

Returns:

  • (::String)

    Required. The name of the dependency resource to delete. Format: projects/{project}/locations/{location}/dependencies/{dependency}



1125
1126
1127
1128
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1125

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