Class: Google::Cloud::Build::V2::GetConnectionRequest

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 getting the details of a Connection.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



343
344
345
346
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 343

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