public static final class Protos.PaymentRequest extends com.google.protobuf.GeneratedMessageLite<Protos.PaymentRequest,Protos.PaymentRequest.Builder> implements Protos.PaymentRequestOrBuilder
payments.PaymentRequest
Modifier and Type | Class and Description |
---|---|
static class |
Protos.PaymentRequest.Builder
Protobuf type
payments.PaymentRequest |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
Modifier and Type | Field and Description |
---|---|
static int |
PAYMENT_DETAILS_VERSION_FIELD_NUMBER |
static int |
PKI_DATA_FIELD_NUMBER |
static int |
PKI_TYPE_FIELD_NUMBER |
static int |
SERIALIZED_PAYMENT_DETAILS_FIELD_NUMBER |
static int |
SIGNATURE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
static Protos.PaymentRequest |
getDefaultInstance() |
int |
getPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1]; |
com.google.protobuf.ByteString |
getPkiData()
depends on pki_type
|
java.lang.String |
getPkiType()
none / x509+sha256 / x509+sha1
|
com.google.protobuf.ByteString |
getPkiTypeBytes()
none / x509+sha256 / x509+sha1
|
com.google.protobuf.ByteString |
getSerializedPaymentDetails()
PaymentDetails
|
com.google.protobuf.ByteString |
getSignature()
pki-dependent signature
|
boolean |
hasPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1]; |
boolean |
hasPkiData()
depends on pki_type
|
boolean |
hasPkiType()
none / x509+sha256 / x509+sha1
|
boolean |
hasSerializedPaymentDetails()
PaymentDetails
|
boolean |
hasSignature()
pki-dependent signature
|
static Protos.PaymentRequest.Builder |
newBuilder() |
static Protos.PaymentRequest.Builder |
newBuilder(Protos.PaymentRequest prototype) |
static Protos.PaymentRequest |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.PaymentRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentRequest |
parseFrom(byte[] data) |
static Protos.PaymentRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentRequest |
parseFrom(java.nio.ByteBuffer data) |
static Protos.PaymentRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.PaymentRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.PaymentRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PaymentRequest |
parseFrom(java.io.InputStream input) |
static Protos.PaymentRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Protos.PaymentRequest> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int PAYMENT_DETAILS_VERSION_FIELD_NUMBER
public static final int PKI_TYPE_FIELD_NUMBER
public static final int PKI_DATA_FIELD_NUMBER
public static final int SERIALIZED_PAYMENT_DETAILS_FIELD_NUMBER
public static final int SIGNATURE_FIELD_NUMBER
public boolean hasPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1];
hasPaymentDetailsVersion
in interface Protos.PaymentRequestOrBuilder
public int getPaymentDetailsVersion()
optional uint32 payment_details_version = 1 [default = 1];
getPaymentDetailsVersion
in interface Protos.PaymentRequestOrBuilder
public boolean hasPkiType()
none / x509+sha256 / x509+sha1
optional string pki_type = 2 [default = "none"];
hasPkiType
in interface Protos.PaymentRequestOrBuilder
public java.lang.String getPkiType()
none / x509+sha256 / x509+sha1
optional string pki_type = 2 [default = "none"];
getPkiType
in interface Protos.PaymentRequestOrBuilder
public com.google.protobuf.ByteString getPkiTypeBytes()
none / x509+sha256 / x509+sha1
optional string pki_type = 2 [default = "none"];
getPkiTypeBytes
in interface Protos.PaymentRequestOrBuilder
public boolean hasPkiData()
depends on pki_type
optional bytes pki_data = 3;
hasPkiData
in interface Protos.PaymentRequestOrBuilder
public com.google.protobuf.ByteString getPkiData()
depends on pki_type
optional bytes pki_data = 3;
getPkiData
in interface Protos.PaymentRequestOrBuilder
public boolean hasSerializedPaymentDetails()
PaymentDetails
required bytes serialized_payment_details = 4;
hasSerializedPaymentDetails
in interface Protos.PaymentRequestOrBuilder
public com.google.protobuf.ByteString getSerializedPaymentDetails()
PaymentDetails
required bytes serialized_payment_details = 4;
getSerializedPaymentDetails
in interface Protos.PaymentRequestOrBuilder
public boolean hasSignature()
pki-dependent signature
optional bytes signature = 5;
hasSignature
in interface Protos.PaymentRequestOrBuilder
public com.google.protobuf.ByteString getSignature()
pki-dependent signature
optional bytes signature = 5;
getSignature
in interface Protos.PaymentRequestOrBuilder
public static Protos.PaymentRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PaymentRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PaymentRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PaymentRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PaymentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PaymentRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PaymentRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.PaymentRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.PaymentRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.PaymentRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.PaymentRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.PaymentRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.PaymentRequest.Builder newBuilder()
public static Protos.PaymentRequest.Builder newBuilder(Protos.PaymentRequest prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<Protos.PaymentRequest,Protos.PaymentRequest.Builder>
public static Protos.PaymentRequest getDefaultInstance()
public static com.google.protobuf.Parser<Protos.PaymentRequest> parser()