|
1 | | -// Copyright 2025 Google LLC |
| 1 | +// Copyright 2026 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -1602,14 +1602,23 @@ service AnalyticsAdminService { |
1602 | 1602 | option (google.api.method_signature) = "name"; |
1603 | 1603 | } |
1604 | 1604 |
|
1605 | | - // Returns the singleton data retention settings for this property. |
| 1605 | + // Returns the reporting identity settings for this property. |
1606 | 1606 | rpc GetReportingIdentitySettings(GetReportingIdentitySettingsRequest) |
1607 | 1607 | returns (ReportingIdentitySettings) { |
1608 | 1608 | option (google.api.http) = { |
1609 | 1609 | get: "/v1alpha/{name=properties/*/reportingIdentitySettings}" |
1610 | 1610 | }; |
1611 | 1611 | option (google.api.method_signature) = "name"; |
1612 | 1612 | } |
| 1613 | + |
| 1614 | + // Looks up settings related to user-provided data for a property. |
| 1615 | + rpc GetUserProvidedDataSettings(GetUserProvidedDataSettingsRequest) |
| 1616 | + returns (UserProvidedDataSettings) { |
| 1617 | + option (google.api.http) = { |
| 1618 | + get: "/v1alpha/{name=properties/*/userProvidedDataSettings}" |
| 1619 | + }; |
| 1620 | + option (google.api.method_signature) = "name"; |
| 1621 | + } |
1613 | 1622 | } |
1614 | 1623 |
|
1615 | 1624 | // The request for a Data Access Record Report. |
@@ -1750,17 +1759,17 @@ message GetAccountRequest { |
1750 | 1759 |
|
1751 | 1760 | // Request message for ListAccounts RPC. |
1752 | 1761 | message ListAccountsRequest { |
1753 | | - // The maximum number of resources to return. The service may return |
| 1762 | + // Optional. The maximum number of resources to return. The service may return |
1754 | 1763 | // fewer than this value, even if there are additional pages. |
1755 | 1764 | // If unspecified, at most 50 resources will be returned. |
1756 | 1765 | // The maximum value is 200; (higher values will be coerced to the maximum) |
1757 | | - int32 page_size = 1; |
| 1766 | + int32 page_size = 1 [(google.api.field_behavior) = OPTIONAL]; |
1758 | 1767 |
|
1759 | | - // A page token, received from a previous `ListAccounts` call. |
| 1768 | + // Optional. A page token, received from a previous `ListAccounts` call. |
1760 | 1769 | // Provide this to retrieve the subsequent page. |
1761 | 1770 | // When paginating, all other parameters provided to `ListAccounts` must |
1762 | 1771 | // match the call that provided the page token. |
1763 | | - string page_token = 2; |
| 1772 | + string page_token = 2 [(google.api.field_behavior) = OPTIONAL]; |
1764 | 1773 |
|
1765 | 1774 | // Whether to include soft-deleted (ie: "trashed") Accounts in the |
1766 | 1775 | // results. Accounts can be inspected to determine whether they are deleted or |
@@ -1854,17 +1863,17 @@ message ListPropertiesRequest { |
1854 | 1863 | // ``` |
1855 | 1864 | string filter = 1 [(google.api.field_behavior) = REQUIRED]; |
1856 | 1865 |
|
1857 | | - // The maximum number of resources to return. The service may return |
| 1866 | + // Optional. The maximum number of resources to return. The service may return |
1858 | 1867 | // fewer than this value, even if there are additional pages. |
1859 | 1868 | // If unspecified, at most 50 resources will be returned. |
1860 | 1869 | // The maximum value is 200; (higher values will be coerced to the maximum) |
1861 | | - int32 page_size = 2; |
| 1870 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
1862 | 1871 |
|
1863 | | - // A page token, received from a previous `ListProperties` call. |
| 1872 | + // Optional. A page token, received from a previous `ListProperties` call. |
1864 | 1873 | // Provide this to retrieve the subsequent page. |
1865 | 1874 | // When paginating, all other parameters provided to `ListProperties` must |
1866 | 1875 | // match the call that provided the page token. |
1867 | | - string page_token = 3; |
| 1876 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
1868 | 1877 |
|
1869 | 1878 | // Whether to include soft-deleted (ie: "trashed") Properties in the |
1870 | 1879 | // results. Properties can be inspected to determine whether they are deleted |
@@ -1958,17 +1967,17 @@ message ListFirebaseLinksRequest { |
1958 | 1967 | } |
1959 | 1968 | ]; |
1960 | 1969 |
|
1961 | | - // The maximum number of resources to return. The service may return |
| 1970 | + // Optional. The maximum number of resources to return. The service may return |
1962 | 1971 | // fewer than this value, even if there are additional pages. |
1963 | 1972 | // If unspecified, at most 50 resources will be returned. |
1964 | 1973 | // The maximum value is 200; (higher values will be coerced to the maximum) |
1965 | | - int32 page_size = 2; |
| 1974 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
1966 | 1975 |
|
1967 | | - // A page token, received from a previous `ListFirebaseLinks` call. |
| 1976 | + // Optional. A page token, received from a previous `ListFirebaseLinks` call. |
1968 | 1977 | // Provide this to retrieve the subsequent page. |
1969 | 1978 | // When paginating, all other parameters provided to `ListFirebaseLinks` must |
1970 | 1979 | // match the call that provided the page token. |
1971 | | - string page_token = 3; |
| 1980 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
1972 | 1981 | } |
1973 | 1982 |
|
1974 | 1983 | // Response message for ListFirebaseLinks RPC |
@@ -2046,17 +2055,17 @@ message ListGoogleAdsLinksRequest { |
2046 | 2055 | } |
2047 | 2056 | ]; |
2048 | 2057 |
|
2049 | | - // The maximum number of resources to return. |
| 2058 | + // Optional. The maximum number of resources to return. |
2050 | 2059 | // If unspecified, at most 50 resources will be returned. |
2051 | 2060 | // The maximum value is 200 (higher values will be coerced to the maximum). |
2052 | | - int32 page_size = 2; |
| 2061 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
2053 | 2062 |
|
2054 | | - // A page token, received from a previous `ListGoogleAdsLinks` call. |
| 2063 | + // Optional. A page token, received from a previous `ListGoogleAdsLinks` call. |
2055 | 2064 | // Provide this to retrieve the subsequent page. |
2056 | 2065 | // |
2057 | 2066 | // When paginating, all other parameters provided to `ListGoogleAdsLinks` must |
2058 | 2067 | // match the call that provided the page token. |
2059 | | - string page_token = 3; |
| 2068 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
2060 | 2069 | } |
2061 | 2070 |
|
2062 | 2071 | // Response message for ListGoogleAdsLinks RPC. |
@@ -2085,17 +2094,17 @@ message GetDataSharingSettingsRequest { |
2085 | 2094 |
|
2086 | 2095 | // Request message for ListAccountSummaries RPC. |
2087 | 2096 | message ListAccountSummariesRequest { |
2088 | | - // The maximum number of AccountSummary resources to return. The service may |
2089 | | - // return fewer than this value, even if there are additional pages. |
2090 | | - // If unspecified, at most 50 resources will be returned. |
2091 | | - // The maximum value is 200; (higher values will be coerced to the maximum) |
2092 | | - int32 page_size = 1; |
| 2097 | + // Optional. The maximum number of AccountSummary resources to return. The |
| 2098 | + // service may return fewer than this value, even if there are additional |
| 2099 | + // pages. If unspecified, at most 50 resources will be returned. The maximum |
| 2100 | + // value is 200; (higher values will be coerced to the maximum) |
| 2101 | + int32 page_size = 1 [(google.api.field_behavior) = OPTIONAL]; |
2093 | 2102 |
|
2094 | | - // A page token, received from a previous `ListAccountSummaries` call. |
2095 | | - // Provide this to retrieve the subsequent page. |
2096 | | - // When paginating, all other parameters provided to `ListAccountSummaries` |
2097 | | - // must match the call that provided the page token. |
2098 | | - string page_token = 2; |
| 2103 | + // Optional. A page token, received from a previous `ListAccountSummaries` |
| 2104 | + // call. Provide this to retrieve the subsequent page. When paginating, all |
| 2105 | + // other parameters provided to `ListAccountSummaries` must match the call |
| 2106 | + // that provided the page token. |
| 2107 | + string page_token = 2 [(google.api.field_behavior) = OPTIONAL]; |
2099 | 2108 | } |
2100 | 2109 |
|
2101 | 2110 | // Response message for ListAccountSummaries RPC. |
@@ -2273,16 +2282,17 @@ message ListMeasurementProtocolSecretsRequest { |
2273 | 2282 | } |
2274 | 2283 | ]; |
2275 | 2284 |
|
2276 | | - // The maximum number of resources to return. |
| 2285 | + // Optional. The maximum number of resources to return. |
2277 | 2286 | // If unspecified, at most 10 resources will be returned. |
2278 | 2287 | // The maximum value is 10. Higher values will be coerced to the maximum. |
2279 | | - int32 page_size = 2; |
| 2288 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
2280 | 2289 |
|
2281 | | - // A page token, received from a previous `ListMeasurementProtocolSecrets` |
2282 | | - // call. Provide this to retrieve the subsequent page. When paginating, all |
2283 | | - // other parameters provided to `ListMeasurementProtocolSecrets` must match |
2284 | | - // the call that provided the page token. |
2285 | | - string page_token = 3; |
| 2290 | + // Optional. A page token, received from a previous |
| 2291 | + // `ListMeasurementProtocolSecrets` call. Provide this to retrieve the |
| 2292 | + // subsequent page. When paginating, all other parameters provided to |
| 2293 | + // `ListMeasurementProtocolSecrets` must match the call that provided the page |
| 2294 | + // token. |
| 2295 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
2286 | 2296 | } |
2287 | 2297 |
|
2288 | 2298 | // Response message for ListMeasurementProtocolSecret RPC |
@@ -2362,18 +2372,18 @@ message ListSKAdNetworkConversionValueSchemasRequest { |
2362 | 2372 | } |
2363 | 2373 | ]; |
2364 | 2374 |
|
2365 | | - // The maximum number of resources to return. The service may return |
| 2375 | + // Optional. The maximum number of resources to return. The service may return |
2366 | 2376 | // fewer than this value, even if there are additional pages. |
2367 | 2377 | // If unspecified, at most 50 resources will be returned. |
2368 | 2378 | // The maximum value is 200; (higher values will be coerced to the maximum) |
2369 | | - int32 page_size = 2; |
| 2379 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
2370 | 2380 |
|
2371 | | - // A page token, received from a previous |
| 2381 | + // Optional. A page token, received from a previous |
2372 | 2382 | // `ListSKAdNetworkConversionValueSchemas` call. Provide this to retrieve the |
2373 | 2383 | // subsequent page. When paginating, all other parameters provided to |
2374 | 2384 | // `ListSKAdNetworkConversionValueSchema` must match the call that provided |
2375 | 2385 | // the page token. |
2376 | | - string page_token = 3; |
| 2386 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
2377 | 2387 | } |
2378 | 2388 |
|
2379 | 2389 | // Response message for ListSKAdNetworkConversionValueSchemas RPC |
@@ -2484,16 +2494,16 @@ message ListConversionEventsRequest { |
2484 | 2494 | } |
2485 | 2495 | ]; |
2486 | 2496 |
|
2487 | | - // The maximum number of resources to return. |
| 2497 | + // Optional. The maximum number of resources to return. |
2488 | 2498 | // If unspecified, at most 50 resources will be returned. |
2489 | 2499 | // The maximum value is 200; (higher values will be coerced to the maximum) |
2490 | | - int32 page_size = 2; |
| 2500 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
2491 | 2501 |
|
2492 | | - // A page token, received from a previous `ListConversionEvents` call. |
2493 | | - // Provide this to retrieve the subsequent page. |
2494 | | - // When paginating, all other parameters provided to `ListConversionEvents` |
2495 | | - // must match the call that provided the page token. |
2496 | | - string page_token = 3; |
| 2502 | + // Optional. A page token, received from a previous `ListConversionEvents` |
| 2503 | + // call. Provide this to retrieve the subsequent page. When paginating, all |
| 2504 | + // other parameters provided to `ListConversionEvents` must match the call |
| 2505 | + // that provided the page token. |
| 2506 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
2497 | 2507 | } |
2498 | 2508 |
|
2499 | 2509 | // Response message for ListConversionEvents RPC. |
@@ -2572,16 +2582,16 @@ message ListKeyEventsRequest { |
2572 | 2582 | } |
2573 | 2583 | ]; |
2574 | 2584 |
|
2575 | | - // The maximum number of resources to return. |
| 2585 | + // Optional. The maximum number of resources to return. |
2576 | 2586 | // If unspecified, at most 50 resources will be returned. |
2577 | 2587 | // The maximum value is 200; (higher values will be coerced to the maximum) |
2578 | | - int32 page_size = 2; |
| 2588 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
2579 | 2589 |
|
2580 | | - // A page token, received from a previous `ListKeyEvents` call. |
| 2590 | + // Optional. A page token, received from a previous `ListKeyEvents` call. |
2581 | 2591 | // Provide this to retrieve the subsequent page. |
2582 | 2592 | // When paginating, all other parameters provided to `ListKeyEvents` |
2583 | 2593 | // must match the call that provided the page token. |
2584 | | - string page_token = 3; |
| 2594 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
2585 | 2595 | } |
2586 | 2596 |
|
2587 | 2597 | // Response message for ListKeyEvents RPC. |
@@ -2907,17 +2917,17 @@ message ListCustomDimensionsRequest { |
2907 | 2917 | } |
2908 | 2918 | ]; |
2909 | 2919 |
|
2910 | | - // The maximum number of resources to return. |
| 2920 | + // Optional. The maximum number of resources to return. |
2911 | 2921 | // If unspecified, at most 50 resources will be returned. |
2912 | 2922 | // The maximum value is 200 (higher values will be coerced to the maximum). |
2913 | | - int32 page_size = 2; |
| 2923 | + int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; |
2914 | 2924 |
|
2915 | | - // A page token, received from a previous `ListCustomDimensions` call. |
2916 | | - // Provide this to retrieve the subsequent page. |
| 2925 | + // Optional. A page token, received from a previous `ListCustomDimensions` |
| 2926 | + // call. Provide this to retrieve the subsequent page. |
2917 | 2927 | // |
2918 | 2928 | // When paginating, all other parameters provided to `ListCustomDimensions` |
2919 | 2929 | // must match the call that provided the page token. |
2920 | | - string page_token = 3; |
| 2930 | + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; |
2921 | 2931 | } |
2922 | 2932 |
|
2923 | 2933 | // Response message for ListCustomDimensions RPC. |
@@ -4625,3 +4635,15 @@ message GetReportingIdentitySettingsRequest { |
4625 | 4635 | } |
4626 | 4636 | ]; |
4627 | 4637 | } |
| 4638 | + |
| 4639 | +// Request message for GetUserProvidedDataSettings RPC |
| 4640 | +message GetUserProvidedDataSettingsRequest { |
| 4641 | + // Required. The name of the user provided data settings to retrieve. |
| 4642 | + // Format: properties/{property}/userProvidedDataSettings |
| 4643 | + string name = 1 [ |
| 4644 | + (google.api.field_behavior) = REQUIRED, |
| 4645 | + (google.api.resource_reference) = { |
| 4646 | + type: "analyticsadmin.googleapis.com/UserProvidedDataSettings" |
| 4647 | + } |
| 4648 | + ]; |
| 4649 | +} |
0 commit comments