public static final class RuntimeConfig.VertexAISearchRuntimeConfig.Builder extends GeneratedMessageV3.Builder<RuntimeConfig.VertexAISearchRuntimeConfig.Builder> implements RuntimeConfig.VertexAISearchRuntimeConfigOrBuilder
Protobuf type
google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig
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 RuntimeConfig.VertexAISearchRuntimeConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig build()
public RuntimeConfig.VertexAISearchRuntimeConfig buildPartial()
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder clear()
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder clearAppId()
Vertex AI Search App ID. This is used to construct the search request. By
setting this app_id, API will construct the serving config which is
required to call search API for the user.
The app_id and serving_config_name cannot both be empty at the same time.
string app_id = 2;
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder clearServingConfigName()
Deprecated. google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name
is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346
[Deprecated] Please use app_id instead.
Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
string serving_config_name = 1 [deprecated = true];
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder clone()
Overrides
Vertex AI Search App ID. This is used to construct the search request. By
setting this app_id, API will construct the serving config which is
required to call search API for the user.
The app_id and serving_config_name cannot both be empty at the same time.
string app_id = 2;
Returns |
Type |
Description |
String |
The appId.
|
public ByteString getAppIdBytes()
Vertex AI Search App ID. This is used to construct the search request. By
setting this app_id, API will construct the serving config which is
required to call search API for the user.
The app_id and serving_config_name cannot both be empty at the same time.
string app_id = 2;
Returns |
Type |
Description |
ByteString |
The bytes for appId.
|
public RuntimeConfig.VertexAISearchRuntimeConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getServingConfigName()
Deprecated. google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name
is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346
[Deprecated] Please use app_id instead.
Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
string serving_config_name = 1 [deprecated = true];
Returns |
Type |
Description |
String |
The servingConfigName.
|
public ByteString getServingConfigNameBytes()
Deprecated. google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name
is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346
[Deprecated] Please use app_id instead.
Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
string serving_config_name = 1 [deprecated = true];
Returns |
Type |
Description |
ByteString |
The bytes for servingConfigName.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder mergeFrom(RuntimeConfig.VertexAISearchRuntimeConfig other)
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final RuntimeConfig.VertexAISearchRuntimeConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder setAppId(String value)
Vertex AI Search App ID. This is used to construct the search request. By
setting this app_id, API will construct the serving config which is
required to call search API for the user.
The app_id and serving_config_name cannot both be empty at the same time.
string app_id = 2;
Parameter |
Name |
Description |
value |
String
The appId to set.
|
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder setAppIdBytes(ByteString value)
Vertex AI Search App ID. This is used to construct the search request. By
setting this app_id, API will construct the serving config which is
required to call search API for the user.
The app_id and serving_config_name cannot both be empty at the same time.
string app_id = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for appId to set.
|
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder setServingConfigName(String value)
Deprecated. google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name
is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346
[Deprecated] Please use app_id instead.
Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
string serving_config_name = 1 [deprecated = true];
Parameter |
Name |
Description |
value |
String
The servingConfigName to set.
|
public RuntimeConfig.VertexAISearchRuntimeConfig.Builder setServingConfigNameBytes(ByteString value)
Deprecated. google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name
is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346
[Deprecated] Please use app_id instead.
Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
string serving_config_name = 1 [deprecated = true];
Parameter |
Name |
Description |
value |
ByteString
The bytes for servingConfigName to set.
|
public final RuntimeConfig.VertexAISearchRuntimeConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides