Interface FeatureFilterOrBuilder

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

    public interface FeatureFilterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeatureFilter.Feature getIncludedFeatures​(int index)
      The set of features to be included in the media item search results.
      int getIncludedFeaturesCount()
      The set of features to be included in the media item search results.
      java.util.List<FeatureFilter.Feature> getIncludedFeaturesList()
      The set of features to be included in the media item search results.
      int getIncludedFeaturesValue​(int index)
      The set of features to be included in the media item search results.
      java.util.List<java.lang.Integer> getIncludedFeaturesValueList()
      The set of features to be included in the media item search results.
      • 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 Detail

      • getIncludedFeaturesList

        java.util.List<FeatureFilter.Feature> getIncludedFeaturesList()
         The set of features to be included in the media item search results.
         The items in the set are ORed and may match any of the specified features.
         
        repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
        Returns:
        A list containing the includedFeatures.
      • getIncludedFeaturesCount

        int getIncludedFeaturesCount()
         The set of features to be included in the media item search results.
         The items in the set are ORed and may match any of the specified features.
         
        repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
        Returns:
        The count of includedFeatures.
      • getIncludedFeatures

        FeatureFilter.Feature getIncludedFeatures​(int index)
         The set of features to be included in the media item search results.
         The items in the set are ORed and may match any of the specified features.
         
        repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The includedFeatures at the given index.
      • getIncludedFeaturesValueList

        java.util.List<java.lang.Integer> getIncludedFeaturesValueList()
         The set of features to be included in the media item search results.
         The items in the set are ORed and may match any of the specified features.
         
        repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
        Returns:
        A list containing the enum numeric values on the wire for includedFeatures.
      • getIncludedFeaturesValue

        int getIncludedFeaturesValue​(int index)
         The set of features to be included in the media item search results.
         The items in the set are ORed and may match any of the specified features.
         
        repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of includedFeatures at the given index.