Interface ImportAptArtifactsRequestOrBuilder (1.40.0)

public interface ImportAptArtifactsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsSource()

public abstract ImportAptArtifactsGcsSource getGcsSource()

Google Cloud Storage location where input content is located.

.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 2;

Returns
TypeDescription
ImportAptArtifactsGcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract ImportAptArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()

Google Cloud Storage location where input content is located.

.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 2;

Returns
TypeDescription
ImportAptArtifactsGcsSourceOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getSourceCase()

public abstract ImportAptArtifactsRequest.SourceCase getSourceCase()
Returns
TypeDescription
ImportAptArtifactsRequest.SourceCase

hasGcsSource()

public abstract boolean hasGcsSource()

Google Cloud Storage location where input content is located.

.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 2;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.