Class: Google::Cloud::Build::V1::GitConfig::HttpConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::GitConfig::HttpConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
HttpConfig is a configuration for HTTP related git operations.
Instance Attribute Summary collapse
-
#proxy_secret_version_name ⇒ ::String
SecretVersion resource of the HTTP proxy URL.
Instance Attribute Details
#proxy_secret_version_name ⇒ ::String
869 870 871 872 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 869 class HttpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |