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