Class: Google::Cloud::ArtifactRegistry::V1::GoModule
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GoModule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/go.rb
Overview
GoModule represents a Go module.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
The resource name of a Go module.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#version ⇒ ::String
The version of the Go module.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
38 39 40 41 |
# File 'proto_docs/google/devtools/artifactregistry/v1/go.rb', line 38 class GoModule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
38 39 40 41 |
# File 'proto_docs/google/devtools/artifactregistry/v1/go.rb', line 38 class GoModule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |