Uses of Class
es.bsc.dataclay.communication.grpc.messages.common.CommonMessages.DataClayInstance
-
Packages that use CommonMessages.DataClayInstance Package Description es.bsc.dataclay.communication.grpc Contains GRPC classes.es.bsc.dataclay.communication.grpc.messages.common es.bsc.dataclay.communication.grpc.messages.logicmodule -
-
Uses of CommonMessages.DataClayInstance in es.bsc.dataclay.communication.grpc
Methods in es.bsc.dataclay.communication.grpc that return CommonMessages.DataClayInstance Modifier and Type Method Description static CommonMessages.DataClayInstanceUtils. getDataClayInstance(DataClayInstance dataClayInstance)Return a message for GRPC callMethods in es.bsc.dataclay.communication.grpc with parameters of type CommonMessages.DataClayInstance Modifier and Type Method Description static DataClayInstanceUtils. getDataClayInstance(CommonMessages.DataClayInstance dataClayInstanceMsg)Return an object FROM grpc message -
Uses of CommonMessages.DataClayInstance in es.bsc.dataclay.communication.grpc.messages.common
Methods in es.bsc.dataclay.communication.grpc.messages.common that return CommonMessages.DataClayInstance Modifier and Type Method Description CommonMessages.DataClayInstanceCommonMessages.DataClayInstance.Builder. build()CommonMessages.DataClayInstanceCommonMessages.DataClayInstance.Builder. buildPartial()static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. getDefaultInstance()CommonMessages.DataClayInstanceCommonMessages.DataClayInstance.Builder. getDefaultInstanceForType()CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. getDefaultInstanceForType()static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseDelimitedFrom(InputStream input)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(byte[] data)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(com.google.protobuf.ByteString data)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(com.google.protobuf.CodedInputStream input)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(InputStream input)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. parseFrom(ByteBuffer data)static CommonMessages.DataClayInstanceCommonMessages.DataClayInstance. 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.DataClayInstance Modifier and Type Method Description com.google.protobuf.Parser<CommonMessages.DataClayInstance>CommonMessages.DataClayInstance. getParserForType()static com.google.protobuf.Parser<CommonMessages.DataClayInstance>CommonMessages.DataClayInstance. parser()Methods in es.bsc.dataclay.communication.grpc.messages.common with parameters of type CommonMessages.DataClayInstance Modifier and Type Method Description CommonMessages.DataClayInstance.BuilderCommonMessages.DataClayInstance.Builder. mergeFrom(CommonMessages.DataClayInstance other)static CommonMessages.DataClayInstance.BuilderCommonMessages.DataClayInstance. newBuilder(CommonMessages.DataClayInstance prototype) -
Uses of CommonMessages.DataClayInstance in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return CommonMessages.DataClayInstance Modifier and Type Method Description CommonMessages.DataClayInstanceLogicmoduleMessages.GetExtDataClayInfoResponse.Builder. getExtDataClayInfo().dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;CommonMessages.DataClayInstanceLogicmoduleMessages.GetExtDataClayInfoResponse. getExtDataClayInfo().dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;CommonMessages.DataClayInstanceLogicmoduleMessages.GetExtDataClayInfoResponseOrBuilder. getExtDataClayInfo().dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type CommonMessages.DataClayInstance Modifier and Type Method Description LogicmoduleMessages.GetExtDataClayInfoResponse.BuilderLogicmoduleMessages.GetExtDataClayInfoResponse.Builder. mergeExtDataClayInfo(CommonMessages.DataClayInstance value).dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;LogicmoduleMessages.GetExtDataClayInfoResponse.BuilderLogicmoduleMessages.GetExtDataClayInfoResponse.Builder. setExtDataClayInfo(CommonMessages.DataClayInstance value).dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;
-