Class: Google::Cloud::Bigquery::Connection::V1::DeleteConnectionRequest

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

Overview

The request for [ConnectionService.DeleteConnectionRequest][].

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the deleted connection, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}.

Returns:

  • (::String)

    Required. Name of the deleted connection, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}



105
106
107
108
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 105

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