Interface Openapiv2.ScopesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Openapiv2.Scopes, Openapiv2.Scopes.Builder
Enclosing class:
Openapiv2

public static interface Openapiv2.ScopesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Maps between a name of a scope to a short description of it (as the value of the property).
    Deprecated.
    int
    Maps between a name of a scope to a short description of it (as the value of the property).
    Maps between a name of a scope to a short description of it (as the value of the property).
    getScopeOrDefault(String key, String defaultValue)
    Maps between a name of a scope to a short description of it (as the value of the property).
    Maps between a name of a scope to a short description of it (as the value of the property).

    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

    • getScopeCount

      int getScopeCount()
       Maps between a name of a scope to a short description of it (as the value
       of the property).
       
      map<string, string> scope = 1;
    • containsScope

      boolean containsScope(String key)
       Maps between a name of a scope to a short description of it (as the value
       of the property).
       
      map<string, string> scope = 1;
    • getScope

      Deprecated.
      Use getScopeMap() instead.
    • getScopeMap

      Map<String,String> getScopeMap()
       Maps between a name of a scope to a short description of it (as the value
       of the property).
       
      map<string, string> scope = 1;
    • getScopeOrDefault

      String getScopeOrDefault(String key, String defaultValue)
       Maps between a name of a scope to a short description of it (as the value
       of the property).
       
      map<string, string> scope = 1;
    • getScopeOrThrow

      String getScopeOrThrow(String key)
       Maps between a name of a scope to a short description of it (as the value
       of the property).
       
      map<string, string> scope = 1;