uips-fixtures UiPath.GoogleCloud.Activities 2.5.0

34 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

Get IAM Policy
UiPath.GoogleCloud.Activities.GCPGetIAMPolicy
Cloud.Google.IAM.Policies

Gets the policy for the specified resource.

Arguments

NameDirTypeReqDefaultDescription
ResourceType In InArgument<String>
FullResourceName In InArgument<String>
PolicyVersion In InArgument<Nullable<Int32>>
Policy Out OutArgument<UiPath.GoogleCloud.Models.GCPIAMPolicy>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Set IAM Policy
UiPath.GoogleCloud.Activities.GCPSetIAMPolicy
Cloud.Google.IAM.Policies

Sets the access control policy on the specified resource. It replaces any existing policy.

Arguments

NameDirTypeReqDefaultDescription
ResourceType In InArgument<String>
FullResourceName In InArgument<String>
JSONPolicy In InArgument<String>
Policy In InArgument<UiPath.GoogleCloud.Models.GCPIAMPolicy>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Create Role
UiPath.GoogleCloud.Activities.GCPCreateRole
Cloud.Google.IAM.Roles

Creates a new custom role.

Arguments

NameDirTypeReqDefaultDescription
Name In InArgument<String>
Title In InArgument<String>
Description In InArgument<String>
Permissions In InArgument<String[]>
OrganizationId In InArgument<String>
ProjectId In InArgument<String>
Role Out OutArgument<UiPath.GoogleCloud.Models.GCPIAMRole>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
LaunchStage property UiPath.Core.RoleLaunchStage
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Delete Role
UiPath.GoogleCloud.Activities.GCPDeleteRole
Cloud.Google.IAM.Roles

Deletes the specified custom role.

Arguments

NameDirTypeReqDefaultDescription
Role In InArgument<UiPath.GoogleCloud.Models.GCPIAMRole>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Grantable Role
UiPath.GoogleCloud.Activities.GCPForEachGrantableRole
Cloud.Google.IAM.Roles

Performs an activity or a series of activities on each role that can be granted on a Google Cloud resource.

Arguments

NameDirTypeReqDefaultDescription
FullResourceName In InArgument<String>
IncludeAssignedPermissions In InArgument<Boolean>
Index Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Role
UiPath.GoogleCloud.Activities.GCPForEachRole
Cloud.Google.IAM.Roles

Performs an activity or a series of activities on each role that matches the filter criteria.

Arguments

NameDirTypeReqDefaultDescription
ParentId In InArgument<String>
IncludeAssignedPermissions In InArgument<Boolean>
IncludeDeleted In InArgument<Boolean>
Index Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
RoleType property UiPath.Core.RoleType
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Role
UiPath.GoogleCloud.Activities.GCPGetRole
Cloud.Google.IAM.Roles

Gets information about the specified role.

Arguments

NameDirTypeReqDefaultDescription
Name In InArgument<String>
ParentId In InArgument<String>
Role Out OutArgument<UiPath.GoogleCloud.Models.GCPIAMRole>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Type property UiPath.Core.RoleType
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Undelete Role
UiPath.GoogleCloud.Activities.GCPUndeleteRole
Cloud.Google.IAM.Roles

Cancels the deletion of the specified custom role.

Arguments

NameDirTypeReqDefaultDescription
Role In InArgument<UiPath.GoogleCloud.Models.GCPIAMRole>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Update Role
UiPath.GoogleCloud.Activities.GCPUpdateRole
Cloud.Google.IAM.Roles

Updates the specified custom role.

Arguments

NameDirTypeReqDefaultDescription
Role In InArgument<UiPath.GoogleCloud.Models.GCPIAMRole>
NewTitle In InArgument<String>
NewDescription In InArgument<String>
PermissionsToAdd In InArgument<String[]>
PermissionsToRemove In InArgument<String[]>
NewLaunchStage In InArgument<UiPath.Core.RoleLaunchStage>
UpdatedRole Out OutArgument<UiPath.GoogleCloud.Models.GCPIAMRole>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Configure Robot
UiPath.GoogleCloud.Activities.GCPConfigureRobot
Cloud.Google.Compute Engine.Instances

Connects the Robot in a given instance to UiPath Orchestrator.

Arguments

NameDirTypeReqDefaultDescription
Instance In InArgument<UiPath.GoogleCloud.Models.GCPInstance>
OrchestratorURL In InArgument<String>
OrchestratorConnectionString In InArgument<String>
MachineKey In InArgument<String>
Timeout In InArgument<Nullable<Int32>>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Create Instance
UiPath.GoogleCloud.Activities.GCPCreateInstance
Cloud.Google.Compute Engine.Instances

Creates a new instance. An instance is a virtual machine that is hosted on Google Cloud Platform.

Arguments

NameDirTypeReqDefaultDescription
Name In InArgument<String>
Description In InArgument<String>
Labels In InArgument<Data.DataTable>
ProjectId In InArgument<String>
Zone In InArgument<String>
MachineType In InArgument<String>
Timeout In InArgument<Nullable<Int32>>
ServiceAccount In InArgument<String>
StartupScript In InArgument<String>
StartupScriptKey In InArgument<String>
Metadata In InArgument<Data.DataTable>
Source In InArgument<String>
SizeGb In InArgument<Nullable<Int64>>
Hostname In InArgument<String>
NetworkUrl In InArgument<String>
SubnetworkUrl In InArgument<String>
NetworkIp In InArgument<String>
Instance Out OutArgument<UiPath.GoogleCloud.Models.GCPInstance>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
WaitForCompletion property Boolean
AccessScopes property UiPath.Core.AccessScope
SourceType property UiPath.Core.DiskSourceType
DiskType property UiPath.Core.BootDiskType
AutoDelete property Boolean
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Create Instance from Template
UiPath.GoogleCloud.Activities.GCPCreateInstanceFromTemplate
Cloud.Google.Compute Engine.Instances

Creates a new instance from an instance template.

Arguments

NameDirTypeReqDefaultDescription
Name In InArgument<String>
Description In InArgument<String>
ProjectId In InArgument<String>
Template In InArgument<String>
Zone In InArgument<String>
Timeout In InArgument<Nullable<Int32>>
Instance Out OutArgument<UiPath.GoogleCloud.Models.GCPInstance>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
WaitForCompletion property Boolean
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Delete Instance
UiPath.GoogleCloud.Activities.GCPDeleteInstance
Cloud.Google.Compute Engine.Instances

Deletes an instance.

Arguments

NameDirTypeReqDefaultDescription
Instance In InArgument<UiPath.GoogleCloud.Models.GCPInstance>
Timeout In InArgument<Nullable<Int32>>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
WaitForCompletion property Boolean
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Instance
UiPath.GoogleCloud.Activities.GCPForEachInstance
Cloud.Google.Compute Engine.Instances

Performs an activity or a series of activities on each instance matching the filter criteria.

Arguments

NameDirTypeReqDefaultDescription
ProjectId In InArgument<String>
Zone In InArgument<String>
Filter In InArgument<String>
LimitToFirst In InArgument<Int32>
Index Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Instance
UiPath.GoogleCloud.Activities.GCPGetInstance
Cloud.Google.Compute Engine.Instances

Gets the details of the specified instance.

Arguments

NameDirTypeReqDefaultDescription
InstanceName In InArgument<String>
ProjectId In InArgument<String>
Zone In InArgument<String>
Instance Out OutArgument<UiPath.GoogleCloud.Models.GCPInstance>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Reset Instance
UiPath.GoogleCloud.Activities.GCPResetInstance
Cloud.Google.Compute Engine.Instances

Resets an instance. This is a hard reset, it is not a graceful shutdown.

Arguments

NameDirTypeReqDefaultDescription
Instance In InArgument<UiPath.GoogleCloud.Models.GCPInstance>
Timeout In InArgument<Nullable<Int32>>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
WaitForCompletion property Boolean
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Run Script on Instance
UiPath.GoogleCloud.Activities.GCPRunScriptOnInstance
Cloud.Google.Compute Engine.Instances

Runs a script on an instance.

Arguments

NameDirTypeReqDefaultDescription
Instance In InArgument<UiPath.GoogleCloud.Models.GCPInstance>
Script In InArgument<String>
ScriptKey In InArgument<String>
TotalExecutionTimeout In InArgument<Nullable<Int32>>
ConsoleOutputTimeout In InArgument<Nullable<Int32>>
CommandOutput Out OutArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Start Instance
UiPath.GoogleCloud.Activities.GCPStartInstance
Cloud.Google.Compute Engine.Instances

Starts an instance.

Arguments

NameDirTypeReqDefaultDescription
Instance In InArgument<UiPath.GoogleCloud.Models.GCPInstance>
Timeout In InArgument<Nullable<Int32>>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
WaitForCompletion property Boolean
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Stop Instance
UiPath.GoogleCloud.Activities.GCPStopInstance
Cloud.Google.Compute Engine.Instances

Stops a running instance.

Arguments

NameDirTypeReqDefaultDescription
Instance In InArgument<UiPath.GoogleCloud.Models.GCPInstance>
Timeout In InArgument<Nullable<Int32>>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
WaitForCompletion property Boolean
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Project
UiPath.GoogleCloud.Activities.GCPForEachProject
Cloud.Google.Projects

Performs an activity or a series of activities on each project that matches the filter criteria.

Arguments

NameDirTypeReqDefaultDescription
Parent In InArgument<String>
ShowDeleted In InArgument<Boolean>
Index Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Project
UiPath.GoogleCloud.Activities.GCPGetProject
Cloud.Google.Projects

Retrieves the project identified by the specified project ID.

Arguments

NameDirTypeReqDefaultDescription
ProjectId In InArgument<String>
Project Out OutArgument<UiPath.GoogleCloud.Models.GCPProject>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Google Cloud Scope
UiPath.GoogleCloud.Activities.GCPScope
Cloud.Google

Connects to Google Cloud and provides a scope for other Google Cloud activities.

Arguments

NameDirTypeReqDefaultDescription
ServiceAccountKey In InArgument<Security.SecureString>
ServiceAccountKeyFromFile In InArgument<String>

Properties

NameKindTypeDescription
ScopeType property UiPath.Core.ScopeType
Get Secret Data
UiPath.GoogleCloud.Activities.GCPGetSecretData
Cloud.Google.Secrets

Gets the secret data associated with the specified secret version.

Arguments

NameDirTypeReqDefaultDescription
ProjectId In InArgument<String>
SecretName In InArgument<String>
SecretVersionName In InArgument<String>
SecretData Out OutArgument<String>
SecureSecretData Out OutArgument<Security.SecureString>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Create Bucket
UiPath.GoogleCloud.Activities.GCPCreateBucket
Cloud.Google.Storage.Buckets

Creates a new bucket.

Arguments

NameDirTypeReqDefaultDescription
Name In InArgument<String>
ProjectId In InArgument<String>
Region In InArgument<String>
MultiRegion In InArgument<String>
DualRegion In InArgument<String>
Labels In InArgument<Data.DataTable>
CustomerManagedKey In InArgument<String>
Bucket Out OutArgument<UiPath.GoogleCloud.Models.GCPBucket>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
AccessControlType property UiPath.Core.BucketACL
StorageClass property UiPath.Core.Storage
EncryptionType property UiPath.Core.BucketEncryption
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Delete Bucket
UiPath.GoogleCloud.Activities.GCPDeleteBucket
Cloud.Google.Storage.Buckets

Deletes a bucket.

Arguments

NameDirTypeReqDefaultDescription
Bucket In InArgument<UiPath.GoogleCloud.Models.GCPBucket>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
EmptyContent property Boolean
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Bucket
UiPath.GoogleCloud.Activities.GCPForEachBucket
Cloud.Google.Storage.Buckets

Performs an activity or a series of activities on each bucket in the specified project.

Arguments

NameDirTypeReqDefaultDescription
ProjectId In InArgument<String>
LimitToFirst In InArgument<Int32>
Prefix In InArgument<String>
Index Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Bucket
UiPath.GoogleCloud.Activities.GCPGetBucket
Cloud.Google.Storage.Buckets

Gets information about a specific bucket.

Arguments

NameDirTypeReqDefaultDescription
BucketName In InArgument<String>
Bucket Out OutArgument<UiPath.GoogleCloud.Models.GCPBucket>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Update Bucket Properties
UiPath.GoogleCloud.Activities.GCPUpdateBucketProperties
Cloud.Google.Storage.Buckets

Updates the properties of a bucket.

Arguments

NameDirTypeReqDefaultDescription
Bucket In InArgument<UiPath.GoogleCloud.Models.GCPBucket>
EnableVersioning In InArgument<Boolean>
Labels In InArgument<Data.DataTable>
StorageClass In InArgument<String>
EncryptionType In InArgument<String>
CustomerManagedKey In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Copy Object
UiPath.GoogleCloud.Activities.GCPCopyObject
Cloud.Google.Storage.Objects

Copies an object to another bucket.

Arguments

NameDirTypeReqDefaultDescription
SourceObject In InArgument<UiPath.GoogleCloud.Models.GCPObject>
SourceObjectGeneration In InArgument<Int64>
DestinationBucket In InArgument<UiPath.GoogleCloud.Models.GCPBucket>
DestinationObjectName In InArgument<String>
DestinationPredefinedAcl In InArgument<String>
DestinationObject Out OutArgument<UiPath.GoogleCloud.Models.GCPObject>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Delete Object
UiPath.GoogleCloud.Activities.GCPDeleteObject
Cloud.Google.Storage.Objects

Deletes the specified object. The object is permanently deleted if versioning is not enabled for the bucket or if the Generation parameter is used.

Arguments

NameDirTypeReqDefaultDescription
Object In InArgument<UiPath.GoogleCloud.Models.GCPObject>
Generation In InArgument<Int64>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Download Object to File
UiPath.GoogleCloud.Activities.GCPDownloadObject
Cloud.Google.Storage.Objects

Downloads an object to a specified file.

Arguments

NameDirTypeReqDefaultDescription
Object In InArgument<UiPath.GoogleCloud.Models.GCPObject>
Generation In InArgument<Int64>
Timeout In InArgument<Nullable<Int32>>
Folder In InArgument<String>
FileName In InArgument<String>
Overwrite In InArgument<Boolean>
FilePath Out OutArgument<String>
File Out OutArgument<UiPath.Platform.ResourceHandling.ILocalResource>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Object in Bucket
UiPath.GoogleCloud.Activities.GCPForEachObjectInBucket
Cloud.Google.Storage.Objects

Performs an activity or a series of activities on each object in a specified bucket.

Arguments

NameDirTypeReqDefaultDescription
Bucket In InArgument<UiPath.GoogleCloud.Models.GCPBucket>
Prefix In InArgument<String>
LimitToFirst In InArgument<Int32>
Index Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Object
UiPath.GoogleCloud.Activities.GCPGetObject
Cloud.Google.Storage.Objects

Retrieves the details of the specified object.

Arguments

NameDirTypeReqDefaultDescription
Bucket In InArgument<UiPath.GoogleCloud.Models.GCPBucket>
ObjectName In InArgument<String>
Generation In InArgument<Int64>
Object Out OutArgument<UiPath.GoogleCloud.Models.GCPObject>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Upload Object from File
UiPath.GoogleCloud.Activities.GCPUploadObject
Cloud.Google.Storage.Objects

Uploads a file to a bucket.

Arguments

NameDirTypeReqDefaultDescription
Bucket In InArgument<UiPath.GoogleCloud.Models.GCPBucket>
ObjectName In InArgument<String>
FileToUpload In InArgument<String>
FileResourceToUpload In InArgument<UiPath.Platform.ResourceHandling.IResource>
ContentType In InArgument<String>
Timeout In InArgument<Nullable<Int32>>
StorageClass In InArgument<UiPath.Core.Storage>
Metadata In InArgument<Data.DataTable>
PredefinedAcl In InArgument<String>
CustomerManagedKey In InArgument<String>
Object Out OutArgument<UiPath.GoogleCloud.Models.GCPObject>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient