Interface ImportYumArtifactsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportYumArtifactsResponse
,ImportYumArtifactsResponse.Builder
public interface ImportYumArtifactsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportYumArtifactsErrorInfo
getErrors(int index)
Detailed error info for artifacts that were not imported.int
getErrorsCount()
Detailed error info for artifacts that were not imported.List<ImportYumArtifactsErrorInfo>
getErrorsList()
Detailed error info for artifacts that were not imported.ImportYumArtifactsErrorInfoOrBuilder
getErrorsOrBuilder(int index)
Detailed error info for artifacts that were not imported.List<? extends ImportYumArtifactsErrorInfoOrBuilder>
getErrorsOrBuilderList()
Detailed error info for artifacts that were not imported.YumArtifact
getYumArtifacts(int index)
The yum artifacts imported.int
getYumArtifactsCount()
The yum artifacts imported.List<YumArtifact>
getYumArtifactsList()
The yum artifacts imported.YumArtifactOrBuilder
getYumArtifactsOrBuilder(int index)
The yum artifacts imported.List<? extends YumArtifactOrBuilder>
getYumArtifactsOrBuilderList()
The yum artifacts imported.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getYumArtifactsList
List<YumArtifact> getYumArtifactsList()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
-
getYumArtifacts
YumArtifact getYumArtifacts(int index)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
-
getYumArtifactsCount
int getYumArtifactsCount()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
-
getYumArtifactsOrBuilderList
List<? extends YumArtifactOrBuilder> getYumArtifactsOrBuilderList()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
-
getYumArtifactsOrBuilder
YumArtifactOrBuilder getYumArtifactsOrBuilder(int index)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
-
getErrorsList
List<ImportYumArtifactsErrorInfo> getErrorsList()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
-
getErrors
ImportYumArtifactsErrorInfo getErrors(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
-
getErrorsCount
int getErrorsCount()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
-
getErrorsOrBuilderList
List<? extends ImportYumArtifactsErrorInfoOrBuilder> getErrorsOrBuilderList()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
-
getErrorsOrBuilder
ImportYumArtifactsErrorInfoOrBuilder getErrorsOrBuilder(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
-
-