public interface AccountDefenderAssessmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLabels(int index)
public abstract AccountDefenderAssessment.AccountDefenderLabel getLabels(int index)Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
AccountDefenderAssessment.AccountDefenderLabel |
The labels at the given index. |
getLabelsCount()
public abstract int getLabelsCount()Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of labels. |
getLabelsList()
public abstract List<AccountDefenderAssessment.AccountDefenderLabel> getLabelsList()Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<AccountDefenderLabel> |
A list containing the labels. |
getLabelsValue(int index)
public abstract int getLabelsValue(int index)Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of labels at the given index. |
getLabelsValueList()
public abstract List<Integer> getLabelsValueList()Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for labels. |