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
parent: string, Required. The account which owns the platforms. Format: accounts/{account} (required)
122
+
pageSize: integer, Optional. The maximum number of platforms to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
123
+
pageToken: string, Optional. A page token, received from a previous `ListPlatforms` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatforms` must match the call that provided the page token.
124
+
x__xgafv: string, V1 error format.
125
+
Allowed values
126
+
1 - v1 error format
127
+
2 - v2 error format
128
+
129
+
Returns:
130
+
An object of the form:
131
+
132
+
{ # Response definition for the platform list rpc.
133
+
"nextPageToken": "A String", # Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's "page_token" value to this.
134
+
"platforms": [ # The platforms returned in this list response.
135
+
{ # Representation of a Transparent Platform.
136
+
"defaultPlatformGroup": "A String", # Default platform group for the platform.
137
+
"description": "A String", # Output only. Description of the platform.
138
+
"name": "A String", # Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}
"description": "Optional. The maximum number of platforms to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.",
152
+
"format": "int32",
153
+
"location": "query",
154
+
"type": "integer"
155
+
},
156
+
"pageToken": {
157
+
"description": "Optional. A page token, received from a previous `ListPlatforms` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatforms` must match the call that provided the page token.",
158
+
"location": "query",
159
+
"type": "string"
160
+
},
161
+
"parent": {
162
+
"description": "Required. The account which owns the platforms. Format: accounts/{account}",
"description": "Response definition for the platform list rpc.",
704
+
"id": "ListPlatformsResponse",
705
+
"properties": {
706
+
"nextPageToken": {
707
+
"description": "Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's \"page_token\" value to this.",
708
+
"type": "string"
709
+
},
710
+
"platforms": {
711
+
"description": "The platforms returned in this list response.",
712
+
"items": {
713
+
"$ref": "Platform"
714
+
},
715
+
"type": "array"
716
+
}
717
+
},
718
+
"type": "object"
719
+
},
665
720
"ListSitesResponse": {
666
721
"description": "Response definition for the site list rpc.",
0 commit comments