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)
Returns Output only. The time when the Go module is created.
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
Returns The resource name of a Go module.
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 |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the Go module is updated.
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 |
#version ⇒ ::String
Returns The version of the Go module. Must be a valid canonical version as defined in https://go.dev/ref/mod#glos-canonical-version.
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 |