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
## Discovery Artifact Change Summary:
feat(gkehub): update the api b2c1bb0
feat(servicedirectory): update the api 1a87cd4
feat(servicenetworking): update the api 12d70c7
<pre>Gets the account's active ad summary by account ID.
92
+
93
+
Args:
94
+
profileId: string, User profile ID associated with this request. (required)
95
+
summaryAccountId: string, Account ID. (required)
96
+
x__xgafv: string, V1 error format.
97
+
Allowed values
98
+
1 - v1 error format
99
+
2 - v2 error format
100
+
101
+
Returns:
102
+
An object of the form:
103
+
104
+
{ # Gets a summary of active ads in an account.
105
+
"accountId": "A String", # ID of the account.
106
+
"activeAds": "A String", # Ads that have been activated for the account
107
+
"activeAdsLimitTier": "A String", # Maximum number of active ads allowed for the account.
108
+
"availableAds": "A String", # Ads that can be activated for the account.
109
+
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountActiveAdSummary".
profileId: string, User profile ID associated with this request. (required)
98
+
id: string, Account permission group ID. (required)
99
+
x__xgafv: string, V1 error format.
100
+
Allowed values
101
+
1 - v1 error format
102
+
2 - v2 error format
103
+
104
+
Returns:
105
+
An object of the form:
106
+
107
+
{ # AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.
108
+
"id": "A String", # ID of this account permission group.
109
+
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroup".
110
+
"name": "A String", # Name of this account permission group.
<pre>Retrieves the list of account permission groups.
117
+
118
+
Args:
119
+
profileId: string, User profile ID associated with this request. (required)
120
+
x__xgafv: string, V1 error format.
121
+
Allowed values
122
+
1 - v1 error format
123
+
2 - v2 error format
124
+
125
+
Returns:
126
+
An object of the form:
127
+
128
+
{ # Account Permission Group List Response
129
+
"accountPermissionGroups": [ # Account permission group collection.
130
+
{ # AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.
131
+
"id": "A String", # ID of this account permission group.
132
+
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroup".
133
+
"name": "A String", # Name of this account permission group.
134
+
},
135
+
],
136
+
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroupsListResponse".
0 commit comments