Class: Google::Cloud::NetworkServices::V1::DeleteServiceBindingRequest

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

Overview

Request used by the DeleteServiceBinding method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the ServiceBinding to delete. Must be in the format projects/*/locations/global/serviceBindings/*.

Returns:

  • (::String)

    Required. A name of the ServiceBinding to delete. Must be in the format projects/*/locations/global/serviceBindings/*.



124
125
126
127
# File 'proto_docs/google/cloud/networkservices/v1/service_binding.rb', line 124

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