Class: Google::Cloud::ArtifactRegistry::V1::GoModule

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the Go module is created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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