Interface MatchingRequirements.DataInputAllowListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchingRequirements.DataInputAllowList,MatchingRequirements.DataInputAllowList.Builder
- Enclosing class:
- MatchingRequirements
public static interface MatchingRequirements.DataInputAllowListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTypeUrl(int index)An explicit list of data inputs that are allowed to be used with this filter.com.google.protobuf.ByteStringgetTypeUrlBytes(int index)An explicit list of data inputs that are allowed to be used with this filter.intgetTypeUrlCount()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.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.
-
-