Interface LogicmoduleMessages.GetStubsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetStubsResponse,LogicmoduleMessages.GetStubsResponse.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetStubsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsStubs(String key)map<string, bytes> stubs = 1;CommonMessages.ExceptionInfogetExcInfo().dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;CommonMessages.ExceptionInfoOrBuildergetExcInfoOrBuilder().dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;Map<String,com.google.protobuf.ByteString>getStubs()Deprecated.intgetStubsCount()map<string, bytes> stubs = 1;Map<String,com.google.protobuf.ByteString>getStubsMap()map<string, bytes> stubs = 1;com.google.protobuf.ByteStringgetStubsOrDefault(String key, com.google.protobuf.ByteString defaultValue)map<string, bytes> stubs = 1;com.google.protobuf.ByteStringgetStubsOrThrow(String key)map<string, bytes> stubs = 1;booleanhasExcInfo().dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStubsCount
int getStubsCount()
map<string, bytes> stubs = 1;
-
containsStubs
boolean containsStubs(String key)
map<string, bytes> stubs = 1;
-
getStubs
@Deprecated Map<String,com.google.protobuf.ByteString> getStubs()
Deprecated.UsegetStubsMap()instead.
-
getStubsOrDefault
com.google.protobuf.ByteString getStubsOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> stubs = 1;
-
getStubsOrThrow
com.google.protobuf.ByteString getStubsOrThrow(String key)
map<string, bytes> stubs = 1;
-
hasExcInfo
boolean hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;- Returns:
- Whether the excInfo field is set.
-
getExcInfo
CommonMessages.ExceptionInfo getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;- Returns:
- The excInfo.
-
getExcInfoOrBuilder
CommonMessages.ExceptionInfoOrBuilder getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
-
-