public interface VulnerableParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterNames(int index)
The vulnerable parameter names.
|
com.google.protobuf.ByteString |
getParameterNamesBytes(int index)
The vulnerable parameter names.
|
int |
getParameterNamesCount()
The vulnerable parameter names.
|
List<String> |
getParameterNamesList()
The vulnerable parameter names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getParameterNamesList()
The vulnerable parameter names.
repeated string parameter_names = 1;int getParameterNamesCount()
The vulnerable parameter names.
repeated string parameter_names = 1;String getParameterNames(int index)
The vulnerable parameter names.
repeated string parameter_names = 1;com.google.protobuf.ByteString getParameterNamesBytes(int index)
The vulnerable parameter names.
repeated string parameter_names = 1;Copyright © 2019 Google LLC. All rights reserved.