Interface SecurityRequirementOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecurityRequirement, SecurityRequirement.Builder

@Generated public interface SecurityRequirementOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A map of security schemes to the required scopes.
    Deprecated.
    int
    A map of security schemes to the required scopes.
    A map of security schemes to the required scopes.
    A map of security schemes to the required scopes.
    A map of security schemes to the required scopes.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSchemesCount

      int getSchemesCount()
       A map of security schemes to the required scopes.
       
      map<string, .lf.a2a.v1.StringList> schemes = 1;
    • containsSchemes

      boolean containsSchemes(String key)
       A map of security schemes to the required scopes.
       
      map<string, .lf.a2a.v1.StringList> schemes = 1;
    • getSchemes

      Deprecated.
      Use getSchemesMap() instead.
    • getSchemesMap

      Map<String,StringList> getSchemesMap()
       A map of security schemes to the required scopes.
       
      map<string, .lf.a2a.v1.StringList> schemes = 1;
    • getSchemesOrDefault

      StringList getSchemesOrDefault(String key, StringList defaultValue)
       A map of security schemes to the required scopes.
       
      map<string, .lf.a2a.v1.StringList> schemes = 1;
    • getSchemesOrThrow

      StringList getSchemesOrThrow(String key)
       A map of security schemes to the required scopes.
       
      map<string, .lf.a2a.v1.StringList> schemes = 1;