Interface EnterpriseWebSearchOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EnterpriseWebSearch, EnterpriseWebSearch.Builder

@Generated public interface EnterpriseWebSearchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExcludeDomainsList

      List<String> getExcludeDomainsList()
       Optional. List of domains to be excluded from the search results.
       The default limit is 2000 domains.
       
      repeated string exclude_domains = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the excludeDomains.
    • getExcludeDomainsCount

      int getExcludeDomainsCount()
       Optional. List of domains to be excluded from the search results.
       The default limit is 2000 domains.
       
      repeated string exclude_domains = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of excludeDomains.
    • getExcludeDomains

      String getExcludeDomains(int index)
       Optional. List of domains to be excluded from the search results.
       The default limit is 2000 domains.
       
      repeated string exclude_domains = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The excludeDomains at the given index.
    • getExcludeDomainsBytes

      com.google.protobuf.ByteString getExcludeDomainsBytes(int index)
       Optional. List of domains to be excluded from the search results.
       The default limit is 2000 domains.
       
      repeated string exclude_domains = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the excludeDomains at the given index.
    • hasBlockingConfidence

      boolean hasBlockingConfidence()
       Optional. Sites with confidence level chosen & above this value will be
       blocked from the search results.
       
      optional .google.cloud.aiplatform.v1.Tool.PhishBlockThreshold blocking_confidence = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the blockingConfidence field is set.
    • getBlockingConfidenceValue

      int getBlockingConfidenceValue()
       Optional. Sites with confidence level chosen & above this value will be
       blocked from the search results.
       
      optional .google.cloud.aiplatform.v1.Tool.PhishBlockThreshold blocking_confidence = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The enum numeric value on the wire for blockingConfidence.
    • getBlockingConfidence

      Tool.PhishBlockThreshold getBlockingConfidence()
       Optional. Sites with confidence level chosen & above this value will be
       blocked from the search results.
       
      optional .google.cloud.aiplatform.v1.Tool.PhishBlockThreshold blocking_confidence = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The blockingConfidence.