Interface DataserviceMessages.RemoveObjectsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.RemoveObjectsResponse
,DataserviceMessages.RemoveObjectsResponse.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.RemoveObjectsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsRemovedObjects(String key)
map<string, string> removedObjects = 1;
CommonMessages.ExceptionInfo
getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
CommonMessages.ExceptionInfoOrBuilder
getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
Map<String,String>
getRemovedObjects()
Deprecated.int
getRemovedObjectsCount()
map<string, string> removedObjects = 1;
Map<String,String>
getRemovedObjectsMap()
map<string, string> removedObjects = 1;
String
getRemovedObjectsOrDefault(String key, String defaultValue)
map<string, string> removedObjects = 1;
String
getRemovedObjectsOrThrow(String key)
map<string, string> removedObjects = 1;
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
-
getRemovedObjectsCount
int getRemovedObjectsCount()
map<string, string> removedObjects = 1;
-
containsRemovedObjects
boolean containsRemovedObjects(String key)
map<string, string> removedObjects = 1;
-
getRemovedObjects
@Deprecated Map<String,String> getRemovedObjects()
Deprecated.UsegetRemovedObjectsMap()
instead.
-
getRemovedObjectsMap
Map<String,String> getRemovedObjectsMap()
map<string, string> removedObjects = 1;
-
getRemovedObjectsOrDefault
String getRemovedObjectsOrDefault(String key, String defaultValue)
map<string, string> removedObjects = 1;
-
getRemovedObjectsOrThrow
String getRemovedObjectsOrThrow(String key)
map<string, string> removedObjects = 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;
-
-