Developer Connect V1 API - Class Google::Cloud::DeveloperConnect::V1::GitProxyConfig (v1.5.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::GitProxyConfig.

The git proxy configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enabled

def enabled() -> ::Boolean
Returns
  • (::Boolean) — Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.

#enabled=

def enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.
Returns
  • (::Boolean) — Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.

#http_proxy_base_uri

def http_proxy_base_uri() -> ::String
Returns
  • (::String) — Output only. The base URI for the HTTP proxy endpoint. Has the format https://{generatedID}-c-h-{shortRegion}.developerconnect.dev Populated only when enabled is set to true. This endpoint is used by other Google services that integrate with Developer Connect.