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 booleancontainsRemovedObjects(String key)map<string, string> removedObjects = 1;CommonMessages.ExceptionInfogetExcInfo().dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;CommonMessages.ExceptionInfoOrBuildergetExcInfoOrBuilder().dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;Map<String,String>getRemovedObjects()Deprecated.intgetRemovedObjectsCount()map<string, string> removedObjects = 1;Map<String,String>getRemovedObjectsMap()map<string, string> removedObjects = 1;StringgetRemovedObjectsOrDefault(String key, String defaultValue)map<string, string> removedObjects = 1;StringgetRemovedObjectsOrThrow(String key)map<string, string> removedObjects = 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
-
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;
-
-