Interface YumArtifactOrBuilder

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

    public interface YumArtifactOrBuilder
    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 yum 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 yum 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.v1.YumArtifact.PackageType package_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for packageType.
      • getPackageType

        YumArtifact.PackageType getPackageType()
         Output only. An artifact is a binary or source package.
         
        .google.devtools.artifactregistry.v1.YumArtifact.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.