public interface AccountDefenderAssessmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccountDefenderAssessment.AccountDefenderLabel |
getLabels(int index)
Output only.
|
int |
getLabelsCount()
Output only.
|
List<AccountDefenderAssessment.AccountDefenderLabel> |
getLabelsList()
Output only.
|
int |
getLabelsValue(int index)
Output only.
|
List<Integer> |
getLabelsValueList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AccountDefenderAssessment.AccountDefenderLabel> getLabelsList()
Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
index - The index of the element to return.List<Integer> getLabelsValueList()
Output only. Labels for this request.
repeated .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel labels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.