Interface AccountDefenderAssessmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccountDefenderAssessment
,AccountDefenderAssessment.Builder
public interface AccountDefenderAssessmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountDefenderAssessment.AccountDefenderLabel
getLabels(int index)
Labels for this request.int
getLabelsCount()
Labels for this request.List<AccountDefenderAssessment.AccountDefenderLabel>
getLabelsList()
Labels for this request.int
getLabelsValue(int index)
Labels for this request.List<Integer>
getLabelsValueList()
Labels for this request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelsList
List<AccountDefenderAssessment.AccountDefenderLabel> getLabelsList()
Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- Returns:
- A list containing the labels.
-
getLabelsCount
int getLabelsCount()
Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- Returns:
- The count of labels.
-
getLabels
AccountDefenderAssessment.AccountDefenderLabel getLabels(int index)
Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The labels at the given index.
-
getLabelsValueList
List<Integer> getLabelsValueList()
Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- Returns:
- A list containing the enum numeric values on the wire for labels.
-
getLabelsValue
int getLabelsValue(int index)
Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment.AccountDefenderLabel labels = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of labels at the given index.
-
-