Interface TypeFilterProto.TypeFilterPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypeFilterProto.TypeFilterPB
,TypeFilterProto.TypeFilterPB.Builder
- Enclosing class:
- TypeFilterProto
public static interface TypeFilterProto.TypeFilterPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllowedFilters
(int index) repeated string allowedFilters = 1;
com.google.protobuf.ByteString
getAllowedFiltersBytes
(int index) repeated string allowedFilters = 1;
int
repeated string allowedFilters = 1;
repeated string allowedFilters = 1;
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
-
getAllowedFiltersList
repeated string allowedFilters = 1;
- Returns:
- A list containing the allowedFilters.
-
getAllowedFiltersCount
int getAllowedFiltersCount()repeated string allowedFilters = 1;
- Returns:
- The count of allowedFilters.
-
getAllowedFilters
repeated string allowedFilters = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The allowedFilters at the given index.
-
getAllowedFiltersBytes
com.google.protobuf.ByteString getAllowedFiltersBytes(int index) repeated string allowedFilters = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the allowedFilters at the given index.
-