Searched +full:cloud +full:- +full:datastore +full:- +full:emulator (Results 1 – 6 of 6) sorted by relevance
| /external/oss-fuzz/infra/build/functions/ |
| D | test_utils.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 """Utility functions for testing cloud functions.""" 33 IMAGE_PROJECT = 'oss-fuzz' 34 BASE_IMAGES_PROJECT = 'oss-fuzz-base' 35 PROJECT = 'test-project' 55 """Start Datastore emulator.""" 60 'datastore', 62 '--consistency=1.0', 63 '--host-port=localhost:' + str(DATASTORE_EMULATOR_PORT), 64 '--project=' + PROJECT, [all …]
|
| /external/skia/infra/bots/assets/gcloud_linux/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 19 # See https://cloud.google.com/sdk/downloads#versioned for documentation on 22 GCLOUD_BASE_NAME='google-cloud-sdk' 23 GCLOUD_ARCHIVE = '%s-343.0.0-linux-x86_64.tar.gz' % GCLOUD_BASE_NAME 30 subprocess.check_call(['curl', GCLOUD_URL, '-o', GCLOUD_ARCHIVE]) 33 subprocess.check_call(['tar', '-xzf', GCLOUD_ARCHIVE, 34 '--strip-components=1', 35 '-C', target_dir]) 43 'install', 'beta', 'cloud-datastore-emulator', 44 '--quiet'], env=env) [all …]
|
| /external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/ |
| D | DatastoreExample.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.examples.datastore; 19 import com.google.cloud.Timestamp; 20 import com.google.cloud.datastore.Datastore; 21 import com.google.cloud.datastore.DatastoreOptions; 22 import com.google.cloud.datastore.Entity; 23 import com.google.cloud.datastore.FullEntity; 24 import com.google.cloud.datastore.IncompleteKey; 25 import com.google.cloud.datastore.Key; 26 import com.google.cloud.datastore.KeyFactory; [all …]
|
| /external/perfetto/infra/ci/controller/ |
| D | index.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 # This index.yaml is automatically updated whenever the Cloud Datastore 19 # emulator detects that a new type of query is run. If you want to manage the
|
| /external/oss-fuzz/.github/workflows/ |
| D | infra_tests.yml | 5 - 'infra/**' 6 - '.github/workflows/**' 10 runs-on: ubuntu-latest 13 - name: Cancel previous 14 uses: styfle/cancel-workflow-action@0.8.0 18 - uses: actions/checkout@v2 20 fetch-depth: 0 21 - run: | 22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master 24 - name: Setup python environment [all …]
|
| /external/google-cloud-java/ |
| D | CONTRIBUTING.md | 10 Here are some guidelines for hacking on google-cloud-java. 13 -------------------- 14 * `google-cloud-java` (`/pom.xml`) 17 * `google-cloud-pom-parent` 18 * Serves as the parent POM for the `gapic-libraries-bom` and module mini BOMs. 20 * `google-cloud-jar-parent` 22 * The only POM where non-annotated versions should be managed using `dependencyManagement`. 26 * `gapic-libraries-bom` 27 * A BOM for all non-preview libraries in the monorepo. 28 * `java-*` [all …]
|