File tree Expand file tree Collapse file tree
google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717package com .google .cloud .datastore .testing ;
1818
19+ import com .google .api .core .InternalApi ;
1920import com .google .cloud .NoCredentials ;
2021import com .google .cloud .ServiceOptions ;
2122import com .google .cloud .datastore .DatastoreOptions ;
4243
4344/**
4445 * Utility to start and stop local Google Cloud Datastore process.
46+ *
47+ * Internal testing use only
4548 */
49+ @ InternalApi
4650public class LocalDatastoreHelper extends BaseEmulatorHelper <DatastoreOptions > {
4751
4852 private final List <EmulatorRunner > emulatorRunners ;
Original file line number Diff line number Diff line change 1717package com .google .cloud .datastore .testing ;
1818
1919import com .google .cloud .HttpTransportOptions ;
20+ import com .google .api .core .InternalApi ;
2021import com .google .api .gax .core .RetrySettings ;
2122import com .google .cloud .datastore .Datastore ;
2223import com .google .cloud .datastore .DatastoreOptions ;
4142 * {@link HttpTransportOptions#getConnectTimeout()} and
4243 * {@link HttpTransportOptions#getReadTimeout()} are both
4344 * both set to {@code 60000}.
45+ *
46+ * Internal testing use only
4447 */
48+ @ InternalApi
4549public class RemoteDatastoreHelper {
4650
4751 private final DatastoreOptions options ;
You can’t perform that action at this time.
0 commit comments