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.StatusgetError()The detailed error status.com.google.rpc.StatusOrBuildergetErrorOrBuilder()The detailed error status.ImportYumArtifactsGcsSourcegetGcsSource()Google Cloud Storage location requested.ImportYumArtifactsGcsSourceOrBuildergetGcsSourceOrBuilder()Google Cloud Storage location requested.ImportYumArtifactsErrorInfo.SourceCasegetSourceCase()booleanhasError()The detailed error status.booleanhasGcsSource()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.ImportYumArtifactsGcsSource gcs_source = 1;- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
ImportYumArtifactsGcsSource getGcsSource()
Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1.ImportYumArtifactsGcsSource gcs_source = 1;- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
ImportYumArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location requested.
.google.devtools.artifactregistry.v1.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()
-
-