Skip to content

Commit

Permalink
Re-run synthtool
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Feb 20, 2020
1 parent 780aca3 commit 27cc947
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@
* FirestoreClient.create(firestoreSettings);
* </code>
* </pre>
* @deprecated Use com.google.cloud.firestore.v1.FirestoreClient instead
*/
@Generated("by gapic-generator")
@BetaApi
@Deprecated
public class FirestoreClient implements BackgroundResource {
private final FirestoreSettings settings;
private final FirestoreStub stub;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@
* FirestoreSettings firestoreSettings = firestoreSettingsBuilder.build();
* </code>
* </pre>
* @deprecated Use com.google.cloud.firestore.v1.FirestoreSettings instead
*/
@Generated("by gapic-generator")
@BetaApi
@Deprecated
public class FirestoreSettings extends ClientSettings<FirestoreSettings> {
/** Returns the object with the settings used for calls to getDocument. */
public UnaryCallSettings<GetDocumentRequest, Document> getDocumentSettings() {
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-02-20T23:35:57.062926Z",
"updateTime": "2020-02-20T23:44:11.323234Z",
"sources": [
{
"generator": {
Expand All @@ -11,8 +11,8 @@
{
"git": {
"name": ".",
"remote": "[email protected]:googleapis/java-firestore.git",
"sha": "aee6f6cc32c554a33ef6f7b428869c69177c70a5"
"remote": "[email protected]:schmidt-sebastian/java-firestore.git",
"sha": "780aca3341bf91563821de2b6a431190bbd25ea5"
}
},
{
Expand Down

0 comments on commit 27cc947

Please sign in to comment.