public interface FilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInputFileExclusionPrefixes(int index)
The list of prefixes used to exclude processing for input files.
|
com.google.protobuf.ByteString |
getInputFileExclusionPrefixesBytes(int index)
The list of prefixes used to exclude processing for input files.
|
int |
getInputFileExclusionPrefixesCount()
The list of prefixes used to exclude processing for input files.
|
List<String> |
getInputFileExclusionPrefixesList()
The list of prefixes used to exclude processing for input files.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getInputFileExclusionPrefixesList()
The list of prefixes used to exclude processing for input files.
repeated string input_file_exclusion_prefixes = 1;int getInputFileExclusionPrefixesCount()
The list of prefixes used to exclude processing for input files.
repeated string input_file_exclusion_prefixes = 1;String getInputFileExclusionPrefixes(int index)
The list of prefixes used to exclude processing for input files.
repeated string input_file_exclusion_prefixes = 1;index - The index of the element to return.com.google.protobuf.ByteString getInputFileExclusionPrefixesBytes(int index)
The list of prefixes used to exclude processing for input files.
repeated string input_file_exclusion_prefixes = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.