| Index: generated/googleapis/lib/deploymentmanager/v2.dart
|
| diff --git a/generated/googleapis/lib/deploymentmanager/v2.dart b/generated/googleapis/lib/deploymentmanager/v2.dart
|
| index 196438d3a75cda356486bb22bfc16ff997980355..a1021db8be6e2223d6b6b409251b97c9aab871a8 100644
|
| --- a/generated/googleapis/lib/deploymentmanager/v2.dart
|
| +++ b/generated/googleapis/lib/deploymentmanager/v2.dart
|
| @@ -1868,7 +1868,11 @@ class Operation {
|
| * of the target resource.
|
| */
|
| core.String targetId;
|
| - /** [Output Only] The URL of the resource that the operation modifies. */
|
| + /**
|
| + * [Output Only] The URL of the resource that the operation modifies. If
|
| + * creating a persistent disk snapshot, this points to the persistent disk
|
| + * that the snapshot was created from.
|
| + */
|
| core.String targetLink;
|
| /**
|
| * [Output Only] User who requested the operation, for example:
|
| @@ -2180,7 +2184,7 @@ class Resource {
|
| core.String properties;
|
| /**
|
| * [Output Only] The type of the resource, for example compute.v1.instance, or
|
| - * replicaPools.v1beta2.instanceGroupManager.
|
| + * cloudfunctions.v1beta1.function.
|
| */
|
| core.String type;
|
| /**
|
|
|