Class: Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
Google Artifact Registry configurations.
Instance Attribute Summary collapse
-
#artifact_registry_package ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
Instance Attribute Details
#artifact_registry_package ⇒ ::String
Returns Required. Immutable. The name of the artifact registry package.
213 214 215 216 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 213 class GoogleArtifactRegistry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The host project of Artifact Registry.
213 214 215 216 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 213 class GoogleArtifactRegistry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |