Class: Google::Apis::ArtifactregistryV1::ImportYumArtifactsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ArtifactregistryV1::ImportYumArtifactsRequest
 
 
- 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 yum artifacts.
Instance Attribute Summary collapse
- 
  
    
      #gcs_source  ⇒ Google::Apis::ArtifactregistryV1::ImportYumArtifactsGcsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Google Cloud Storage location where the artifacts currently reside.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ImportYumArtifactsRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ImportYumArtifactsRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ImportYumArtifactsRequest
Returns a new instance of ImportYumArtifactsRequest.
      1410 1411 1412  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 1410 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#gcs_source ⇒ Google::Apis::ArtifactregistryV1::ImportYumArtifactsGcsSource
Google Cloud Storage location where the artifacts currently reside.
Corresponds to the JSON property gcsSource
      1408 1409 1410  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 1408 def gcs_source @gcs_source end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1415 1416 1417  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 1415 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end  |