Interface AccountDefenderAssessmentOrBuilder (3.38.0)

public interface AccountDefenderAssessmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabels(int index)

public abstract AccountDefenderAssessment.AccountDefenderLabel getLabels(int index)

Labels for this request.

repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
AccountDefenderAssessment.AccountDefenderLabel

The labels at the given index.

getLabelsCount()

public abstract int getLabelsCount()

Labels for this request.

repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;

Returns
TypeDescription
int

The count of labels.

getLabelsList()

public abstract List<AccountDefenderAssessment.AccountDefenderLabel> getLabelsList()

Labels for this request.

repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;

Returns
TypeDescription
List<AccountDefenderLabel>

A list containing the labels.

getLabelsValue(int index)

public abstract int getLabelsValue(int index)

Labels for this request.

repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;

Returns
TypeDescription
List<Integer>

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