Class: Google::Cloud::ArtifactRegistry::V1::MavenArtifact
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::MavenArtifact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/artifact.rb
Overview
MavenArtifact represents a maven artifact.
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Artifact ID for the artifact.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#group_id ⇒ ::String
Group ID for the artifact.
-
#name ⇒ ::String
Required.
-
#pom_uri ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#version ⇒ ::String
Version of this artifact.
Instance Attribute Details
#artifact_id ⇒ ::String
199 200 201 202 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 199 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
199 200 201 202 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 199 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group_id ⇒ ::String
199 200 201 202 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 199 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
199 200 201 202 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 199 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pom_uri ⇒ ::String
199 200 201 202 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 199 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
199 200 201 202 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 199 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
199 200 201 202 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 199 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |