- 3.64.0 (latest)
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class ReasoningEngineSpec.Builder extends GeneratedMessageV3.Builder<ReasoningEngineSpec.Builder> implements ReasoningEngineSpecOrBuilder
ReasoningEngine configurations
Protobuf type google.cloud.aiplatform.v1.ReasoningEngineSpec
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReasoningEngineSpec.BuilderImplements
ReasoningEngineSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllClassMethods(Iterable<? extends Struct> values)
public ReasoningEngineSpec.Builder addAllClassMethods(Iterable<? extends Struct> values)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.protobuf.Struct> |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
addClassMethods(Struct value)
public ReasoningEngineSpec.Builder addClassMethods(Struct value)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Struct |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
addClassMethods(Struct.Builder builderForValue)
public ReasoningEngineSpec.Builder addClassMethods(Struct.Builder builderForValue)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
addClassMethods(int index, Struct value)
public ReasoningEngineSpec.Builder addClassMethods(int index, Struct value)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Struct |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
addClassMethods(int index, Struct.Builder builderForValue)
public ReasoningEngineSpec.Builder addClassMethods(int index, Struct.Builder builderForValue)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
addClassMethodsBuilder()
public Struct.Builder addClassMethodsBuilder()
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Builder |
addClassMethodsBuilder(int index)
public Struct.Builder addClassMethodsBuilder(int index)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReasoningEngineSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
build()
public ReasoningEngineSpec build()
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec |
buildPartial()
public ReasoningEngineSpec buildPartial()
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec |
clear()
public ReasoningEngineSpec.Builder clear()
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
clearAgentFramework()
public ReasoningEngineSpec.Builder clearAgentFramework()
Optional. The OSS agent framework used to develop the agent. Currently supported values: "langchain", "langgraph", "ag2", "custom".
string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
This builder for chaining. |
clearClassMethods()
public ReasoningEngineSpec.Builder clearClassMethods()
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
clearDeploymentSpec()
public ReasoningEngineSpec.Builder clearDeploymentSpec()
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
clearField(Descriptors.FieldDescriptor field)
public ReasoningEngineSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReasoningEngineSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
clearPackageSpec()
public ReasoningEngineSpec.Builder clearPackageSpec()
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
clone()
public ReasoningEngineSpec.Builder clone()
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
getAgentFramework()
public String getAgentFramework()
Optional. The OSS agent framework used to develop the agent. Currently supported values: "langchain", "langgraph", "ag2", "custom".
string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The agentFramework. |
getAgentFrameworkBytes()
public ByteString getAgentFrameworkBytes()
Optional. The OSS agent framework used to develop the agent. Currently supported values: "langchain", "langgraph", "ag2", "custom".
string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for agentFramework. |
getClassMethods(int index)
public Struct getClassMethods(int index)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Struct |
getClassMethodsBuilder(int index)
public Struct.Builder getClassMethodsBuilder(int index)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Builder |
getClassMethodsBuilderList()
public List<Struct.Builder> getClassMethodsBuilderList()
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Builder> |
getClassMethodsCount()
public int getClassMethodsCount()
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getClassMethodsList()
public List<Struct> getClassMethodsList()
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Struct> |
getClassMethodsOrBuilder(int index)
public StructOrBuilder getClassMethodsOrBuilder(int index)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StructOrBuilder |
getClassMethodsOrBuilderList()
public List<? extends StructOrBuilder> getClassMethodsOrBuilderList()
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.protobuf.StructOrBuilder> |
getDefaultInstanceForType()
public ReasoningEngineSpec getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec |
getDeploymentSpec()
public ReasoningEngineSpec.DeploymentSpec getDeploymentSpec()
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.DeploymentSpec |
The deploymentSpec. |
getDeploymentSpecBuilder()
public ReasoningEngineSpec.DeploymentSpec.Builder getDeploymentSpecBuilder()
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.DeploymentSpec.Builder |
getDeploymentSpecOrBuilder()
public ReasoningEngineSpec.DeploymentSpecOrBuilder getDeploymentSpecOrBuilder()
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.DeploymentSpecOrBuilder |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getPackageSpec()
public ReasoningEngineSpec.PackageSpec getPackageSpec()
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.PackageSpec |
The packageSpec. |
getPackageSpecBuilder()
public ReasoningEngineSpec.PackageSpec.Builder getPackageSpecBuilder()
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
getPackageSpecOrBuilder()
public ReasoningEngineSpec.PackageSpecOrBuilder getPackageSpecOrBuilder()
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.PackageSpecOrBuilder |
hasDeploymentSpec()
public boolean hasDeploymentSpec()
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the deploymentSpec field is set. |
hasPackageSpec()
public boolean hasPackageSpec()
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the packageSpec field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeDeploymentSpec(ReasoningEngineSpec.DeploymentSpec value)
public ReasoningEngineSpec.Builder mergeDeploymentSpec(ReasoningEngineSpec.DeploymentSpec value)
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ReasoningEngineSpec.DeploymentSpec |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
mergeFrom(ReasoningEngineSpec other)
public ReasoningEngineSpec.Builder mergeFrom(ReasoningEngineSpec other)
Parameter | |
---|---|
Name | Description |
other |
ReasoningEngineSpec |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReasoningEngineSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ReasoningEngineSpec.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
mergePackageSpec(ReasoningEngineSpec.PackageSpec value)
public ReasoningEngineSpec.Builder mergePackageSpec(ReasoningEngineSpec.PackageSpec value)
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ReasoningEngineSpec.PackageSpec |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReasoningEngineSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
removeClassMethods(int index)
public ReasoningEngineSpec.Builder removeClassMethods(int index)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setAgentFramework(String value)
public ReasoningEngineSpec.Builder setAgentFramework(String value)
Optional. The OSS agent framework used to develop the agent. Currently supported values: "langchain", "langgraph", "ag2", "custom".
string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The agentFramework to set. |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
This builder for chaining. |
setAgentFrameworkBytes(ByteString value)
public ReasoningEngineSpec.Builder setAgentFrameworkBytes(ByteString value)
Optional. The OSS agent framework used to develop the agent. Currently supported values: "langchain", "langgraph", "ag2", "custom".
string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for agentFramework to set. |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
This builder for chaining. |
setClassMethods(int index, Struct value)
public ReasoningEngineSpec.Builder setClassMethods(int index, Struct value)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Struct |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setClassMethods(int index, Struct.Builder builderForValue)
public ReasoningEngineSpec.Builder setClassMethods(int index, Struct.Builder builderForValue)
Optional. Declarations for object class methods in OpenAPI specification format.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setDeploymentSpec(ReasoningEngineSpec.DeploymentSpec value)
public ReasoningEngineSpec.Builder setDeploymentSpec(ReasoningEngineSpec.DeploymentSpec value)
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ReasoningEngineSpec.DeploymentSpec |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setDeploymentSpec(ReasoningEngineSpec.DeploymentSpec.Builder builderForValue)
public ReasoningEngineSpec.Builder setDeploymentSpec(ReasoningEngineSpec.DeploymentSpec.Builder builderForValue)
Optional. The specification of a Reasoning Engine deployment.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
ReasoningEngineSpec.DeploymentSpec.Builder |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ReasoningEngineSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setPackageSpec(ReasoningEngineSpec.PackageSpec value)
public ReasoningEngineSpec.Builder setPackageSpec(ReasoningEngineSpec.PackageSpec value)
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ReasoningEngineSpec.PackageSpec |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setPackageSpec(ReasoningEngineSpec.PackageSpec.Builder builderForValue)
public ReasoningEngineSpec.Builder setPackageSpec(ReasoningEngineSpec.PackageSpec.Builder builderForValue)
Optional. User provided package spec of the ReasoningEngine.
Ignored when users directly specify a deployment image through
deployment_spec.first_party_image_override
, but keeping the
field_behavior to avoid introducing breaking changes.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
ReasoningEngineSpec.PackageSpec.Builder |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReasoningEngineSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReasoningEngineSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ReasoningEngineSpec.Builder |