Interface PackageServiceOuterClass.PackageMetadataFilterOrBuilder

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

public static interface PackageServiceOuterClass.PackageMetadataFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPackageIds(int index)
    If this list is non-empty, any vetted package with a package ID in this list will match the filter.
    com.google.protobuf.ByteString
    getPackageIdsBytes(int index)
    If this list is non-empty, any vetted package with a package ID in this list will match the filter.
    int
    If this list is non-empty, any vetted package with a package ID in this list will match the filter.
    If this list is non-empty, any vetted package with a package ID in this list will match the filter.
    If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.
    com.google.protobuf.ByteString
    If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.
    int
    If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.
    If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.

    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

    • getPackageIdsList

      List<String> getPackageIdsList()
       If this list is non-empty, any vetted package with a package ID in this
       list will match the filter.
      
       Optional: can be empty
       
      repeated string package_ids = 1;
      Returns:
      A list containing the packageIds.
    • getPackageIdsCount

      int getPackageIdsCount()
       If this list is non-empty, any vetted package with a package ID in this
       list will match the filter.
      
       Optional: can be empty
       
      repeated string package_ids = 1;
      Returns:
      The count of packageIds.
    • getPackageIds

      String getPackageIds(int index)
       If this list is non-empty, any vetted package with a package ID in this
       list will match the filter.
      
       Optional: can be empty
       
      repeated string package_ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The packageIds at the given index.
    • getPackageIdsBytes

      com.google.protobuf.ByteString getPackageIdsBytes(int index)
       If this list is non-empty, any vetted package with a package ID in this
       list will match the filter.
      
       Optional: can be empty
       
      repeated string package_ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the packageIds at the given index.
    • getPackageNamePrefixesList

      List<String> getPackageNamePrefixesList()
       If this list is non-empty, any vetted package with a name matching at least
       one prefix in this list will match the filter.
      
       Optional: can be empty
       
      repeated string package_name_prefixes = 2;
      Returns:
      A list containing the packageNamePrefixes.
    • getPackageNamePrefixesCount

      int getPackageNamePrefixesCount()
       If this list is non-empty, any vetted package with a name matching at least
       one prefix in this list will match the filter.
      
       Optional: can be empty
       
      repeated string package_name_prefixes = 2;
      Returns:
      The count of packageNamePrefixes.
    • getPackageNamePrefixes

      String getPackageNamePrefixes(int index)
       If this list is non-empty, any vetted package with a name matching at least
       one prefix in this list will match the filter.
      
       Optional: can be empty
       
      repeated string package_name_prefixes = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The packageNamePrefixes at the given index.
    • getPackageNamePrefixesBytes

      com.google.protobuf.ByteString getPackageNamePrefixesBytes(int index)
       If this list is non-empty, any vetted package with a name matching at least
       one prefix in this list will match the filter.
      
       Optional: can be empty
       
      repeated string package_name_prefixes = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the packageNamePrefixes at the given index.