Interface PackageManagementServiceOuterClass.VettedPackagesRefOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PackageManagementServiceOuterClass.VettedPackagesRef, PackageManagementServiceOuterClass.VettedPackagesRef.Builder
Enclosing class:
PackageManagementServiceOuterClass

public static interface PackageManagementServiceOuterClass.VettedPackagesRefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Package's package id must be the same as this field.
    com.google.protobuf.ByteString
    Package's package id must be the same as this field.
    Package's name must be the same as this field.
    com.google.protobuf.ByteString
    Package's name must be the same as this field.
    Package's version must be the same as this field.
    com.google.protobuf.ByteString
    Package's version must be the same as this field.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPackageId

      String getPackageId()
       Package's package id must be the same as this field.
      
       Optional
       
      string package_id = 1;
      Returns:
      The packageId.
    • getPackageIdBytes

      com.google.protobuf.ByteString getPackageIdBytes()
       Package's package id must be the same as this field.
      
       Optional
       
      string package_id = 1;
      Returns:
      The bytes for packageId.
    • getPackageName

      String getPackageName()
       Package's name must be the same as this field.
      
       Optional
       
      string package_name = 2;
      Returns:
      The packageName.
    • getPackageNameBytes

      com.google.protobuf.ByteString getPackageNameBytes()
       Package's name must be the same as this field.
      
       Optional
       
      string package_name = 2;
      Returns:
      The bytes for packageName.
    • getPackageVersion

      String getPackageVersion()
       Package's version must be the same as this field.
      
       Optional
       
      string package_version = 3;
      Returns:
      The packageVersion.
    • getPackageVersionBytes

      com.google.protobuf.ByteString getPackageVersionBytes()
       Package's version must be the same as this field.
      
       Optional
       
      string package_version = 3;
      Returns:
      The bytes for packageVersion.