public interface VulnerableParametersOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getParameterNames(int index)
The vulnerable parameter names.
|
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, hasOneof
isInitialized
List<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;
index
- The index of the element to return.ByteString getParameterNamesBytes(int index)
The vulnerable parameter names.
repeated string parameter_names = 1;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.