Send feedback
Class RuntimeConfig.VertexAISearchRuntimeConfig (3.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.52.0 keyboard_arrow_down
public static final class RuntimeConfig . VertexAISearchRuntimeConfig extends GeneratedMessageV3 implements RuntimeConfig . VertexAISearchRuntimeConfigOrBuilder
Protobuf type google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig
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 ENGINE_ID_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SERVING_CONFIG_NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static RuntimeConfig . VertexAISearchRuntimeConfig getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static RuntimeConfig . VertexAISearchRuntimeConfig . Builder newBuilder ()
public static RuntimeConfig . VertexAISearchRuntimeConfig . Builder newBuilder ( RuntimeConfig . VertexAISearchRuntimeConfig prototype )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseDelimitedFrom ( InputStream input )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( ByteString data )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( CodedInputStream input )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( InputStream input )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( ByteBuffer data )
public static RuntimeConfig . VertexAISearchRuntimeConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<RuntimeConfig . VertexAISearchRuntimeConfig > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public RuntimeConfig . VertexAISearchRuntimeConfig getDefaultInstanceForType ()
public String getEngineId ()
Optional. Vertex AI Search engine ID. This is used to construct the
search request. By setting this engine_id, API will construct the serving
config using the default value to call search API for the user. The
engine_id and serving_config_name cannot both be empty at the same time.
string engine_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The engineId.
public ByteString getEngineIdBytes ()
Optional. Vertex AI Search engine ID. This is used to construct the
search request. By setting this engine_id, API will construct the serving
config using the default value to call search API for the user. The
engine_id and serving_config_name cannot both be empty at the same time.
string engine_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for engineId.
public Parser<RuntimeConfig . VertexAISearchRuntimeConfig > getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public String getServingConfigName ()
Optional. Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
string serving_config_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The servingConfigName.
public ByteString getServingConfigNameBytes ()
Optional. Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
string serving_config_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for servingConfigName.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public RuntimeConfig . VertexAISearchRuntimeConfig . Builder newBuilderForType ()
protected RuntimeConfig . VertexAISearchRuntimeConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public RuntimeConfig . VertexAISearchRuntimeConfig . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
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-01-27 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-01-27 UTC."],[],[]]