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
* changes without context
autosynth cannot find the source of changes triggered by earlier changes in this
repository, or by version upgrades to tools such as linters.
* chore(python): include py.typed files in release
A py.typed file must be included in the released package for it to be considered typed by type checkers. https://www.python.org/dev/peps/pep-0561/#packaging-type-information. See googleapis/python-secret-manager#79
Source-Author: Bu Sun Kim <[email protected]>
Source-Date: Fri Feb 5 17:32:06 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 33366574ffb9e11737b3547eb6f020ecae0536e8
Source-Link: googleapis/synthtool@3336657
Co-authored-by: Christopher Wilcox <[email protected]>
The firestore client libraries use a shared set of conformance tests, the source of which can be found at https://github.com/googleapis/conformance-tests.
169
+
The firestore client libraries use a shared set of conformance tests, the source of which can be found at https://github.com/googleapis/conformance-tests.
170
170
171
-
To update the copy of these conformance tests used by this repository, run the provided Makefile:
171
+
To update the copy of these conformance tests used by this repository, run the provided Makefile:
on the ``request`` instance; if ``request`` is provided, this
188
186
should not be set.
189
-
index (:class:`google.cloud.firestore_admin_v1.types.Index`):
187
+
index (:class:`~.gfa_index.Index`):
190
188
Required. The composite index to
191
189
create.
192
-
193
190
This corresponds to the ``index`` field
194
191
on the ``request`` instance; if ``request`` is provided, this
195
192
should not be set.
@@ -201,11 +198,13 @@ async def create_index(
201
198
sent along with the request as metadata.
202
199
203
200
Returns:
204
-
google.api_core.operation_async.AsyncOperation:
201
+
~.operation_async.AsyncOperation:
205
202
An object representing a long-running operation.
206
203
207
-
The result type for the operation will be :class:`google.cloud.firestore_admin_v1.types.Index` Cloud Firestore indexes enable simple and complex queries against
on the ``request`` instance; if ``request`` is provided, this
921
913
should not be set.
@@ -927,22 +919,24 @@ async def import_documents(
927
919
sent along with the request as metadata.
928
920
929
921
Returns:
930
-
google.api_core.operation_async.AsyncOperation:
922
+
~.operation_async.AsyncOperation:
931
923
An object representing a long-running operation.
932
924
933
-
The result type for the operation will be :class:`google.protobuf.empty_pb2.Empty` A generic empty message that you can re-use to avoid defining duplicated
934
-
empty messages in your APIs. A typical example is to
935
-
use it as the request or the response type of an API
936
-
method. For instance:
925
+
The result type for the operation will be
926
+
:class:``~.empty.Empty``: A generic empty message that
927
+
you can re-use to avoid defining duplicated empty
928
+
messages in your APIs. A typical example is to use it as
929
+
the request or the response type of an API method. For
0 commit comments