Uses of Class
es.bsc.dataclay.communication.grpc.messages.common.CommonMessages.RegistrationInfo
-
Packages that use CommonMessages.RegistrationInfo Package Description es.bsc.dataclay.communication.grpc.messages.common es.bsc.dataclay.communication.grpc.messages.logicmodule -
-
Uses of CommonMessages.RegistrationInfo in es.bsc.dataclay.communication.grpc.messages.common
Methods in es.bsc.dataclay.communication.grpc.messages.common that return CommonMessages.RegistrationInfo Modifier and Type Method Description CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo.Builder. build()CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo.Builder. buildPartial()static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. getDefaultInstance()CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo.Builder. getDefaultInstanceForType()CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. getDefaultInstanceForType()static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseDelimitedFrom(InputStream input)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(byte[] data)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.ByteString data)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.CodedInputStream input)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(InputStream input)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(ByteBuffer data)static CommonMessages.RegistrationInfoCommonMessages.RegistrationInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in es.bsc.dataclay.communication.grpc.messages.common that return types with arguments of type CommonMessages.RegistrationInfo Modifier and Type Method Description com.google.protobuf.Parser<CommonMessages.RegistrationInfo>CommonMessages.RegistrationInfo. getParserForType()static com.google.protobuf.Parser<CommonMessages.RegistrationInfo>CommonMessages.RegistrationInfo. parser()Methods in es.bsc.dataclay.communication.grpc.messages.common with parameters of type CommonMessages.RegistrationInfo Modifier and Type Method Description CommonMessages.RegistrationInfo.BuilderCommonMessages.RegistrationInfo.Builder. mergeFrom(CommonMessages.RegistrationInfo other)static CommonMessages.RegistrationInfo.BuilderCommonMessages.RegistrationInfo. newBuilder(CommonMessages.RegistrationInfo prototype) -
Uses of CommonMessages.RegistrationInfo in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return CommonMessages.RegistrationInfo Modifier and Type Method Description CommonMessages.RegistrationInfoLogicmoduleMessages.RegisterObjectForGCRequest.Builder. getRegInfo().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;CommonMessages.RegistrationInfoLogicmoduleMessages.RegisterObjectForGCRequest. getRegInfo().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;CommonMessages.RegistrationInfoLogicmoduleMessages.RegisterObjectForGCRequestOrBuilder. getRegInfo().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;CommonMessages.RegistrationInfoLogicmoduleMessages.RegisterObjectsRequest.Builder. getRegInfos(int index)repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;CommonMessages.RegistrationInfoLogicmoduleMessages.RegisterObjectsRequest. getRegInfos(int index)repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;CommonMessages.RegistrationInfoLogicmoduleMessages.RegisterObjectsRequestOrBuilder. getRegInfos(int index)repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return types with arguments of type CommonMessages.RegistrationInfo Modifier and Type Method Description List<CommonMessages.RegistrationInfo>LogicmoduleMessages.RegisterObjectsRequest.Builder. getRegInfosList()repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;List<CommonMessages.RegistrationInfo>LogicmoduleMessages.RegisterObjectsRequest. getRegInfosList()repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;List<CommonMessages.RegistrationInfo>LogicmoduleMessages.RegisterObjectsRequestOrBuilder. getRegInfosList()repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type CommonMessages.RegistrationInfo Modifier and Type Method Description LogicmoduleMessages.RegisterObjectsRequest.BuilderLogicmoduleMessages.RegisterObjectsRequest.Builder. addRegInfos(int index, CommonMessages.RegistrationInfo value)repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;LogicmoduleMessages.RegisterObjectsRequest.BuilderLogicmoduleMessages.RegisterObjectsRequest.Builder. addRegInfos(CommonMessages.RegistrationInfo value)repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;LogicmoduleMessages.RegisterObjectForGCRequest.BuilderLogicmoduleMessages.RegisterObjectForGCRequest.Builder. mergeRegInfo(CommonMessages.RegistrationInfo value).dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;LogicmoduleMessages.RegisterObjectForGCRequest.BuilderLogicmoduleMessages.RegisterObjectForGCRequest.Builder. setRegInfo(CommonMessages.RegistrationInfo value).dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;LogicmoduleMessages.RegisterObjectsRequest.BuilderLogicmoduleMessages.RegisterObjectsRequest.Builder. setRegInfos(int index, CommonMessages.RegistrationInfo value)repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;Method parameters in es.bsc.dataclay.communication.grpc.messages.logicmodule with type arguments of type CommonMessages.RegistrationInfo Modifier and Type Method Description LogicmoduleMessages.RegisterObjectsRequest.BuilderLogicmoduleMessages.RegisterObjectsRequest.Builder. addAllRegInfos(Iterable<? extends CommonMessages.RegistrationInfo> values)repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-