Interface ImportAptArtifactsResponseOrBuilder

    • Method Detail

      • getAptArtifactsList

        List<AptArtifact> getAptArtifactsList()
         The Apt artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
      • getAptArtifacts

        AptArtifact getAptArtifacts​(int index)
         The Apt artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
      • getAptArtifactsCount

        int getAptArtifactsCount()
         The Apt artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
      • getAptArtifactsOrBuilderList

        List<? extends AptArtifactOrBuilder> getAptArtifactsOrBuilderList()
         The Apt artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
      • getAptArtifactsOrBuilder

        AptArtifactOrBuilder getAptArtifactsOrBuilder​(int index)
         The Apt artifacts imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
      • getErrorsList

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

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

        int getErrorsCount()
         Detailed error info for artifacts that were not imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;
      • getErrorsOrBuilderList

        List<? extends ImportAptArtifactsErrorInfoOrBuilder> getErrorsOrBuilderList()
         Detailed error info for artifacts that were not imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;
      • getErrorsOrBuilder

        ImportAptArtifactsErrorInfoOrBuilder getErrorsOrBuilder​(int index)
         Detailed error info for artifacts that were not imported.
         
        repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;