class Google::Apis::ArtifactregistryV1beta2::ImportYumArtifactsRequest

The request to import new yum artifacts.

Attributes

gcs_source[RW]

Google Cloud Storage location where the artifacts currently reside. Corresponds to the JSON property `gcsSource` @return [Google::Apis::ArtifactregistryV1beta2::ImportYumArtifactsGcsSource]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 461
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 466
def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end