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 Summary
Modifier and TypeMethodDescriptionboolean
map<string, .pb.Definition> Definitions = 1;
Deprecated.int
map<string, .pb.Definition> Definitions = 1;
map<string, .pb.Definition> Definitions = 1;
getDefinitionsOrDefault
(String key, Ops.Definition defaultValue) map<string, .pb.Definition> Definitions = 1;
map<string, .pb.Definition> Definitions = 1;
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
-
getDefinitionsCount
int getDefinitionsCount()map<string, .pb.Definition> Definitions = 1;
-
containsDefinitions
map<string, .pb.Definition> Definitions = 1;
-
getDefinitions
Deprecated.UsegetDefinitionsMap()
instead. -
getDefinitionsMap
Map<String,Ops.Definition> getDefinitionsMap()map<string, .pb.Definition> Definitions = 1;
-
getDefinitionsOrDefault
map<string, .pb.Definition> Definitions = 1;
-
getDefinitionsOrThrow
map<string, .pb.Definition> Definitions = 1;
-