public interface ImportYumArtifactsErrorInfoOrBuilder 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 ImportYumArtifactsGcsSource getGcsSource()Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1.ImportYumArtifactsGcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
ImportYumArtifactsGcsSource |
The gcsSource. |
getGcsSourceOrBuilder()
public abstract ImportYumArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1.ImportYumArtifactsGcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
ImportYumArtifactsGcsSourceOrBuilder |
|
getSourceCase()
public abstract ImportYumArtifactsErrorInfo.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ImportYumArtifactsErrorInfo.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.v1.ImportYumArtifactsGcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |