Class: Google::Cloud::DeveloperConnect::V1::GitProxyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::GitProxyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
The git proxy configuration.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.
180 181 182 183 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 180 class GitProxyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |