Class ReasoningEngineSpec.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ReasoningEngineSpec.Builder>
com.google.cloud.aiplatform.v1.ReasoningEngineSpec.Builder
All Implemented Interfaces:
ReasoningEngineSpecOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ReasoningEngineSpec

public static final class ReasoningEngineSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReasoningEngineSpec.Builder> implements ReasoningEngineSpecOrBuilder
 ReasoningEngine configurations
 
Protobuf type google.cloud.aiplatform.v1.ReasoningEngineSpec
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ReasoningEngineSpec.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ReasoningEngineSpec.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ReasoningEngineSpec.Builder>
    • getDefaultInstanceForType

      public ReasoningEngineSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ReasoningEngineSpec build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ReasoningEngineSpec buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ReasoningEngineSpec.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReasoningEngineSpec.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ReasoningEngineSpec.Builder>
    • mergeFrom

      public ReasoningEngineSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReasoningEngineSpec.Builder>
      Throws:
      IOException
    • getDeploymentSourceCase

      public ReasoningEngineSpec.DeploymentSourceCase getDeploymentSourceCase()
      Specified by:
      getDeploymentSourceCase in interface ReasoningEngineSpecOrBuilder
    • clearDeploymentSource

      public ReasoningEngineSpec.Builder clearDeploymentSource()
    • hasSourceCodeSpec

      public boolean hasSourceCodeSpec()
       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
      Specified by:
      hasSourceCodeSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      Whether the sourceCodeSpec field is set.
    • getSourceCodeSpec

      public ReasoningEngineSpec.SourceCodeSpec getSourceCodeSpec()
       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
      Specified by:
      getSourceCodeSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      The sourceCodeSpec.
    • setSourceCodeSpec

       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
    • setSourceCodeSpec

      public ReasoningEngineSpec.Builder setSourceCodeSpec(ReasoningEngineSpec.SourceCodeSpec.Builder builderForValue)
       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
    • mergeSourceCodeSpec

       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
    • clearSourceCodeSpec

      public ReasoningEngineSpec.Builder clearSourceCodeSpec()
       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
    • getSourceCodeSpecBuilder

      public ReasoningEngineSpec.SourceCodeSpec.Builder getSourceCodeSpecBuilder()
       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
    • getSourceCodeSpecOrBuilder

      public ReasoningEngineSpec.SourceCodeSpecOrBuilder getSourceCodeSpecOrBuilder()
       Deploy from source code files with a defined entrypoint.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec source_code_spec = 11;
      Specified by:
      getSourceCodeSpecOrBuilder in interface ReasoningEngineSpecOrBuilder
    • hasContainerSpec

      public boolean hasContainerSpec()
       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
      Specified by:
      hasContainerSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      Whether the containerSpec field is set.
    • getContainerSpec

      public ReasoningEngineSpec.ContainerSpec getContainerSpec()
       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
      Specified by:
      getContainerSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      The containerSpec.
    • setContainerSpec

       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
    • setContainerSpec

       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
    • mergeContainerSpec

       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
    • clearContainerSpec

      public ReasoningEngineSpec.Builder clearContainerSpec()
       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
    • getContainerSpecBuilder

      public ReasoningEngineSpec.ContainerSpec.Builder getContainerSpecBuilder()
       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
    • getContainerSpecOrBuilder

      public ReasoningEngineSpec.ContainerSpecOrBuilder getContainerSpecOrBuilder()
       Deploy from a container image with a defined entrypoint and commands.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.ContainerSpec container_spec = 15;
      Specified by:
      getContainerSpecOrBuilder in interface ReasoningEngineSpecOrBuilder
    • hasServiceAccount

      public boolean hasServiceAccount()
       Optional. The service account that the Reasoning Engine artifact runs as.
       It should have "roles/storage.objectViewer" for reading the user project's
       Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If
       not specified, the Vertex AI Reasoning Engine Service Agent in the project
       will be used.
       
      optional string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasServiceAccount in interface ReasoningEngineSpecOrBuilder
      Returns:
      Whether the serviceAccount field is set.
    • getServiceAccount

      public String getServiceAccount()
       Optional. The service account that the Reasoning Engine artifact runs as.
       It should have "roles/storage.objectViewer" for reading the user project's
       Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If
       not specified, the Vertex AI Reasoning Engine Service Agent in the project
       will be used.
       
      optional string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getServiceAccount in interface ReasoningEngineSpecOrBuilder
      Returns:
      The serviceAccount.
    • getServiceAccountBytes

      public com.google.protobuf.ByteString getServiceAccountBytes()
       Optional. The service account that the Reasoning Engine artifact runs as.
       It should have "roles/storage.objectViewer" for reading the user project's
       Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If
       not specified, the Vertex AI Reasoning Engine Service Agent in the project
       will be used.
       
      optional string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getServiceAccountBytes in interface ReasoningEngineSpecOrBuilder
      Returns:
      The bytes for serviceAccount.
    • setServiceAccount

      public ReasoningEngineSpec.Builder setServiceAccount(String value)
       Optional. The service account that the Reasoning Engine artifact runs as.
       It should have "roles/storage.objectViewer" for reading the user project's
       Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If
       not specified, the Vertex AI Reasoning Engine Service Agent in the project
       will be used.
       
      optional string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The serviceAccount to set.
      Returns:
      This builder for chaining.
    • clearServiceAccount

      public ReasoningEngineSpec.Builder clearServiceAccount()
       Optional. The service account that the Reasoning Engine artifact runs as.
       It should have "roles/storage.objectViewer" for reading the user project's
       Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If
       not specified, the Vertex AI Reasoning Engine Service Agent in the project
       will be used.
       
      optional string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setServiceAccountBytes

      public ReasoningEngineSpec.Builder setServiceAccountBytes(com.google.protobuf.ByteString value)
       Optional. The service account that the Reasoning Engine artifact runs as.
       It should have "roles/storage.objectViewer" for reading the user project's
       Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If
       not specified, the Vertex AI Reasoning Engine Service Agent in the project
       will be used.
       
      optional string service_account = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for serviceAccount to set.
      Returns:
      This builder for chaining.
    • 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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasPackageSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      Whether the packageSpec field is set.
    • 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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPackageSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      The packageSpec.
    • setPackageSpec

       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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
    • setPackageSpec

       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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
    • mergePackageSpec

       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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
    • 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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
    • 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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
    • 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.
       The `deployment_source` field should not be set if `package_spec` is
       specified.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPackageSpecOrBuilder in interface ReasoningEngineSpecOrBuilder
    • 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];
      Specified by:
      hasDeploymentSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      Whether the deploymentSpec field is set.
    • 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];
      Specified by:
      getDeploymentSpec in interface ReasoningEngineSpecOrBuilder
      Returns:
      The deploymentSpec.
    • setDeploymentSpec

       Optional. The specification of a Reasoning Engine deployment.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
    • setDeploymentSpec

      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];
    • mergeDeploymentSpec

       Optional. The specification of a Reasoning Engine deployment.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.DeploymentSpec deployment_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
    • 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];
    • 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];
    • 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];
      Specified by:
      getDeploymentSpecOrBuilder in interface ReasoningEngineSpecOrBuilder
    • getClassMethodsList

      public List<com.google.protobuf.Struct> getClassMethodsList()
       Optional. Declarations for object class methods in OpenAPI specification
       format.
       
      repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getClassMethodsList in interface ReasoningEngineSpecOrBuilder
    • 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];
      Specified by:
      getClassMethodsCount in interface ReasoningEngineSpecOrBuilder
    • getClassMethods

      public com.google.protobuf.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];
      Specified by:
      getClassMethods in interface ReasoningEngineSpecOrBuilder
    • setClassMethods

      public ReasoningEngineSpec.Builder setClassMethods(int index, com.google.protobuf.Struct value)
       Optional. Declarations for object class methods in OpenAPI specification
       format.
       
      repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
    • setClassMethods

      public ReasoningEngineSpec.Builder setClassMethods(int index, com.google.protobuf.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];
    • addClassMethods

      public ReasoningEngineSpec.Builder addClassMethods(com.google.protobuf.Struct value)
       Optional. Declarations for object class methods in OpenAPI specification
       format.
       
      repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
    • addClassMethods

      public ReasoningEngineSpec.Builder addClassMethods(int index, com.google.protobuf.Struct value)
       Optional. Declarations for object class methods in OpenAPI specification
       format.
       
      repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
    • addClassMethods

      public ReasoningEngineSpec.Builder addClassMethods(com.google.protobuf.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];
    • addClassMethods

      public ReasoningEngineSpec.Builder addClassMethods(int index, com.google.protobuf.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];
    • addAllClassMethods

      public ReasoningEngineSpec.Builder addAllClassMethods(Iterable<? extends com.google.protobuf.Struct> values)
       Optional. Declarations for object class methods in OpenAPI specification
       format.
       
      repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
    • 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];
    • removeClassMethods

      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];
    • getClassMethodsBuilder

      public com.google.protobuf.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];
    • getClassMethodsOrBuilder

      public com.google.protobuf.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];
      Specified by:
      getClassMethodsOrBuilder in interface ReasoningEngineSpecOrBuilder
    • getClassMethodsOrBuilderList

      public List<? extends com.google.protobuf.StructOrBuilder> getClassMethodsOrBuilderList()
       Optional. Declarations for object class methods in OpenAPI specification
       format.
       
      repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getClassMethodsOrBuilderList in interface ReasoningEngineSpecOrBuilder
    • addClassMethodsBuilder

      public com.google.protobuf.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];
    • addClassMethodsBuilder

      public com.google.protobuf.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];
    • getClassMethodsBuilderList

      public List<com.google.protobuf.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];
    • getAgentFramework

      public String getAgentFramework()
       Optional. The OSS agent framework used to develop the agent.
       Currently supported values: "google-adk", "langchain", "langgraph", "ag2",
       "llama-index", "custom".
       
      string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAgentFramework in interface ReasoningEngineSpecOrBuilder
      Returns:
      The agentFramework.
    • getAgentFrameworkBytes

      public com.google.protobuf.ByteString getAgentFrameworkBytes()
       Optional. The OSS agent framework used to develop the agent.
       Currently supported values: "google-adk", "langchain", "langgraph", "ag2",
       "llama-index", "custom".
       
      string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAgentFrameworkBytes in interface ReasoningEngineSpecOrBuilder
      Returns:
      The bytes for agentFramework.
    • setAgentFramework

      public ReasoningEngineSpec.Builder setAgentFramework(String value)
       Optional. The OSS agent framework used to develop the agent.
       Currently supported values: "google-adk", "langchain", "langgraph", "ag2",
       "llama-index", "custom".
       
      string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The agentFramework to set.
      Returns:
      This builder for chaining.
    • clearAgentFramework

      public ReasoningEngineSpec.Builder clearAgentFramework()
       Optional. The OSS agent framework used to develop the agent.
       Currently supported values: "google-adk", "langchain", "langgraph", "ag2",
       "llama-index", "custom".
       
      string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setAgentFrameworkBytes

      public ReasoningEngineSpec.Builder setAgentFrameworkBytes(com.google.protobuf.ByteString value)
       Optional. The OSS agent framework used to develop the agent.
       Currently supported values: "google-adk", "langchain", "langgraph", "ag2",
       "llama-index", "custom".
       
      string agent_framework = 5 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for agentFramework to set.
      Returns:
      This builder for chaining.