Request message for
ExtensionExecutionService.ExecuteExtension.
Attributes
Name
Description
name
str
Required. Name (identifier) of the extension; Format:
projects/{project}/locations/{location}/extensions/{extension}
operation_id
str
Required. The desired ID of the operation to be executed in
this extension as defined in
ExtensionOperation.operation_id.
operation_params
google.protobuf.struct_pb2.Struct
Optional. Request parameters that will be
used for executing this operation.
The struct should be in a form of map with param
name as the key and actual param value as the
value.
E.g. If this operation requires a param "name"
to be set to "abc". you can set this to
something like {"name": "abc"}.
runtime_auth_config
google.cloud.aiplatform_v1beta1.types.AuthConfig
Optional. Auth config provided at runtime to override the
default value in [Extension.manifest.auth_config][]. The
AuthConfig.auth_type should match the value in
[Extension.manifest.auth_config][].
[[["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 2026-04-01 UTC."],[],[]]