Interface ImportYumArtifactsResponseOrBuilder

    • Method Detail

      • getYumArtifactsList

        List<YumArtifact> getYumArtifactsList()
         The yum artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;
      • getYumArtifacts

        YumArtifact getYumArtifacts​(int index)
         The yum artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;
      • getYumArtifactsCount

        int getYumArtifactsCount()
         The yum artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;
      • getYumArtifactsOrBuilderList

        List<? extends YumArtifactOrBuilder> getYumArtifactsOrBuilderList()
         The yum artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;
      • getYumArtifactsOrBuilder

        YumArtifactOrBuilder getYumArtifactsOrBuilder​(int index)
         The yum artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;
      • getErrorsList

        List<ImportYumArtifactsErrorInfo> getErrorsList()
         Detailed error info for packages that were not imported.
         
        repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;
      • getErrors

        ImportYumArtifactsErrorInfo getErrors​(int index)
         Detailed error info for packages that were not imported.
         
        repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;
      • getErrorsCount

        int getErrorsCount()
         Detailed error info for packages that were not imported.
         
        repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;
      • getErrorsOrBuilderList

        List<? extends ImportYumArtifactsErrorInfoOrBuilder> getErrorsOrBuilderList()
         Detailed error info for packages that were not imported.
         
        repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;
      • getErrorsOrBuilder

        ImportYumArtifactsErrorInfoOrBuilder getErrorsOrBuilder​(int index)
         Detailed error info for packages that were not imported.
         
        repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;