Interface Openapiv2.SecurityRequirement.SecurityRequirementValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Openapiv2.SecurityRequirement.SecurityRequirementValue,Openapiv2.SecurityRequirement.SecurityRequirementValue.Builder
- Enclosing class:
- Openapiv2.SecurityRequirement
public static interface Openapiv2.SecurityRequirement.SecurityRequirementValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetScope(int index)repeated string scope = 1;com.google.protobuf.ByteStringgetScopeBytes(int index)repeated string scope = 1;intgetScopeCount()repeated string scope = 1;java.util.List<java.lang.String>getScopeList()repeated string scope = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getScopeList
java.util.List<java.lang.String> getScopeList()
repeated string scope = 1;- Returns:
- A list containing the scope.
-
getScopeCount
int getScopeCount()
repeated string scope = 1;- Returns:
- The count of scope.
-
getScope
java.lang.String getScope(int index)
repeated string scope = 1;- Parameters:
index- The index of the element to return.- Returns:
- The scope at the given index.
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes(int index)
repeated string scope = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the scope at the given index.
-
-