Interface ImportAptArtifactsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ImportAptArtifactsRequest, ImportAptArtifactsRequest.Builder

    public interface ImportAptArtifactsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasGcsSource

        boolean hasGcsSource()
         Google Cloud Storage location where input content is located.
         
        .google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 2;
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        ImportAptArtifactsGcsSource getGcsSource()
         Google Cloud Storage location where input content is located.
         
        .google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 2;
        Returns:
        The gcsSource.
      • getGcsSourceOrBuilder

        ImportAptArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
         Google Cloud Storage location where input content is located.
         
        .google.devtools.artifactregistry.v1.ImportAptArtifactsGcsSource gcs_source = 2;
      • getParent

        String getParent()
         The name of the parent resource where the artifacts will be imported.
         
        string parent = 1;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         The name of the parent resource where the artifacts will be imported.
         
        string parent = 1;
        Returns:
        The bytes for parent.