Class: Google::Cloud::SecureSourceManager::V1::Instance::HostConfig
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::Instance::HostConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
HostConfig has different instance endpoints.
Instance Attribute Summary collapse
-
#api ⇒ ::String
readonly
Output only.
-
#git_http ⇒ ::String
readonly
Output only.
-
#git_ssh ⇒ ::String
readonly
Output only.
-
#html ⇒ ::String
readonly
Output only.
Instance Attribute Details
#api ⇒ ::String (readonly)
Returns Output only. API hostname. This is the hostname to use for Host: Data Plane endpoints.
83 84 85 86 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 83 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#git_http ⇒ ::String (readonly)
Returns Output only. Git HTTP hostname.
83 84 85 86 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 83 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#git_ssh ⇒ ::String (readonly)
Returns Output only. Git SSH hostname.
83 84 85 86 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 83 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#html ⇒ ::String (readonly)
Returns Output only. HTML hostname.
83 84 85 86 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 83 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |