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.DataClayInstance
Utils. 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 DataClayInstance
Utils. 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.DataClayInstance
CommonMessages.DataClayInstance.Builder. build()
CommonMessages.DataClayInstance
CommonMessages.DataClayInstance.Builder. buildPartial()
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. getDefaultInstance()
CommonMessages.DataClayInstance
CommonMessages.DataClayInstance.Builder. getDefaultInstanceForType()
CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. getDefaultInstanceForType()
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseDelimitedFrom(InputStream input)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(byte[] data)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(com.google.protobuf.ByteString data)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(InputStream input)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonMessages.DataClayInstance
CommonMessages.DataClayInstance. parseFrom(ByteBuffer data)
static CommonMessages.DataClayInstance
CommonMessages.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.Builder
CommonMessages.DataClayInstance.Builder. mergeFrom(CommonMessages.DataClayInstance other)
static CommonMessages.DataClayInstance.Builder
CommonMessages.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.DataClayInstance
LogicmoduleMessages.GetExtDataClayInfoResponse.Builder. getExtDataClayInfo()
.dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;
CommonMessages.DataClayInstance
LogicmoduleMessages.GetExtDataClayInfoResponse. getExtDataClayInfo()
.dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;
CommonMessages.DataClayInstance
LogicmoduleMessages.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.Builder
LogicmoduleMessages.GetExtDataClayInfoResponse.Builder. mergeExtDataClayInfo(CommonMessages.DataClayInstance value)
.dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;
LogicmoduleMessages.GetExtDataClayInfoResponse.Builder
LogicmoduleMessages.GetExtDataClayInfoResponse.Builder. setExtDataClayInfo(CommonMessages.DataClayInstance value)
.dataclay.communication.grpc.common.DataClayInstance extDataClayInfo = 1;
-