public static final class GDPR.WithDataSubjectId extends akka.protobuf.GeneratedMessage implements GDPR.WithDataSubjectIdOrBuilder
WithDataSubjectId| Modifier and Type | Class and Description |
|---|---|
static class |
GDPR.WithDataSubjectId.Builder
Protobuf type
WithDataSubjectId |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DATASUBJECTID_FIELD_NUMBER |
static int |
MANIFEST_FIELD_NUMBER |
static akka.protobuf.Parser<GDPR.WithDataSubjectId> |
PARSER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
SERIALIZERID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataSubjectId()
required string dataSubjectId = 1; |
akka.protobuf.ByteString |
getDataSubjectIdBytes()
required string dataSubjectId = 1; |
static GDPR.WithDataSubjectId |
getDefaultInstance() |
GDPR.WithDataSubjectId |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getManifest()
optional string manifest = 4; |
akka.protobuf.ByteString |
getManifestBytes()
optional string manifest = 4; |
akka.protobuf.Parser<GDPR.WithDataSubjectId> |
getParserForType() |
akka.protobuf.ByteString |
getPayload()
optional bytes payload = 2; |
int |
getSerializedSize() |
int |
getSerializerId()
optional int32 serializerId = 3; |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDataSubjectId()
required string dataSubjectId = 1; |
boolean |
hasManifest()
optional string manifest = 4; |
boolean |
hasPayload()
optional bytes payload = 2; |
boolean |
hasSerializerId()
optional int32 serializerId = 3; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GDPR.WithDataSubjectId.Builder |
newBuilder() |
static GDPR.WithDataSubjectId.Builder |
newBuilder(GDPR.WithDataSubjectId prototype) |
GDPR.WithDataSubjectId.Builder |
newBuilderForType() |
protected GDPR.WithDataSubjectId.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static GDPR.WithDataSubjectId |
parseDelimitedFrom(java.io.InputStream input) |
static GDPR.WithDataSubjectId |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static GDPR.WithDataSubjectId |
parseFrom(byte[] data) |
static GDPR.WithDataSubjectId |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static GDPR.WithDataSubjectId |
parseFrom(akka.protobuf.ByteString data) |
static GDPR.WithDataSubjectId |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static GDPR.WithDataSubjectId |
parseFrom(akka.protobuf.CodedInputStream input) |
static GDPR.WithDataSubjectId |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static GDPR.WithDataSubjectId |
parseFrom(java.io.InputStream input) |
static GDPR.WithDataSubjectId |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
GDPR.WithDataSubjectId.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static akka.protobuf.Parser<GDPR.WithDataSubjectId> PARSER
public static final int DATASUBJECTID_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
public static final int SERIALIZERID_FIELD_NUMBER
public static final int MANIFEST_FIELD_NUMBER
public static GDPR.WithDataSubjectId getDefaultInstance()
public GDPR.WithDataSubjectId getDefaultInstanceForType()
getDefaultInstanceForType in interface akka.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface akka.protobuf.MessageOrBuilderpublic final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface akka.protobuf.MessageOrBuildergetUnknownFields in class akka.protobuf.GeneratedMessagepublic static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class akka.protobuf.GeneratedMessagepublic akka.protobuf.Parser<GDPR.WithDataSubjectId> getParserForType()
getParserForType in interface akka.protobuf.MessagegetParserForType in interface akka.protobuf.MessageLitegetParserForType in class akka.protobuf.GeneratedMessagepublic boolean hasDataSubjectId()
required string dataSubjectId = 1;hasDataSubjectId in interface GDPR.WithDataSubjectIdOrBuilderpublic java.lang.String getDataSubjectId()
required string dataSubjectId = 1;getDataSubjectId in interface GDPR.WithDataSubjectIdOrBuilderpublic akka.protobuf.ByteString getDataSubjectIdBytes()
required string dataSubjectId = 1;getDataSubjectIdBytes in interface GDPR.WithDataSubjectIdOrBuilderpublic boolean hasPayload()
optional bytes payload = 2;hasPayload in interface GDPR.WithDataSubjectIdOrBuilderpublic akka.protobuf.ByteString getPayload()
optional bytes payload = 2;getPayload in interface GDPR.WithDataSubjectIdOrBuilderpublic boolean hasSerializerId()
optional int32 serializerId = 3;hasSerializerId in interface GDPR.WithDataSubjectIdOrBuilderpublic int getSerializerId()
optional int32 serializerId = 3;getSerializerId in interface GDPR.WithDataSubjectIdOrBuilderpublic boolean hasManifest()
optional string manifest = 4;hasManifest in interface GDPR.WithDataSubjectIdOrBuilderpublic java.lang.String getManifest()
optional string manifest = 4;getManifest in interface GDPR.WithDataSubjectIdOrBuilderpublic akka.protobuf.ByteString getManifestBytes()
optional string manifest = 4;getManifestBytes in interface GDPR.WithDataSubjectIdOrBuilderpublic final boolean isInitialized()
isInitialized in interface akka.protobuf.MessageLiteOrBuilderisInitialized in class akka.protobuf.GeneratedMessagepublic void writeTo(akka.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface akka.protobuf.MessageLitewriteTo in class akka.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface akka.protobuf.MessageLitegetSerializedSize in class akka.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class akka.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static GDPR.WithDataSubjectId parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static GDPR.WithDataSubjectId parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static GDPR.WithDataSubjectId parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static GDPR.WithDataSubjectId parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static GDPR.WithDataSubjectId parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GDPR.WithDataSubjectId parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GDPR.WithDataSubjectId parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GDPR.WithDataSubjectId parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GDPR.WithDataSubjectId parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GDPR.WithDataSubjectId parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GDPR.WithDataSubjectId.Builder newBuilder()
public GDPR.WithDataSubjectId.Builder newBuilderForType()
newBuilderForType in interface akka.protobuf.MessagenewBuilderForType in interface akka.protobuf.MessageLitepublic static GDPR.WithDataSubjectId.Builder newBuilder(GDPR.WithDataSubjectId prototype)
public GDPR.WithDataSubjectId.Builder toBuilder()
toBuilder in interface akka.protobuf.MessagetoBuilder in interface akka.protobuf.MessageLiteprotected GDPR.WithDataSubjectId.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class akka.protobuf.GeneratedMessage