Interface LogicmoduleMessages.UnregisterObjectsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.UnregisterObjectsRequest
,LogicmoduleMessages.UnregisterObjectsRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.UnregisterObjectsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getObjectsToUnregister(int index)
repeated string objectsToUnregister = 1;
com.google.protobuf.ByteString
getObjectsToUnregisterBytes(int index)
repeated string objectsToUnregister = 1;
int
getObjectsToUnregisterCount()
repeated string objectsToUnregister = 1;
List<String>
getObjectsToUnregisterList()
repeated string objectsToUnregister = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObjectsToUnregisterList
List<String> getObjectsToUnregisterList()
repeated string objectsToUnregister = 1;
- Returns:
- A list containing the objectsToUnregister.
-
getObjectsToUnregisterCount
int getObjectsToUnregisterCount()
repeated string objectsToUnregister = 1;
- Returns:
- The count of objectsToUnregister.
-
getObjectsToUnregister
String getObjectsToUnregister(int index)
repeated string objectsToUnregister = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The objectsToUnregister at the given index.
-
getObjectsToUnregisterBytes
com.google.protobuf.ByteString getObjectsToUnregisterBytes(int index)
repeated string objectsToUnregister = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the objectsToUnregister at the given index.
-
-