ExecuteExtensionRequest class final
Request message for
ExtensionExecutionService.ExecuteExtension.
- Inheritance
-
- Object
- ProtoMessage
- ExecuteExtensionRequest
Constructors
- ExecuteExtensionRequest({required String name, required String operationId, Struct? operationParams, AuthConfig? runtimeAuthConfig})
-
ExecuteExtensionRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Required. Name (identifier) of the extension;
Format:
projects/{project}/locations/{location}/extensions/{extension}final - operationId → String
-
Required. The desired ID of the operation to be executed in this extension
as defined in
ExtensionOperation.operation_id.final - operationParams → Struct?
-
Optional. Request parameters that will be used for executing this
operation.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeAuthConfig → 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 inExtension.manifest.auth_config.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String