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 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.