Interface AptArtifactOrBuilder

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

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

      • getName

        String getName()
         Output only. The Artifact Registry resource name of the artifact.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The Artifact Registry resource name of the artifact.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • getPackageName

        String getPackageName()
         Output only. The Apt package name of the artifact.
         
        string package_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The packageName.
      • getPackageNameBytes

        com.google.protobuf.ByteString getPackageNameBytes()
         Output only. The Apt package name of the artifact.
         
        string package_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for packageName.
      • getPackageTypeValue

        int getPackageTypeValue()
         Output only. An artifact is a binary or source package.
         
        .google.devtools.artifactregistry.v1beta2.AptArtifact.PackageType package_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for packageType.
      • getPackageType

        AptArtifact.PackageType getPackageType()
         Output only. An artifact is a binary or source package.
         
        .google.devtools.artifactregistry.v1beta2.AptArtifact.PackageType package_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The packageType.
      • getArchitecture

        String getArchitecture()
         Output only. Operating system architecture of the artifact.
         
        string architecture = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The architecture.
      • getArchitectureBytes

        com.google.protobuf.ByteString getArchitectureBytes()
         Output only. Operating system architecture of the artifact.
         
        string architecture = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for architecture.
      • getComponent

        String getComponent()
         Output only. Repository component of the artifact.
         
        string component = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The component.
      • getComponentBytes

        com.google.protobuf.ByteString getComponentBytes()
         Output only. Repository component of the artifact.
         
        string component = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for component.
      • getControlFile

        com.google.protobuf.ByteString getControlFile()
         Output only. Contents of the artifact's control metadata file.
         
        bytes control_file = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The controlFile.