-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,com.ticketmaster.secureentrypoc.domain.ret.protobuf.PBAssertionOrBuilder,java.io.Serializable
public final class PBAssertion extends GeneratedMessageV3 implements PBAssertionOrBuilder
Protobuf type
{@code PBAssertion}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPBAssertion.BuilderProtobuf type
{@code PBAssertion}
-
Field Summary
Fields Modifier and Type Field Description public final static intFORMAT_FIELD_NUMBERpublic final static intSIGNATURE_FIELD_NUMBERpublic final static intAUTHDATA_FIELD_NUMBERpublic final static intCLIENTDATAJSONHASH_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()ByteStringgetFormat()bytes format = 1;ByteStringgetSignature()bytes signature = 2;ByteStringgetAuthData()bytes authData = 3;ByteStringgetClientDataJsonHash()bytes clientDataJsonHash = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PBAssertionparseFrom(ByteBuffer data)static PBAssertionparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PBAssertionparseFrom(ByteString data)static PBAssertionparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PBAssertionparseFrom(Array<byte> data)static PBAssertionparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PBAssertionparseFrom(InputStream input)static PBAssertionparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PBAssertionparseDelimitedFrom(InputStream input)static PBAssertionparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PBAssertionparseFrom(CodedInputStream input)static PBAssertionparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PBAssertion.BuildernewBuilderForType()static PBAssertion.BuildernewBuilder()static PBAssertion.BuildernewBuilder(PBAssertion prototype)PBAssertion.BuildertoBuilder()static PBAssertiongetDefaultInstance()static Parser<PBAssertion>parser()Parser<PBAssertion>getParserForType()PBAssertiongetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getParserForType, getRepeatedField, getRepeatedFieldCount, getSerializedSize, getUnknownFields, hasField, hasOneof, isInitialized, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getFormat
ByteString getFormat()
bytes format = 1;
-
getSignature
ByteString getSignature()
bytes signature = 2;
-
getAuthData
ByteString getAuthData()
bytes authData = 3;
-
getClientDataJsonHash
ByteString getClientDataJsonHash()
bytes clientDataJsonHash = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PBAssertion parseFrom(ByteBuffer data)
-
parseFrom
static PBAssertion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PBAssertion parseFrom(ByteString data)
-
parseFrom
static PBAssertion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PBAssertion parseFrom(Array<byte> data)
-
parseFrom
static PBAssertion parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PBAssertion parseFrom(InputStream input)
-
parseFrom
static PBAssertion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PBAssertion parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PBAssertion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PBAssertion parseFrom(CodedInputStream input)
-
parseFrom
static PBAssertion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PBAssertion.Builder newBuilderForType()
-
newBuilder
static PBAssertion.Builder newBuilder()
-
newBuilder
static PBAssertion.Builder newBuilder(PBAssertion prototype)
-
toBuilder
PBAssertion.Builder toBuilder()
-
getDefaultInstance
static PBAssertion getDefaultInstance()
-
parser
static Parser<PBAssertion> parser()
-
getParserForType
Parser<PBAssertion> getParserForType()
-
getDefaultInstanceForType
PBAssertion getDefaultInstanceForType()
-
-
-
-