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
Modifier and TypeMethodDescriptiongetScope(int index) repeated string scope = 1;com.google.protobuf.ByteStringgetScopeBytes(int index) repeated string scope = 1;intrepeated string scope = 1;repeated string scope = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScopeList
repeated string scope = 1;- Returns:
- A list containing the scope.
-
getScopeCount
int getScopeCount()repeated string scope = 1;- Returns:
- The count of scope.
-
getScope
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.
-