Interface Gateway.InputsResponseOrBuilder

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

public static interface Gateway.InputsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDefinitionsCount

      int getDefinitionsCount()
      map<string, .pb.Definition> Definitions = 1;
    • containsDefinitions

      boolean containsDefinitions(String key)
      map<string, .pb.Definition> Definitions = 1;
    • getDefinitions

      Deprecated.
      Use getDefinitionsMap() instead.
    • getDefinitionsMap

      Map<String,Ops.Definition> getDefinitionsMap()
      map<string, .pb.Definition> Definitions = 1;
    • getDefinitionsOrDefault

      Ops.Definition getDefinitionsOrDefault(String key, Ops.Definition defaultValue)
      map<string, .pb.Definition> Definitions = 1;
    • getDefinitionsOrThrow

      Ops.Definition getDefinitionsOrThrow(String key)
      map<string, .pb.Definition> Definitions = 1;