-
- All Implemented Interfaces:
-
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,com.ticketmaster.secureentrypoc.domain.ret.protobuf.PBAssertionOrBuilder,java.lang.Cloneable
public final class PBAssertion.Builder extends GeneratedMessageV3.Builder<PBAssertion.Builder> implements PBAssertionOrBuilder
Protobuf type
{@code PBAssertion}
-
-
Constructor Summary
Constructors Constructor Description PBAssertion.Builder()
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()PBAssertion.Builderclear()Descriptors.DescriptorgetDescriptorForType()PBAssertiongetDefaultInstanceForType()PBAssertionbuild()PBAssertionbuildPartial()PBAssertion.Builderclone()PBAssertion.BuildersetField(Descriptors.FieldDescriptor field, Object value)PBAssertion.BuilderclearField(Descriptors.FieldDescriptor field)PBAssertion.BuilderclearOneof(Descriptors.OneofDescriptor oneof)PBAssertion.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)PBAssertion.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)PBAssertion.BuildermergeFrom(Message other)PBAssertion.BuildermergeFrom(PBAssertion other)final booleanisInitialized()PBAssertion.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ByteStringgetFormat()bytes format = 1;PBAssertion.BuildersetFormat(ByteString value)bytes format = 1;PBAssertion.BuilderclearFormat()bytes format = 1;ByteStringgetSignature()bytes signature = 2;PBAssertion.BuildersetSignature(ByteString value)bytes signature = 2;PBAssertion.BuilderclearSignature()bytes signature = 2;ByteStringgetAuthData()bytes authData = 3;PBAssertion.BuildersetAuthData(ByteString value)bytes authData = 3;PBAssertion.BuilderclearAuthData()bytes authData = 3;ByteStringgetClientDataJsonHash()bytes clientDataJsonHash = 4;PBAssertion.BuildersetClientDataJsonHash(ByteString value)bytes clientDataJsonHash = 4;PBAssertion.BuilderclearClientDataJsonHash()bytes clientDataJsonHash = 4;final PBAssertion.BuildersetUnknownFields(UnknownFieldSet unknownFields)final PBAssertion.BuildermergeUnknownFields(UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clear, clearField, clearOneof, clone, getAllFields, getDescriptorForType, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isInitialized, mergeUnknownFields, newBuilderForField, setField, setRepeatedField, setUnknownFields -
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
clear, clearOneof, clone, findInitializationErrors, getInitializationErrorString, mergeFrom, mergeUnknownFields, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class com.google.protobuf.Message.Builder
addRepeatedField, build, buildPartial, clearField, clearOneof, mergeUnknownFields, setField, setRepeatedField, setUnknownFields -
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()
-
clear
PBAssertion.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
PBAssertion getDefaultInstanceForType()
-
build
PBAssertion build()
-
buildPartial
PBAssertion buildPartial()
-
clone
PBAssertion.Builder clone()
-
setField
PBAssertion.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
PBAssertion.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
PBAssertion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
PBAssertion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
PBAssertion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
PBAssertion.Builder mergeFrom(Message other)
-
mergeFrom
PBAssertion.Builder mergeFrom(PBAssertion other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
PBAssertion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
getFormat
ByteString getFormat()
bytes format = 1;
-
setFormat
PBAssertion.Builder setFormat(ByteString value)
bytes format = 1;- Parameters:
value- The format to set.
-
clearFormat
PBAssertion.Builder clearFormat()
bytes format = 1;
-
getSignature
ByteString getSignature()
bytes signature = 2;
-
setSignature
PBAssertion.Builder setSignature(ByteString value)
bytes signature = 2;- Parameters:
value- The signature to set.
-
clearSignature
PBAssertion.Builder clearSignature()
bytes signature = 2;
-
getAuthData
ByteString getAuthData()
bytes authData = 3;
-
setAuthData
PBAssertion.Builder setAuthData(ByteString value)
bytes authData = 3;- Parameters:
value- The authData to set.
-
clearAuthData
PBAssertion.Builder clearAuthData()
bytes authData = 3;
-
getClientDataJsonHash
ByteString getClientDataJsonHash()
bytes clientDataJsonHash = 4;
-
setClientDataJsonHash
PBAssertion.Builder setClientDataJsonHash(ByteString value)
bytes clientDataJsonHash = 4;- Parameters:
value- The clientDataJsonHash to set.
-
clearClientDataJsonHash
PBAssertion.Builder clearClientDataJsonHash()
bytes clientDataJsonHash = 4;
-
setUnknownFields
final PBAssertion.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final PBAssertion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-