public final class ListenForPaymentData extends com.google.protobuf.GeneratedMessage implements ListenForPaymentDataOrBuilder
ListenForPaymentData
+ This request asks for payment data from any payment peripheral, such as a magstripe reader. +
| Modifier and Type | Class and Description |
|---|---|
static class |
ListenForPaymentData.Builder
Protobuf type
ListenForPaymentData |
static class |
ListenForPaymentData.Data
Protobuf type
ListenForPaymentData.Data |
static interface |
ListenForPaymentData.DataOrBuilder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_FIELD_NUMBER |
static int |
META_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
ListenForPaymentData.Data |
getData()
required .ListenForPaymentData.Data data = 2; |
ListenForPaymentData.DataOrBuilder |
getDataOrBuilder()
required .ListenForPaymentData.Data data = 2; |
static ListenForPaymentData |
getDefaultInstance() |
ListenForPaymentData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RequestMeta |
getMeta()
required .RequestMeta meta = 1; |
RequestMetaOrBuilder |
getMetaOrBuilder()
required .RequestMeta meta = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasData()
required .ListenForPaymentData.Data data = 2; |
boolean |
hasMeta()
required .RequestMeta meta = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListenForPaymentData.Builder |
newBuilder() |
static ListenForPaymentData.Builder |
newBuilder(ListenForPaymentData prototype) |
ListenForPaymentData.Builder |
newBuilderForType() |
protected ListenForPaymentData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ListenForPaymentData |
parseDelimitedFrom(java.io.InputStream input) |
static ListenForPaymentData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentData |
parseFrom(com.google.protobuf.ByteString data) |
static ListenForPaymentData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListenForPaymentData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListenForPaymentData.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int META_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static ListenForPaymentData getDefaultInstance()
public ListenForPaymentData getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasMeta()
required .RequestMeta meta = 1;hasMeta in interface ListenForPaymentDataOrBuilderpublic RequestMeta getMeta()
required .RequestMeta meta = 1;getMeta in interface ListenForPaymentDataOrBuilderpublic RequestMetaOrBuilder getMetaOrBuilder()
required .RequestMeta meta = 1;getMetaOrBuilder in interface ListenForPaymentDataOrBuilderpublic boolean hasData()
required .ListenForPaymentData.Data data = 2;hasData in interface ListenForPaymentDataOrBuilderpublic ListenForPaymentData.Data getData()
required .ListenForPaymentData.Data data = 2;getData in interface ListenForPaymentDataOrBuilderpublic ListenForPaymentData.DataOrBuilder getDataOrBuilder()
required .ListenForPaymentData.Data data = 2;getDataOrBuilder in interface ListenForPaymentDataOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static ListenForPaymentData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenForPaymentData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenForPaymentData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenForPaymentData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentData.Builder newBuilder()
public ListenForPaymentData.Builder newBuilderForType()
public static ListenForPaymentData.Builder newBuilder(ListenForPaymentData prototype)
public ListenForPaymentData.Builder toBuilder()
protected ListenForPaymentData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)