Gets the policy for the specified resource.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the access control policy on the specified resource. It replaces any existing policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceType | In | InArgument<String> |
✓ | ||
| FullResourceName | In | InArgument<String> |
✓ | ||
| JSONPolicy | In | InArgument<String> |
|||
| Policy | In | InArgument<UiPath.GoogleCloud.Models.GCPIAMPolicy> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new custom role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| LaunchStage | property | UiPath.Core.RoleLaunchStage |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified custom role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Role | In | InArgument<UiPath.GoogleCloud.Models.GCPIAMRole> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each role that can be granted on a Google Cloud resource.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FullResourceName | In | InArgument<String> |
✓ | ||
| IncludeAssignedPermissions | In | InArgument<Boolean> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each role that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ParentId | In | InArgument<String> |
|||
| IncludeAssignedPermissions | In | InArgument<Boolean> |
|||
| IncludeDeleted | In | InArgument<Boolean> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| RoleType | property | UiPath.Core.RoleType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets information about the specified role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| ParentId | In | InArgument<String> |
|||
| Role | Out | OutArgument<UiPath.GoogleCloud.Models.GCPIAMRole> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Type | property | UiPath.Core.RoleType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Cancels the deletion of the specified custom role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Role | In | InArgument<UiPath.GoogleCloud.Models.GCPIAMRole> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the specified custom role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Connects the Robot in a given instance to UiPath Orchestrator.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new instance. An instance is a virtual machine that is hosted on Google Cloud Platform.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| 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 |
Creates a new instance from an instance template.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes an instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.GoogleCloud.Models.GCPInstance> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each instance matching the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the details of the specified instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| InstanceName | In | InArgument<String> |
✓ | ||
| ProjectId | In | InArgument<String> |
✓ | ||
| Zone | In | InArgument<String> |
✓ | ||
| Instance | Out | OutArgument<UiPath.GoogleCloud.Models.GCPInstance> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Resets an instance. This is a hard reset, it is not a graceful shutdown.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.GoogleCloud.Models.GCPInstance> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Runs a script on an instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Starts an instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.GoogleCloud.Models.GCPInstance> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Stops a running instance.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.GoogleCloud.Models.GCPInstance> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each project that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Parent | In | InArgument<String> |
✓ | ||
| ShowDeleted | In | InArgument<Boolean> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the project identified by the specified project ID.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ProjectId | In | InArgument<String> |
✓ | ||
| Project | Out | OutArgument<UiPath.GoogleCloud.Models.GCPProject> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Connects to Google Cloud and provides a scope for other Google Cloud activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ServiceAccountKey | In | InArgument<Security.SecureString> |
|||
| ServiceAccountKeyFromFile | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ScopeType | property | UiPath.Core.ScopeType |
Gets the secret data associated with the specified secret version.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| 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 |
Deletes a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.GoogleCloud.Models.GCPBucket> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| EmptyContent | property | Boolean |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each bucket in the specified project.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ProjectId | In | InArgument<String> |
✓ | ||
| LimitToFirst | In | InArgument<Int32> |
|||
| Prefix | In | InArgument<String> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets information about a specific bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BucketName | In | InArgument<String> |
✓ | ||
| Bucket | Out | OutArgument<UiPath.GoogleCloud.Models.GCPBucket> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the properties of a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Copies an object to another bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Object | In | InArgument<UiPath.GoogleCloud.Models.GCPObject> |
✓ | ||
| Generation | In | InArgument<Int64> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Downloads an object to a specified file.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each object in a specified bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Bucket | In | InArgument<UiPath.GoogleCloud.Models.GCPBucket> |
✓ | ||
| Prefix | In | InArgument<String> |
|||
| LimitToFirst | In | InArgument<Int32> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details of the specified object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Uploads a file to a bucket.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |