Interface ImportYumArtifactsRequestOrBuilder

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

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

      • hasGcsSource

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

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

        ImportYumArtifactsGcsSourceOrBuilder getGcsSourceOrBuilder()
         Google Cloud Storage location where input content is located.
         
        .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsGcsSource 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.