- 3.75.0 (latest)
 - 3.73.0
 - 3.72.0
 - 3.71.0
 - 3.70.0
 - 3.69.0
 - 3.67.0
 - 3.65.0
 - 3.64.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.54.0
 - 3.53.0
 - 3.52.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.40.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.28.0
 - 3.27.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.6.0
 - 3.5.0
 - 3.4.0
 - 3.3.0
 - 3.2.0
 - 3.1.0
 - 3.0.12
 - 2.6.1
 - 2.5.0
 - 2.4.10
 - 2.3.1
 
public static final class TransactionData.GatewayInfo.Builder extends GeneratedMessageV3.Builder<TransactionData.GatewayInfo.Builder> implements TransactionData.GatewayInfoOrBuilderDetails about the transaction from the gateway.
 Protobuf type google.cloud.recaptchaenterprise.v1.TransactionData.GatewayInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransactionData.GatewayInfo.BuilderImplements
TransactionData.GatewayInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransactionData.GatewayInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
build()
public TransactionData.GatewayInfo build()| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo | 
        |
buildPartial()
public TransactionData.GatewayInfo buildPartial()| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo | 
        |
clear()
public TransactionData.GatewayInfo.Builder clear()| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
clearAvsResponseCode()
public TransactionData.GatewayInfo.Builder clearAvsResponseCode()Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
clearCvvResponseCode()
public TransactionData.GatewayInfo.Builder clearCvvResponseCode()Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public TransactionData.GatewayInfo.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
clearGatewayResponseCode()
public TransactionData.GatewayInfo.Builder clearGatewayResponseCode()Optional. Gateway response code describing the state of the transaction.
 string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
clearName()
public TransactionData.GatewayInfo.Builder clearName()Optional. Name of the gateway service (for example, stripe, square, paypal).
 string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public TransactionData.GatewayInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
clone()
public TransactionData.GatewayInfo.Builder clone()| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
getAvsResponseCode()
public String getAvsResponseCode()Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The avsResponseCode.  | 
      
getAvsResponseCodeBytes()
public ByteString getAvsResponseCodeBytes()Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for avsResponseCode.  | 
      
getCvvResponseCode()
public String getCvvResponseCode()Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The cvvResponseCode.  | 
      
getCvvResponseCodeBytes()
public ByteString getCvvResponseCodeBytes()Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for cvvResponseCode.  | 
      
getDefaultInstanceForType()
public TransactionData.GatewayInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getGatewayResponseCode()
public String getGatewayResponseCode()Optional. Gateway response code describing the state of the transaction.
 string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The gatewayResponseCode.  | 
      
getGatewayResponseCodeBytes()
public ByteString getGatewayResponseCodeBytes()Optional. Gateway response code describing the state of the transaction.
 string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for gatewayResponseCode.  | 
      
getName()
public String getName()Optional. Name of the gateway service (for example, stripe, square, paypal).
 string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Optional. Name of the gateway service (for example, stripe, square, paypal).
 string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransactionData.GatewayInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public TransactionData.GatewayInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
mergeFrom(TransactionData.GatewayInfo other)
public TransactionData.GatewayInfo.Builder mergeFrom(TransactionData.GatewayInfo other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        TransactionData.GatewayInfo | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransactionData.GatewayInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
setAvsResponseCode(String value)
public TransactionData.GatewayInfo.Builder setAvsResponseCode(String value)Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe avsResponseCode to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setAvsResponseCodeBytes(ByteString value)
public TransactionData.GatewayInfo.Builder setAvsResponseCodeBytes(ByteString value)Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for avsResponseCode to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setCvvResponseCode(String value)
public TransactionData.GatewayInfo.Builder setCvvResponseCode(String value)Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe cvvResponseCode to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setCvvResponseCodeBytes(ByteString value)
public TransactionData.GatewayInfo.Builder setCvvResponseCodeBytes(ByteString value)Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
 string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for cvvResponseCode to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public TransactionData.GatewayInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
setGatewayResponseCode(String value)
public TransactionData.GatewayInfo.Builder setGatewayResponseCode(String value)Optional. Gateway response code describing the state of the transaction.
 string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe gatewayResponseCode to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setGatewayResponseCodeBytes(ByteString value)
public TransactionData.GatewayInfo.Builder setGatewayResponseCodeBytes(ByteString value)Optional. Gateway response code describing the state of the transaction.
 string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for gatewayResponseCode to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setName(String value)
public TransactionData.GatewayInfo.Builder setName(String value)Optional. Name of the gateway service (for example, stripe, square, paypal).
 string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public TransactionData.GatewayInfo.Builder setNameBytes(ByteString value)Optional. Name of the gateway service (for example, stripe, square, paypal).
 string name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransactionData.GatewayInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransactionData.GatewayInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
TransactionData.GatewayInfo.Builder | 
        |