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​(java.lang.String key)
      Maps between a name of a scope to a short description of it (as the value of the property).
      java.util.Map<java.lang.String,​java.lang.String> getScope()
      Deprecated.
      int getScopeCount()
      Maps between a name of a scope to a short description of it (as the value of the property).
      java.util.Map<java.lang.String,​java.lang.String> getScopeMap()
      Maps between a name of a scope to a short description of it (as the value of the property).
      java.lang.String getScopeOrDefault​(java.lang.String key, java.lang.String defaultValue)
      Maps between a name of a scope to a short description of it (as the value of the property).
      java.lang.String getScopeOrThrow​(java.lang.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​(java.lang.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
        java.util.Map<java.lang.String,​java.lang.String> getScope()
        Deprecated.
        Use getScopeMap() instead.
      • getScopeMap

        java.util.Map<java.lang.String,​java.lang.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

        java.lang.String getScopeOrDefault​(java.lang.String key,
                                           java.lang.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

        java.lang.String getScopeOrThrow​(java.lang.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;