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