Interface ImportYumArtifactsErrorInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportYumArtifactsErrorInfo
,ImportYumArtifactsErrorInfo.Builder
public interface ImportYumArtifactsErrorInfoOrBuilder 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.ImportYumArtifactsGcsSource
getGcsSource()
Google Cloud Storage location requested.ImportYumArtifactsGcsSourceOrBuilder
getGcsSourceOrBuilder()
Google Cloud Storage location requested.ImportYumArtifactsErrorInfo.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.v1beta2.ImportYumArtifactsGcsSource gcs_source = 1;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
ImportYumArtifactsGcsSource getGcsSource()
Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource gcs_source = 1;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
ImportYumArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource 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
ImportYumArtifactsErrorInfo.SourceCase getSourceCase()
-
-