Interface ImportAptArtifactsErrorInfoOrBuilder

    • Method Detail

      • hasGcsSource

        boolean hasGcsSource()
         Google Cloud Storage location requested.
         
        .google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 1;
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        ImportAptArtifactsGcsSource getGcsSource()
         Google Cloud Storage location requested.
         
        .google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 1;
        Returns:
        The gcsSource.
      • getGcsSourceOrBuilder

        ImportAptArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
         Google Cloud Storage location requested.
         
        .google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource 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;