Interface CommonMessages.SerializedParametersOrReturnOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.SerializedParametersOrReturn
,CommonMessages.SerializedParametersOrReturn.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.SerializedParametersOrReturnOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsImmParams(int key)
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
boolean
containsLangParams(int key)
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
boolean
containsPersParams(int key)
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
boolean
containsVolatileParams(int key)
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
Map<Integer,CommonMessages.ImmutableParamOrReturn>
getImmParams()
Deprecated.int
getImmParamsCount()
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
Map<Integer,CommonMessages.ImmutableParamOrReturn>
getImmParamsMap()
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
CommonMessages.ImmutableParamOrReturn
getImmParamsOrDefault(int key, CommonMessages.ImmutableParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
CommonMessages.ImmutableParamOrReturn
getImmParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
Map<Integer,CommonMessages.LanguageParamOrReturn>
getLangParams()
Deprecated.int
getLangParamsCount()
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
Map<Integer,CommonMessages.LanguageParamOrReturn>
getLangParamsMap()
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
CommonMessages.LanguageParamOrReturn
getLangParamsOrDefault(int key, CommonMessages.LanguageParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
CommonMessages.LanguageParamOrReturn
getLangParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
int
getNumParams()
int32 numParams = 1;
Map<Integer,CommonMessages.PersistentParamOrReturn>
getPersParams()
Deprecated.int
getPersParamsCount()
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
Map<Integer,CommonMessages.PersistentParamOrReturn>
getPersParamsMap()
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
CommonMessages.PersistentParamOrReturn
getPersParamsOrDefault(int key, CommonMessages.PersistentParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
CommonMessages.PersistentParamOrReturn
getPersParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
Map<Integer,CommonMessages.ObjectWithDataParamOrReturn>
getVolatileParams()
Deprecated.int
getVolatileParamsCount()
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
Map<Integer,CommonMessages.ObjectWithDataParamOrReturn>
getVolatileParamsMap()
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
CommonMessages.ObjectWithDataParamOrReturn
getVolatileParamsOrDefault(int key, CommonMessages.ObjectWithDataParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
CommonMessages.ObjectWithDataParamOrReturn
getVolatileParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNumParams
int getNumParams()
int32 numParams = 1;
- Returns:
- The numParams.
-
getImmParamsCount
int getImmParamsCount()
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
-
containsImmParams
boolean containsImmParams(int key)
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
-
getImmParams
@Deprecated Map<Integer,CommonMessages.ImmutableParamOrReturn> getImmParams()
Deprecated.UsegetImmParamsMap()
instead.
-
getImmParamsMap
Map<Integer,CommonMessages.ImmutableParamOrReturn> getImmParamsMap()
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
-
getImmParamsOrDefault
CommonMessages.ImmutableParamOrReturn getImmParamsOrDefault(int key, CommonMessages.ImmutableParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
-
getImmParamsOrThrow
CommonMessages.ImmutableParamOrReturn getImmParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.ImmutableParamOrReturn> immParams = 2;
-
getLangParamsCount
int getLangParamsCount()
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
-
containsLangParams
boolean containsLangParams(int key)
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
-
getLangParams
@Deprecated Map<Integer,CommonMessages.LanguageParamOrReturn> getLangParams()
Deprecated.UsegetLangParamsMap()
instead.
-
getLangParamsMap
Map<Integer,CommonMessages.LanguageParamOrReturn> getLangParamsMap()
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
-
getLangParamsOrDefault
CommonMessages.LanguageParamOrReturn getLangParamsOrDefault(int key, CommonMessages.LanguageParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
-
getLangParamsOrThrow
CommonMessages.LanguageParamOrReturn getLangParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.LanguageParamOrReturn> langParams = 3;
-
getVolatileParamsCount
int getVolatileParamsCount()
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
-
containsVolatileParams
boolean containsVolatileParams(int key)
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
-
getVolatileParams
@Deprecated Map<Integer,CommonMessages.ObjectWithDataParamOrReturn> getVolatileParams()
Deprecated.UsegetVolatileParamsMap()
instead.
-
getVolatileParamsMap
Map<Integer,CommonMessages.ObjectWithDataParamOrReturn> getVolatileParamsMap()
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
-
getVolatileParamsOrDefault
CommonMessages.ObjectWithDataParamOrReturn getVolatileParamsOrDefault(int key, CommonMessages.ObjectWithDataParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
-
getVolatileParamsOrThrow
CommonMessages.ObjectWithDataParamOrReturn getVolatileParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn> volatileParams = 4;
-
getPersParamsCount
int getPersParamsCount()
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
-
containsPersParams
boolean containsPersParams(int key)
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
-
getPersParams
@Deprecated Map<Integer,CommonMessages.PersistentParamOrReturn> getPersParams()
Deprecated.UsegetPersParamsMap()
instead.
-
getPersParamsMap
Map<Integer,CommonMessages.PersistentParamOrReturn> getPersParamsMap()
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
-
getPersParamsOrDefault
CommonMessages.PersistentParamOrReturn getPersParamsOrDefault(int key, CommonMessages.PersistentParamOrReturn defaultValue)
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
-
getPersParamsOrThrow
CommonMessages.PersistentParamOrReturn getPersParamsOrThrow(int key)
map<int32, .dataclay.communication.grpc.common.PersistentParamOrReturn> persParams = 5;
-
-