public static interface FraudSignals.CardSignalsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FraudSignals.CardSignals.CardLabel |
getCardLabels(int index)
Output only.
|
int |
getCardLabelsCount()
Output only.
|
List<FraudSignals.CardSignals.CardLabel> |
getCardLabelsList()
Output only.
|
int |
getCardLabelsValue(int index)
Output only.
|
List<Integer> |
getCardLabelsValueList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
index - The index of the element to return.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];
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];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.