public static interface SecurityRequirement.SecurityRequirementValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getScope(int index)
repeated string scope = 1 [json_name = "scope"]; |
com.google.protobuf.ByteString |
getScopeBytes(int index)
repeated string scope = 1 [json_name = "scope"]; |
int |
getScopeCount()
repeated string scope = 1 [json_name = "scope"]; |
List<String> |
getScopeList()
repeated string scope = 1 [json_name = "scope"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getScopeList()
repeated string scope = 1 [json_name = "scope"];int getScopeCount()
repeated string scope = 1 [json_name = "scope"];String getScope(int index)
repeated string scope = 1 [json_name = "scope"];index - The index of the element to return.com.google.protobuf.ByteString getScopeBytes(int index)
repeated string scope = 1 [json_name = "scope"];index - The index of the value to return.Copyright © 2023. All rights reserved.