Interface CommonMessages.ObjectWithDataParamOrReturnOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.ObjectWithDataParamOrReturn
,CommonMessages.ObjectWithDataParamOrReturn.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.ObjectWithDataParamOrReturnOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassid()
string classid = 2;
com.google.protobuf.ByteString
getClassidBytes()
string classid = 2;
CommonMessages.DataClayObjectMetaData
getMetadata()
.dataclay.communication.grpc.common.DataClayObjectMetaData metadata = 3;
CommonMessages.DataClayObjectMetaDataOrBuilder
getMetadataOrBuilder()
.dataclay.communication.grpc.common.DataClayObjectMetaData metadata = 3;
com.google.protobuf.ByteString
getObjbytes()
bytes objbytes = 4;
String
getOid()
string oid = 1;
com.google.protobuf.ByteString
getOidBytes()
string oid = 1;
boolean
hasMetadata()
.dataclay.communication.grpc.common.DataClayObjectMetaData metadata = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOid
String getOid()
string oid = 1;
- Returns:
- The oid.
-
getOidBytes
com.google.protobuf.ByteString getOidBytes()
string oid = 1;
- Returns:
- The bytes for oid.
-
getClassid
String getClassid()
string classid = 2;
- Returns:
- The classid.
-
getClassidBytes
com.google.protobuf.ByteString getClassidBytes()
string classid = 2;
- Returns:
- The bytes for classid.
-
hasMetadata
boolean hasMetadata()
.dataclay.communication.grpc.common.DataClayObjectMetaData metadata = 3;
- Returns:
- Whether the metadata field is set.
-
getMetadata
CommonMessages.DataClayObjectMetaData getMetadata()
.dataclay.communication.grpc.common.DataClayObjectMetaData metadata = 3;
- Returns:
- The metadata.
-
getMetadataOrBuilder
CommonMessages.DataClayObjectMetaDataOrBuilder getMetadataOrBuilder()
.dataclay.communication.grpc.common.DataClayObjectMetaData metadata = 3;
-
getObjbytes
com.google.protobuf.ByteString getObjbytes()
bytes objbytes = 4;
- Returns:
- The objbytes.
-
-