Class: Google::Apis::ArtifactregistryV1::ImportGoogetArtifactsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/artifactregistry_v1/classes.rb,
lib/google/apis/artifactregistry_v1/representations.rb,
lib/google/apis/artifactregistry_v1/representations.rb

Overview

The request to import new googet artifacts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ImportGoogetArtifactsRequest

Returns a new instance of ImportGoogetArtifactsRequest.



857
858
859
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 857

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcs_sourceGoogle::Apis::ArtifactregistryV1::ImportGoogetArtifactsGcsSource

Google Cloud Storage location where the artifacts currently reside. Corresponds to the JSON property gcsSource



855
856
857
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 855

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



862
863
864
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 862

def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end