File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ gcloud beta emulators datastore start --host-port <hostname of machine>:<port>
5858
5959#### On your machine
6060
61- You can test against a temporary local DNS by following these steps:
61+ You can test against a in-memory local DNS by following these steps:
6262
63631 . Before running your testing code, start the DNS emulator ` LocalDnsHelper ` . This can be done as follows:
6464
@@ -72,7 +72,7 @@ You can test against a temporary local DNS by following these steps:
7272 The ` delay ` parameter determines if change requests should be processed synchronously
7373 (value ` 0 ` ) or in a separate thread with a delay of ` delay ` milliseconds.
7474
75- 2 . In your program, create and use a DNS service object whose host is set to ` localhost ` at the appropriate port . For example:
75+ 2 . In your program, create and use a DNS service object by using the ` options() ` of ` LocalDnsHelper ` . For example:
7676
7777 ``` java
7878 Dns dns = LocalDnsHelper . options(). service();
@@ -118,7 +118,7 @@ Here is an example that clears the bucket created in Step 3 with a timeout of 5
118118
119119#### On your machine
120120
121- You can test against a temporary local Resource Manager by following these steps:
121+ You can test against a in-memory local Resource Manager by following these steps:
122122
1231231 . Before running your testing code, start the Resource Manager emulator ` LocalResourceManagerHelper ` . This can be done as follows:
124124
You can’t perform that action at this time.
0 commit comments