Interface MatchingRequirements.DataInputAllowListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTypeUrl​(int index)
      An explicit list of data inputs that are allowed to be used with this filter.
      com.google.protobuf.ByteString getTypeUrlBytes​(int index)
      An explicit list of data inputs that are allowed to be used with this filter.
      int getTypeUrlCount()
      An explicit list of data inputs that are allowed to be used with this filter.
      List<String> getTypeUrlList()
      An explicit list of data inputs that are allowed to be used with this 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 Detail

      • getTypeUrlList

        List<String> getTypeUrlList()
         An explicit list of data inputs that are allowed to be used with this filter.
         
        repeated string type_url = 1;
        Returns:
        A list containing the typeUrl.
      • getTypeUrlCount

        int getTypeUrlCount()
         An explicit list of data inputs that are allowed to be used with this filter.
         
        repeated string type_url = 1;
        Returns:
        The count of typeUrl.
      • getTypeUrl

        String getTypeUrl​(int index)
         An explicit list of data inputs that are allowed to be used with this filter.
         
        repeated string type_url = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The typeUrl at the given index.
      • getTypeUrlBytes

        com.google.protobuf.ByteString getTypeUrlBytes​(int index)
         An explicit list of data inputs that are allowed to be used with this filter.
         
        repeated string type_url = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the typeUrl at the given index.