Class: Google::Cloud::Build::V2::DeleteConnectionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Message for deleting a Connection.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns The current etag of the connection. If an etag is provided and does not match the current etag of the connection, deletion will be blocked and an ABORTED error will be returned.

Returns:

  • (::String)

    The current etag of the connection. If an etag is provided and does not match the current etag of the connection, deletion will be blocked and an ABORTED error will be returned.



413
414
415
416
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 413

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

#name::String

Returns Required. The name of the Connection to delete. Format: projects/*/locations/*/connections/*.

Returns:

  • (::String)

    Required. The name of the Connection to delete. Format: projects/*/locations/*/connections/*.



413
414
415
416
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 413

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

#validate_only::Boolean

Returns If set, validate the request, but do not actually post it.

Returns:

  • (::Boolean)

    If set, validate the request, but do not actually post it.



413
414
415
416
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 413

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