Interface LogicmoduleMessages.GetDataContractIDsOfProviderResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetDataContractIDsOfProviderResponse
,LogicmoduleMessages.GetDataContractIDsOfProviderResponse.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetDataContractIDsOfProviderResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsDatacontracts(String key)
map<string, string> datacontracts = 1;
Map<String,String>
getDatacontracts()
Deprecated.int
getDatacontractsCount()
map<string, string> datacontracts = 1;
Map<String,String>
getDatacontractsMap()
map<string, string> datacontracts = 1;
String
getDatacontractsOrDefault(String key, String defaultValue)
map<string, string> datacontracts = 1;
String
getDatacontractsOrThrow(String key)
map<string, string> datacontracts = 1;
CommonMessages.ExceptionInfo
getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
CommonMessages.ExceptionInfoOrBuilder
getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
boolean
hasExcInfo()
.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
-
getDatacontractsCount
int getDatacontractsCount()
map<string, string> datacontracts = 1;
-
containsDatacontracts
boolean containsDatacontracts(String key)
map<string, string> datacontracts = 1;
-
getDatacontracts
@Deprecated Map<String,String> getDatacontracts()
Deprecated.UsegetDatacontractsMap()
instead.
-
getDatacontractsMap
Map<String,String> getDatacontractsMap()
map<string, string> datacontracts = 1;
-
getDatacontractsOrDefault
String getDatacontractsOrDefault(String key, String defaultValue)
map<string, string> datacontracts = 1;
-
getDatacontractsOrThrow
String getDatacontractsOrThrow(String key)
map<string, string> datacontracts = 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;
-
-