Class EnterpriseWebSearch (3.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.77.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  EnterpriseWebSearch   extends   GeneratedMessageV3   implements   EnterpriseWebSearchOrBuilder  
   Tool to search public web data, powered by Vertex AI Search and Sec4
 compliance.
 Protobuf type google.cloud.aiplatform.v1.EnterpriseWebSearch
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   BLOCKING_CONFIDENCE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  EXCLUDE_DOMAINS_FIELD_NUMBER 
  
    
public   static   final   int   EXCLUDE_DOMAINS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   EnterpriseWebSearch   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   EnterpriseWebSearch . Builder   newBuilder ()  
  
  
    
public   static   EnterpriseWebSearch . Builder   newBuilder ( EnterpriseWebSearch   prototype )  
  
  
  
    
public   static   EnterpriseWebSearch   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   EnterpriseWebSearch   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<EnterpriseWebSearch>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   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];
 
    
public   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  
      
        Type Description  
      
        int The enum numeric value on the wire for blockingConfidence.
 
     
  
  
    
public   EnterpriseWebSearch   getDefaultInstanceForType ()  
  
  getExcludeDomains(int index) 
  
    
public   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];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The excludeDomains at the given index.
 
     
  
  getExcludeDomainsBytes(int index) 
  
    
public   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];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the excludeDomains at the given index.
 
     
  
  getExcludeDomainsCount() 
  
    
public   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  
      
        Type Description  
      
        int The count of excludeDomains.
 
     
  
  getExcludeDomainsList() 
  
    
public   ProtocolStringList   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];
    
public   Parser<EnterpriseWebSearch>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   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  
      
        Type Description  
      
        boolean Whether the blockingConfidence field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   EnterpriseWebSearch . Builder   newBuilderForType ()  
  
  
    
protected   EnterpriseWebSearch . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   EnterpriseWebSearch . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]