Class: Google::Cloud::SecureSourceManager::V1::Repository::URIs
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::Repository::URIs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
URIs for the repository.
Instance Attribute Summary collapse
-
#api ⇒ ::String
readonly
Output only.
-
#git_https ⇒ ::String
readonly
Output only.
-
#html ⇒ ::String
readonly
Output only.
Instance Attribute Details
#api ⇒ ::String (readonly)
Returns Output only. API is the URI for API access.
212 213 214 215 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 212 class URIs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#git_https ⇒ ::String (readonly)
Returns Output only. git_https is the git HTTPS URI for git operations.
212 213 214 215 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 212 class URIs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#html ⇒ ::String (readonly)
Returns Output only. HTML is the URI for user to view the repository in a browser.
212 213 214 215 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 212 class URIs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |