Interface LogicmoduleMessages.CheckObjectFederatedWithDataClayInstanceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.CheckObjectFederatedWithDataClayInstanceRequest,LogicmoduleMessages.CheckObjectFederatedWithDataClayInstanceRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.CheckObjectFederatedWithDataClayInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.DataClayInstanceIDgetExtDataClayID().dataclay.communication.grpc.common.DataClayInstanceID extDataClayID = 2;CommonMessages.DataClayInstanceIDOrBuildergetExtDataClayIDOrBuilder().dataclay.communication.grpc.common.DataClayInstanceID extDataClayID = 2;CommonMessages.ObjectIDgetObjectID().dataclay.communication.grpc.common.ObjectID objectID = 1;CommonMessages.ObjectIDOrBuildergetObjectIDOrBuilder().dataclay.communication.grpc.common.ObjectID objectID = 1;booleanhasExtDataClayID().dataclay.communication.grpc.common.DataClayInstanceID extDataClayID = 2;booleanhasObjectID().dataclay.communication.grpc.common.ObjectID objectID = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasObjectID
boolean hasObjectID()
.dataclay.communication.grpc.common.ObjectID objectID = 1;- Returns:
- Whether the objectID field is set.
-
getObjectID
CommonMessages.ObjectID getObjectID()
.dataclay.communication.grpc.common.ObjectID objectID = 1;- Returns:
- The objectID.
-
getObjectIDOrBuilder
CommonMessages.ObjectIDOrBuilder getObjectIDOrBuilder()
.dataclay.communication.grpc.common.ObjectID objectID = 1;
-
hasExtDataClayID
boolean hasExtDataClayID()
.dataclay.communication.grpc.common.DataClayInstanceID extDataClayID = 2;- Returns:
- Whether the extDataClayID field is set.
-
getExtDataClayID
CommonMessages.DataClayInstanceID getExtDataClayID()
.dataclay.communication.grpc.common.DataClayInstanceID extDataClayID = 2;- Returns:
- The extDataClayID.
-
getExtDataClayIDOrBuilder
CommonMessages.DataClayInstanceIDOrBuilder getExtDataClayIDOrBuilder()
.dataclay.communication.grpc.common.DataClayInstanceID extDataClayID = 2;
-
-