Class Control.SynonymsAction.Builder (0.55.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 0.55.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Control . SynonymsAction . Builder   extends   GeneratedMessageV3 . Builder<Control . SynonymsAction . Builder >  implements   Control . SynonymsActionOrBuilder  
   
   Creates a set of terms that will act as synonyms of one another.
 Example: "happy" will also be considered as "glad", "glad" will also be
 considered as "happy".
 Protobuf type google.cloud.discoveryengine.v1beta.Control.SynonymsAction
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
  Methods
   
   
  addAllSynonyms(Iterable<String> values) 
  
    
public   Control . SynonymsAction . Builder   addAllSynonyms ( Iterable<String>   values )  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        values 
        Iterable <String >The synonyms to add.
 
       
     
  
  
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Control . SynonymsAction . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  addSynonyms(String value) 
  
    
public   Control . SynonymsAction . Builder   addSynonyms ( String   value )  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The synonyms to add.
 
       
     
  
  
   
  addSynonymsBytes(ByteString value) 
  
    
public   Control . SynonymsAction . Builder   addSynonymsBytes ( ByteString   value )  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes of the synonyms to add.
 
       
     
  
  
   
  build() 
  
    
public   Control . SynonymsAction   build ()  
   
  
   
  buildPartial() 
  
    
public   Control . SynonymsAction   buildPartial ()  
   
  
   
  clear() 
  
    
public   Control . SynonymsAction . Builder   clear ()  
   
  
  Overrides 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Control . SynonymsAction . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Control . SynonymsAction . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clearSynonyms() 
  
    
public   Control . SynonymsAction . Builder   clearSynonyms ()  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
   
  clone() 
  
    
public   Control . SynonymsAction . Builder   clone ()  
   
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   Control . SynonymsAction   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getSynonyms(int index) 
  
    
public   String   getSynonyms ( int   index )  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int The index of the element to return.
 
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The synonyms at the given index.
 
       
     
  
   
  getSynonymsBytes(int index) 
  
    
public   ByteString   getSynonymsBytes ( int   index )  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int The index of the value to return.
 
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes of the synonyms at the given index.
 
       
     
  
   
  getSynonymsCount() 
  
    
public   int   getSynonymsCount ()  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The count of synonyms.
 
       
     
  
   
  getSynonymsList() 
  
    
public   ProtocolStringList   getSynonymsList ()  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  mergeFrom(Control.SynonymsAction other) 
  
    
public   Control . SynonymsAction . Builder   mergeFrom ( Control . SynonymsAction   other )  
   
  
  
   
  
  
    
public   Control . SynonymsAction . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   Control . SynonymsAction . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Control . SynonymsAction . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Control . SynonymsAction . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Control . SynonymsAction . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setSynonyms(int index, String value) 
  
    
public   Control . SynonymsAction . Builder   setSynonyms ( int   index ,   String   value )  
   
   Defines a set of synonyms.
 Can specify up to 100 synonyms.
 Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is
 thrown.
 repeated string synonyms = 1;
 
  
    
      
        Parameters  
       
      
        Name  
        Description  
       
      
        index 
        int The index to set the value at.
 
       
      
        value 
        String The synonyms to set.
 
       
     
  
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Control . SynonymsAction . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  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-30 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-30 UTC."],[],[]]