public interface ImportAptArtifactsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsSource()
public abstract ImportAptArtifactsGcsSource getGcsSource()Google Cloud Storage location where input content is located.
.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ImportAptArtifactsGcsSourceOrBuilder |
|
getParent()
public abstract String getParent()The name of the parent resource where the artifacts will be imported.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()The name of the parent resource where the artifacts will be imported.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSourceCase()
public abstract ImportAptArtifactsRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |