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 9210660 commit ede9f89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@
* FirestoreClient.create(firestoreSettings);
* </code>
* </pre>
* @deprecated Use v1/FirestoreSettings 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 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
4 changes: 2 additions & 2 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:38:06.768655Z",
"sources": [
{
"generator": {
Expand All @@ -12,7 +12,7 @@
"git": {
"name": ".",
"remote": "[email protected]:googleapis/java-firestore.git",
"sha": "aee6f6cc32c554a33ef6f7b428869c69177c70a5"
"sha": "921066004427b6572f7d3c6448fd420981187f37"
}
},
{
Expand Down

0 comments on commit ede9f89

Please sign in to comment.