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
Modifier and TypeMethodDescriptiongetTypeUrl(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.intAn explicit list of data inputs that are allowed to be used with this filter.An explicit list of data inputs that are allowed to be used with this filter.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-