Interface ImportAptArtifactsErrorInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportAptArtifactsErrorInfo
,ImportAptArtifactsErrorInfo.Builder
public interface ImportAptArtifactsErrorInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.Status
getError()
The detailed error status.com.google.rpc.StatusOrBuilder
getErrorOrBuilder()
The detailed error status.ImportAptArtifactsGcsSource
getGcsSource()
Google Cloud Storage location requested.ImportAptArtifactsGcsSourceOrBuilder
getGcsSourceOrBuilder()
Google Cloud Storage location requested.ImportAptArtifactsErrorInfo.SourceCase
getSourceCase()
boolean
hasError()
The detailed error status.boolean
hasGcsSource()
Google Cloud Storage location requested.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsSource
boolean hasGcsSource()
Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 1;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
ImportAptArtifactsGcsSource getGcsSource()
Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 1;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
ImportAptArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 1;
-
hasError
boolean hasError()
The detailed error status.
.google.rpc.Status error = 2;
- Returns:
- Whether the error field is set.
-
getError
com.google.rpc.Status getError()
The detailed error status.
.google.rpc.Status error = 2;
- Returns:
- The error.
-
getErrorOrBuilder
com.google.rpc.StatusOrBuilder getErrorOrBuilder()
The detailed error status.
.google.rpc.Status error = 2;
-
getSourceCase
ImportAptArtifactsErrorInfo.SourceCase getSourceCase()
-
-