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
Returns Artifact ID for the artifact.
153 154 155 156 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 153 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time the artifact was created.
153 154 155 156 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 153 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group_id ⇒ ::String
Returns Group ID for the artifact. Example: com.google.guava.
153 154 155 156 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 153 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. registry_location, project_id, repository_name and maven_artifact forms a unique artifact For example, "projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/ com.google.guava:guava:31.0-jre", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and "com.google.guava:guava:31.0-jre" is the maven artifact.
153 154 155 156 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 153 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pom_uri ⇒ ::String
Returns Required. URL to access the pom file of the artifact. Example: us-west4-maven.pkg.dev/test-project/test-repo/com/google/guava/guava/31.0/guava-31.0.pom.
153 154 155 156 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 153 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time the artifact was updated.
153 154 155 156 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 153 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Version of this artifact.
153 154 155 156 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 153 class MavenArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |