Send feedback
Class RetrievalConfig.Builder (3.58.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class RetrievalConfig . Builder extends GeneratedMessageV3 . Builder<RetrievalConfig . Builder > implements RetrievalConfigOrBuilder
Retrieval config.
Protobuf type google.cloud.aiplatform.v1.RetrievalConfig
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
public static final Descriptors . Descriptor getDescriptor ()
Methods
public RetrievalConfig . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public RetrievalConfig build ()
public RetrievalConfig buildPartial ()
public RetrievalConfig . Builder clear ()
Overrides
public RetrievalConfig . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public RetrievalConfig . Builder clearLanguageCode ()
The language code of the user.
optional string language_code = 2;
public RetrievalConfig . Builder clearLatLng ()
The location of the user.
optional .google.type.LatLng lat_lng = 1;
public RetrievalConfig . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public RetrievalConfig . Builder clone ()
Overrides
public RetrievalConfig getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
public String getLanguageCode ()
The language code of the user.
optional string language_code = 2;
Returns
Type
Description
String
The languageCode.
public ByteString getLanguageCodeBytes ()
The language code of the user.
optional string language_code = 2;
Returns
Type
Description
ByteString
The bytes for languageCode.
public LatLng getLatLng ()
The location of the user.
optional .google.type.LatLng lat_lng = 1;
Returns
Type
Description
com.google.type.LatLng
The latLng.
public LatLng . Builder getLatLngBuilder ()
The location of the user.
optional .google.type.LatLng lat_lng = 1;
Returns
Type
Description
com.google.type.LatLng.Builder
public LatLngOrBuilder getLatLngOrBuilder ()
The location of the user.
optional .google.type.LatLng lat_lng = 1;
Returns
Type
Description
com.google.type.LatLngOrBuilder
public boolean hasLanguageCode ()
The language code of the user.
optional string language_code = 2;
Returns
Type
Description
boolean
Whether the languageCode field is set.
public boolean hasLatLng ()
The location of the user.
optional .google.type.LatLng lat_lng = 1;
Returns
Type
Description
boolean
Whether the latLng field is set.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public RetrievalConfig . Builder mergeFrom ( RetrievalConfig other )
public RetrievalConfig . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public RetrievalConfig . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public RetrievalConfig . Builder mergeLatLng ( LatLng value )
The location of the user.
optional .google.type.LatLng lat_lng = 1;
Parameter
Name
Description
value
com.google.type.LatLng
public final RetrievalConfig . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public RetrievalConfig . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public RetrievalConfig . Builder setLanguageCode ( String value )
The language code of the user.
optional string language_code = 2;
Parameter
Name
Description
value
String
The languageCode to set.
public RetrievalConfig . Builder setLanguageCodeBytes ( ByteString value )
The language code of the user.
optional string language_code = 2;
Parameter
Name
Description
value
ByteString
The bytes for languageCode to set.
public RetrievalConfig . Builder setLatLng ( LatLng value )
The location of the user.
optional .google.type.LatLng lat_lng = 1;
Parameter
Name
Description
value
com.google.type.LatLng
public RetrievalConfig . Builder setLatLng ( LatLng . Builder builderForValue )
The location of the user.
optional .google.type.LatLng lat_lng = 1;
Parameter
Name
Description
builderForValue
com.google.type.LatLng.Builder
public RetrievalConfig . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public final RetrievalConfig . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
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-02-05 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-05 UTC."],[],[]]