Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::Repository::MavenRepositoryConfig (v0.7.0)

Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::Repository::MavenRepositoryConfig.

MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_snapshot_overwrites

def allow_snapshot_overwrites() -> ::Boolean
Returns
  • (::Boolean) — The repository with this flag will allow publishing the same snapshot versions.

#allow_snapshot_overwrites=

def allow_snapshot_overwrites=(value) -> ::Boolean
Parameter
  • value (::Boolean) — The repository with this flag will allow publishing the same snapshot versions.
Returns
  • (::Boolean) — The repository with this flag will allow publishing the same snapshot versions.

#version_policy

def version_policy() -> ::Google::Cloud::ArtifactRegistry::V1::Repository::MavenRepositoryConfig::VersionPolicy
Returns

#version_policy=

def version_policy=(value) -> ::Google::Cloud::ArtifactRegistry::V1::Repository::MavenRepositoryConfig::VersionPolicy
Parameter
Returns