public interface ImportAptArtifactsErrorInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract Status getError()The detailed error status.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()The detailed error status.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getGcsSource()
public abstract ImportAptArtifactsGcsSource getGcsSource()Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
ImportAptArtifactsGcsSource |
The gcsSource. |
getGcsSourceOrBuilder()
public abstract ImportAptArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
ImportAptArtifactsGcsSourceOrBuilder |
|
getSourceCase()
public abstract ImportAptArtifactsErrorInfo.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ImportAptArtifactsErrorInfo.SourceCase |
|
hasError()
public abstract boolean hasError()The detailed error status.
.google.rpc.Status error = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |
hasGcsSource()
public abstract boolean hasGcsSource()Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |