Interface FraudSignals.CardSignalsOrBuilder (3.39.0)

public static interface FraudSignals.CardSignalsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCardLabels(int index)

public abstract FraudSignals.CardSignals.CardLabel getCardLabels(int index)

Output only. The labels for the payment card in this transaction.

repeated .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel card_labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
FraudSignals.CardSignals.CardLabel

The cardLabels at the given index.

getCardLabelsCount()

public abstract int getCardLabelsCount()

Output only. The labels for the payment card in this transaction.

repeated .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel card_labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of cardLabels.

getCardLabelsList()

public abstract List<FraudSignals.CardSignals.CardLabel> getCardLabelsList()

Output only. The labels for the payment card in this transaction.

repeated .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel card_labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<CardLabel>

A list containing the cardLabels.

getCardLabelsValue(int index)

public abstract int getCardLabelsValue(int index)

Output only. The labels for the payment card in this transaction.

repeated .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel card_labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of cardLabels at the given index.

getCardLabelsValueList()

public abstract List<Integer> getCardLabelsValueList()

Output only. The labels for the payment card in this transaction.

repeated .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel card_labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for cardLabels.