Class: Google::Cloud::Build::V2::CreateConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::CreateConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for creating a Connection
Instance Attribute Summary collapse
-
#connection ⇒ ::Google::Cloud::Build::V2::Connection
Required.
-
#connection_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#connection ⇒ ::Google::Cloud::Build::V2::Connection
Returns Required. The Connection to create.
399 400 401 402 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 399 class CreateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#connection_id ⇒ ::String
Returns Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.
399 400 401 402 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 399 class CreateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Project and location where the connection will be created.
Format: projects/*/locations/*
.
399 400 401 402 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 399 class CreateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |