Class: Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb

Overview

The request to import new yum artifacts.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_source::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource

Returns Google Cloud Storage location where input content is located.

Returns:



73
74
75
76
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 73

class ImportYumArtifactsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns The name of the parent resource where the artifacts will be imported.

Returns:

  • (::String)

    The name of the parent resource where the artifacts will be imported.



73
74
75
76
# File 'proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb', line 73

class ImportYumArtifactsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end