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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      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> getScope()
      Deprecated.
      int getScopeCount()
      Maps between a name of a scope to a short description of it (as the value of the property).
      Map<String,​String> getScopeMap()
      Maps between a name of a scope to a short description of it (as the value of the property).
      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).
      String getScopeOrThrow​(String key)
      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 Detail

      • 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;
      • 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;