You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.</p>
<pclass="firstline">Marks target Property as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found.</p>
<pclass="firstline">Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.</p>
<pclass="firstline">Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.</p>
<pclass="firstline">Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.</p>
<pre>Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.
337
-
338
-
Args:
339
-
body: object, The request body.
340
-
The object takes the form of:
341
-
342
-
{ # Request message for CreateConnectedSiteTag RPC.
343
-
"connectedSiteTag": { # Configuration for a specific Connected Site Tag. # Required. The tag to add to the Universal Analytics property
344
-
"displayName": "A String", # Required. User-provided display name for the connected site tag. Must be less than 256 characters.
345
-
"tagId": "A String", # Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).
346
-
},
347
-
"property": "A String", # The Universal Analytics property to create connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234
348
-
}
349
-
350
-
x__xgafv: string, V1 error format.
351
-
Allowed values
352
-
1 - v1 error format
353
-
2 - v2 error format
354
-
355
-
Returns:
356
-
An object of the form:
357
-
358
-
{ # Response message for CreateConnectedSiteTag RPC.
<pre>Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.
458
-
459
-
Args:
460
-
body: object, The request body.
461
-
The object takes the form of:
462
-
463
-
{ # Request message for DeleteConnectedSiteTag RPC.
464
-
"property": "A String", # The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234
465
-
"tagId": "A String", # Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).
466
-
}
467
-
468
-
x__xgafv: string, V1 error format.
469
-
Allowed values
470
-
1 - v1 error format
471
-
2 - v2 error format
472
-
473
-
Returns:
474
-
An object of the form:
475
-
476
-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
<pre>Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
483
-
484
-
Args:
485
-
body: object, The request body.
486
-
The object takes the form of:
487
-
488
-
{ # Request for fetching the opt out status for the automated GA4 setup process.
489
-
"property": "A String", # Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234
490
-
}
491
-
492
-
x__xgafv: string, V1 error format.
493
-
Allowed values
494
-
1 - v1 error format
495
-
2 - v2 error format
496
-
497
-
Returns:
498
-
An object of the form:
499
-
500
-
{ # Response message for fetching the opt out status for the automated GA4 setup process.
501
-
"optOut": True or False, # The opt out status for the UA property.
<pre>Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.
508
-
509
-
Args:
510
-
property: string, Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234
511
-
x__xgafv: string, V1 error format.
512
-
Allowed values
513
-
1 - v1 error format
514
-
2 - v2 error format
515
-
516
-
Returns:
517
-
An object of the form:
518
-
519
-
{ # Response for looking up GA4 property connected to a UA property.
520
-
"property": "A String", # The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property. Format: properties/{property_id} Example: properties/1234
<pre>Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.
683
-
684
-
Args:
685
-
body: object, The request body.
686
-
The object takes the form of:
687
-
688
-
{ # Request message for ListConnectedSiteTags RPC.
689
-
"property": "A String", # The Universal Analytics property to fetch connected site tags for. This does not work on GA4 properties. A maximum of 20 connected site tags will be returned. Example Format: `properties/1234`
690
-
}
691
-
692
-
x__xgafv: string, V1 error format.
693
-
Allowed values
694
-
1 - v1 error format
695
-
2 - v2 error format
696
-
697
-
Returns:
698
-
An object of the form:
699
-
700
-
{ # Response message for ListConnectedSiteTags RPC.
701
-
"connectedSiteTags": [ # The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.
702
-
{ # Configuration for a specific Connected Site Tag.
703
-
"displayName": "A String", # Required. User-provided display name for the connected site tag. Must be less than 256 characters.
704
-
"tagId": "A String", # Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).
<pre>Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
1077
-
1078
-
Args:
1079
-
body: object, The request body.
1080
-
The object takes the form of:
1081
-
1082
-
{ # Request for setting the opt out status for the automated GA4 setup process.
1083
-
"optOut": True or False, # The status to set.
1084
-
"property": "A String", # Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234
1085
-
}
1086
-
1087
-
x__xgafv: string, V1 error format.
1088
-
Allowed values
1089
-
1 - v1 error format
1090
-
2 - v2 error format
1091
-
1092
-
Returns:
1093
-
An object of the form:
1094
-
1095
-
{ # Response message for setting the opt out status for the automated GA4 setup process.
Copy file name to clipboardExpand all lines: docs/dyn/backupdr_v1.projects.locations.backupVaults.dataSources.backups.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -956,7 +956,7 @@ <h3>Method Details</h3>
956
956
},
957
957
"deletionProtection": True or False, # Optional. Whether the resource should be protected against deletion.
958
958
"description": "A String", # Optional. An optional description of this resource. Provide this property when you create the resource.
959
-
"disks": [ # Optional. Array of disks associated with this instance. Persistent disks must be created before you can assign them.
959
+
"disks": [ # Optional. Array of disks associated with this instance. Persistent disks must be created before you can assign them. Source regional persistent disks will be restored with default replica zones if not specified.
960
960
{ # An instance-attached disk resource.
961
961
"autoDelete": True or False, # Optional. Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
962
962
"boot": True or False, # Optional. Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
@@ -1024,7 +1024,7 @@ <h3>Method Details</h3>
1024
1024
},
1025
1025
"minCpuPlatform": "A String", # Optional. Minimum CPU platform to use for this instance.
1026
1026
"name": "A String", # Required. Name of the compute instance.
1027
-
"networkInterfaces": [ # Optional. An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.
1027
+
"networkInterfaces": [ # Optional. An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance. Required to restore in different project or region.
1028
1028
{ # A network interface resource attached to an instance. s
1029
1029
"accessConfigs": [ # Optional. An array of configurations for this interface. Currently, only one access config,ONE_TO_ONE_NAT is supported. If there are no accessConfigs specified, then this instance will have no external internet access.
1030
1030
{ # An access configuration attached to an instance's network interface. Only one access config per instance is supported.
@@ -1085,7 +1085,7 @@ <h3>Method Details</h3>
1085
1085
"A String",
1086
1086
],
1087
1087
},
1088
-
"resourcePolicies": [ # Optional. Resource policies applied to this instance.
1088
+
"resourcePolicies": [ # Optional. Resource policies applied to this instance. By default, no resource policies will be applied.
1089
1089
"A String",
1090
1090
],
1091
1091
"scheduling": { # Sets the scheduling options for an Instance. # Optional. Sets the scheduling options for this instance.
<pclass="firstline">Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.</p>
<pre>Returns the Assured Workloads compliance metadata for a given project.
407
+
408
+
Args:
409
+
parent: string, Required. The project and location to be used to check CSS metadata for target project information, in the format 'projects/{project_id}/locations/{location}'. In Cloud BackupDR, locations map to Google Cloud regions, for example **us-central1**. (required)
410
+
body: object, The request body.
411
+
The object takes the form of:
412
+
413
+
{ # Request message for GetMsComplianceMetadata
414
+
"projectId": "A String", # Required. The project id of the target project
415
+
}
416
+
417
+
x__xgafv: string, V1 error format.
418
+
Allowed values
419
+
1 - v1 error format
420
+
2 - v2 error format
421
+
422
+
Returns:
423
+
An object of the form:
424
+
425
+
{ # Response message for GetMsComplianceMetadata
426
+
"isAssuredWorkload": True or False, # The ms compliance metadata of the target project, if the project is an assured workloads project, values will be true, otherwise false.
<pre>Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
0 commit comments