Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsRequest.
The request to import new yum artifacts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_source
def gcs_source() -> ::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource
Returns
- (::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource) — Google Cloud Storage location where input content is located.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource) — Google Cloud Storage location where input content is located.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::ImportYumArtifactsGcsSource) — Google Cloud Storage location where input content is located.
#parent
def parent() -> ::String
Returns
- (::String) — The name of the parent resource where the artifacts will be imported.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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.