public static final class TransactionData.GatewayInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder> implements TransactionData.GatewayInfoOrBuilder
Details about the transaction from the gateway.Protobuf type
google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo| Modifier and Type | Method and Description |
|---|---|
TransactionData.GatewayInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionData.GatewayInfo |
build() |
TransactionData.GatewayInfo |
buildPartial() |
TransactionData.GatewayInfo.Builder |
clear() |
TransactionData.GatewayInfo.Builder |
clearAvsResponseCode()
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
TransactionData.GatewayInfo.Builder |
clearCvvResponseCode()
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
TransactionData.GatewayInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionData.GatewayInfo.Builder |
clearGatewayResponseCode()
Gateway response code describing the state of the transaction.
|
TransactionData.GatewayInfo.Builder |
clearName()
Name of the gateway service (for example, stripe, square, paypal).
|
TransactionData.GatewayInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionData.GatewayInfo.Builder |
clone() |
String |
getAvsResponseCode()
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
com.google.protobuf.ByteString |
getAvsResponseCodeBytes()
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
String |
getCvvResponseCode()
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
com.google.protobuf.ByteString |
getCvvResponseCodeBytes()
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
TransactionData.GatewayInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getGatewayResponseCode()
Gateway response code describing the state of the transaction.
|
com.google.protobuf.ByteString |
getGatewayResponseCodeBytes()
Gateway response code describing the state of the transaction.
|
String |
getName()
Name of the gateway service (for example, stripe, square, paypal).
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the gateway service (for example, stripe, square, paypal).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransactionData.GatewayInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionData.GatewayInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransactionData.GatewayInfo.Builder |
mergeFrom(TransactionData.GatewayInfo other) |
TransactionData.GatewayInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionData.GatewayInfo.Builder |
setAvsResponseCode(String value)
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
TransactionData.GatewayInfo.Builder |
setAvsResponseCodeBytes(com.google.protobuf.ByteString value)
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
TransactionData.GatewayInfo.Builder |
setCvvResponseCode(String value)
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
TransactionData.GatewayInfo.Builder |
setCvvResponseCodeBytes(com.google.protobuf.ByteString value)
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
TransactionData.GatewayInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionData.GatewayInfo.Builder |
setGatewayResponseCode(String value)
Gateway response code describing the state of the transaction.
|
TransactionData.GatewayInfo.Builder |
setGatewayResponseCodeBytes(com.google.protobuf.ByteString value)
Gateway response code describing the state of the transaction.
|
TransactionData.GatewayInfo.Builder |
setName(String value)
Name of the gateway service (for example, stripe, square, paypal).
|
TransactionData.GatewayInfo.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name of the gateway service (for example, stripe, square, paypal).
|
TransactionData.GatewayInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionData.GatewayInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransactionData.GatewayInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransactionData.GatewayInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransactionData.GatewayInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder mergeFrom(TransactionData.GatewayInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public TransactionData.GatewayInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionData.GatewayInfo.Builder>IOExceptionpublic String getName()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;getName in interface TransactionData.GatewayInfoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;getNameBytes in interface TransactionData.GatewayInfoOrBuilderpublic TransactionData.GatewayInfo.Builder setName(String value)
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;value - The name to set.public TransactionData.GatewayInfo.Builder clearName()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;public TransactionData.GatewayInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;value - The bytes for name to set.public String getGatewayResponseCode()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;getGatewayResponseCode in interface TransactionData.GatewayInfoOrBuilderpublic com.google.protobuf.ByteString getGatewayResponseCodeBytes()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;getGatewayResponseCodeBytes in interface TransactionData.GatewayInfoOrBuilderpublic TransactionData.GatewayInfo.Builder setGatewayResponseCode(String value)
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;value - The gatewayResponseCode to set.public TransactionData.GatewayInfo.Builder clearGatewayResponseCode()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;public TransactionData.GatewayInfo.Builder setGatewayResponseCodeBytes(com.google.protobuf.ByteString value)
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;value - The bytes for gatewayResponseCode to set.public String getAvsResponseCode()
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;getAvsResponseCode in interface TransactionData.GatewayInfoOrBuilderpublic com.google.protobuf.ByteString getAvsResponseCodeBytes()
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;getAvsResponseCodeBytes in interface TransactionData.GatewayInfoOrBuilderpublic TransactionData.GatewayInfo.Builder setAvsResponseCode(String value)
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;value - The avsResponseCode to set.public TransactionData.GatewayInfo.Builder clearAvsResponseCode()
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;public TransactionData.GatewayInfo.Builder setAvsResponseCodeBytes(com.google.protobuf.ByteString value)
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;value - The bytes for avsResponseCode to set.public String getCvvResponseCode()
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;getCvvResponseCode in interface TransactionData.GatewayInfoOrBuilderpublic com.google.protobuf.ByteString getCvvResponseCodeBytes()
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;getCvvResponseCodeBytes in interface TransactionData.GatewayInfoOrBuilderpublic TransactionData.GatewayInfo.Builder setCvvResponseCode(String value)
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;value - The cvvResponseCode to set.public TransactionData.GatewayInfo.Builder clearCvvResponseCode()
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;public TransactionData.GatewayInfo.Builder setCvvResponseCodeBytes(com.google.protobuf.ByteString value)
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;value - The bytes for cvvResponseCode to set.public final TransactionData.GatewayInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>public final TransactionData.GatewayInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder>Copyright © 2023 Google LLC. All rights reserved.