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