public static interface Openapiv2.SecurityRequirement.SecurityRequirementValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScope(int index)
repeated string scope = 1; |
com.google.protobuf.ByteString |
getScopeBytes(int index)
repeated string scope = 1; |
int |
getScopeCount()
repeated string scope = 1; |
java.util.List<java.lang.String> |
getScopeList()
repeated string scope = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getScopeList()
repeated string scope = 1;int getScopeCount()
repeated string scope = 1;java.lang.String getScope(int index)
repeated string scope = 1;index - The index of the element to return.com.google.protobuf.ByteString getScopeBytes(int index)
repeated string scope = 1;index - The index of the value to return.