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
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1027
+
* @returns {Promise} - The promise which resolves to an array.
1028
+
* The first element of the array is an object representing [Location]{@link google.cloud.location.Location}.
* Lists information about the supported locations for this service. Returns an iterable object.
1061
+
*
1062
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
1063
+
* @param {Object} request
1064
+
* The request object that will be sent.
1065
+
* @param {string} request.name
1066
+
* The resource that owns the locations collection, if applicable.
1067
+
* @param {string} request.filter
1068
+
* The standard list filter.
1069
+
* @param {number} request.pageSize
1070
+
* The standard list page size.
1071
+
* @param {string} request.pageToken
1072
+
* The standard list page token.
1073
+
* @param {object} [options]
1074
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1075
+
* @returns {Object}
1076
+
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1077
+
* When you iterate the returned iterable, each element will be an object representing
1078
+
* [Location]{@link google.cloud.location.Location}. The API will be called under the hood as needed, once per the page,
1079
+
* so you can stop the iteration when you don't need more results.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
3918
+
* @returns {Promise} - The promise which resolves to an array.
3919
+
* The first element of the array is an object representing [Location]{@link google.cloud.location.Location}.
* Lists information about the supported locations for this service. Returns an iterable object.
3952
+
*
3953
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
3954
+
* @param {Object} request
3955
+
* The request object that will be sent.
3956
+
* @param {string} request.name
3957
+
* The resource that owns the locations collection, if applicable.
3958
+
* @param {string} request.filter
3959
+
* The standard list filter.
3960
+
* @param {number} request.pageSize
3961
+
* The standard list page size.
3962
+
* @param {string} request.pageToken
3963
+
* The standard list page token.
3964
+
* @param {object} [options]
3965
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
3966
+
* @returns {Object}
3967
+
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
3968
+
* When you iterate the returned iterable, each element will be an object representing
3969
+
* [Location]{@link google.cloud.location.Location}. The API will be called under the hood as needed, once per the page,
3970
+
* so you can stop the iteration when you don't need more results.
0 commit comments