public static final class TransactionData.GatewayInfo extends GeneratedMessageV3 implements TransactionData.GatewayInfoOrBuilder
Details about the transaction from the gateway.
Protobuf type google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AVS_RESPONSE_CODE_FIELD_NUMBER
public static final int AVS_RESPONSE_CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CVV_RESPONSE_CODE_FIELD_NUMBER
public static final int CVV_RESPONSE_CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GATEWAY_RESPONSE_CODE_FIELD_NUMBER
public static final int GATEWAY_RESPONSE_CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TransactionData.GatewayInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TransactionData.GatewayInfo.Builder newBuilder()
newBuilder(TransactionData.GatewayInfo prototype)
public static TransactionData.GatewayInfo.Builder newBuilder(TransactionData.GatewayInfo prototype)
public static TransactionData.GatewayInfo parseDelimitedFrom(InputStream input)
public static TransactionData.GatewayInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TransactionData.GatewayInfo parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TransactionData.GatewayInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TransactionData.GatewayInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransactionData.GatewayInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransactionData.GatewayInfo parseFrom(CodedInputStream input)
public static TransactionData.GatewayInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TransactionData.GatewayInfo parseFrom(InputStream input)
public static TransactionData.GatewayInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TransactionData.GatewayInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TransactionData.GatewayInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TransactionData.GatewayInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAvsResponseCode()
public String getAvsResponseCode()
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;
Returns |
Type |
Description |
String |
The avsResponseCode.
|
getAvsResponseCodeBytes()
public ByteString getAvsResponseCodeBytes()
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;
Returns |
Type |
Description |
ByteString |
The bytes for avsResponseCode.
|
getCvvResponseCode()
public String getCvvResponseCode()
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;
Returns |
Type |
Description |
String |
The cvvResponseCode.
|
getCvvResponseCodeBytes()
public ByteString getCvvResponseCodeBytes()
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;
Returns |
Type |
Description |
ByteString |
The bytes for cvvResponseCode.
|
getDefaultInstanceForType()
public TransactionData.GatewayInfo getDefaultInstanceForType()
getGatewayResponseCode()
public String getGatewayResponseCode()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;
Returns |
Type |
Description |
String |
The gatewayResponseCode.
|
getGatewayResponseCodeBytes()
public ByteString getGatewayResponseCodeBytes()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;
Returns |
Type |
Description |
ByteString |
The bytes for gatewayResponseCode.
|
getName()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<TransactionData.GatewayInfo> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TransactionData.GatewayInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TransactionData.GatewayInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TransactionData.GatewayInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides