Interface DataserviceMessages.NewPersistentInstanceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.NewPersistentInstanceRequest,DataserviceMessages.NewPersistentInstanceRequest.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.NewPersistentInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsIfaceBitMaps(String key)map<string, bytes> ifaceBitMaps = 4;StringgetClassID()string classID = 2;com.google.protobuf.ByteStringgetClassIDBytes()string classID = 2;Map<String,com.google.protobuf.ByteString>getIfaceBitMaps()Deprecated.intgetIfaceBitMapsCount()map<string, bytes> ifaceBitMaps = 4;Map<String,com.google.protobuf.ByteString>getIfaceBitMapsMap()map<string, bytes> ifaceBitMaps = 4;com.google.protobuf.ByteStringgetIfaceBitMapsOrDefault(String key, com.google.protobuf.ByteString defaultValue)map<string, bytes> ifaceBitMaps = 4;com.google.protobuf.ByteStringgetIfaceBitMapsOrThrow(String key)map<string, bytes> ifaceBitMaps = 4;StringgetImplementationID()string implementationID = 3;com.google.protobuf.ByteStringgetImplementationIDBytes()string implementationID = 3;CommonMessages.SerializedParametersOrReturngetParams().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 5;CommonMessages.SerializedParametersOrReturnOrBuildergetParamsOrBuilder().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 5;StringgetSessionID()string sessionID = 1;com.google.protobuf.ByteStringgetSessionIDBytes()string sessionID = 1;booleanhasParams().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSessionID
String getSessionID()
string sessionID = 1;- Returns:
- The sessionID.
-
getSessionIDBytes
com.google.protobuf.ByteString getSessionIDBytes()
string sessionID = 1;- Returns:
- The bytes for sessionID.
-
getClassID
String getClassID()
string classID = 2;- Returns:
- The classID.
-
getClassIDBytes
com.google.protobuf.ByteString getClassIDBytes()
string classID = 2;- Returns:
- The bytes for classID.
-
getImplementationID
String getImplementationID()
string implementationID = 3;- Returns:
- The implementationID.
-
getImplementationIDBytes
com.google.protobuf.ByteString getImplementationIDBytes()
string implementationID = 3;- Returns:
- The bytes for implementationID.
-
getIfaceBitMapsCount
int getIfaceBitMapsCount()
map<string, bytes> ifaceBitMaps = 4;
-
containsIfaceBitMaps
boolean containsIfaceBitMaps(String key)
map<string, bytes> ifaceBitMaps = 4;
-
getIfaceBitMaps
@Deprecated Map<String,com.google.protobuf.ByteString> getIfaceBitMaps()
Deprecated.UsegetIfaceBitMapsMap()instead.
-
getIfaceBitMapsMap
Map<String,com.google.protobuf.ByteString> getIfaceBitMapsMap()
map<string, bytes> ifaceBitMaps = 4;
-
getIfaceBitMapsOrDefault
com.google.protobuf.ByteString getIfaceBitMapsOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> ifaceBitMaps = 4;
-
getIfaceBitMapsOrThrow
com.google.protobuf.ByteString getIfaceBitMapsOrThrow(String key)
map<string, bytes> ifaceBitMaps = 4;
-
hasParams
boolean hasParams()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 5;- Returns:
- Whether the params field is set.
-
getParams
CommonMessages.SerializedParametersOrReturn getParams()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 5;- Returns:
- The params.
-
getParamsOrBuilder
CommonMessages.SerializedParametersOrReturnOrBuilder getParamsOrBuilder()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 5;
-
-