Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
feat: add ServiceMonitoringService (#11)
Browse files Browse the repository at this point in the history
* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* fix: use java.gapic_library helper and regen

* fix: package pattern in synth script to fix headers
  • Loading branch information
yoshi-automation authored and chingor13 committed Nov 15, 2019
1 parent bc9e21e commit d51d0ff
Show file tree
Hide file tree
Showing 94 changed files with 43,900 additions and 639 deletions.
13 changes: 0 additions & 13 deletions .gitignore
Expand Up @@ -17,8 +17,6 @@ nosetests.xml

# Mr Developer
.mr.developer.cfg

.metadata
.project
.pydevproject
*.iml
Expand All @@ -30,16 +28,5 @@ nosetests.xml
# Built documentation
docs/


# Wheel directory used in Travis builds.
gcloud-java-wheels/
src/test/resources/gcd-head.zip
src/test/resources/gcd-v1beta2-rev1-2.1.1.zip

# API key file containing value of GOOGLE_API_KEY for integration tests
api_key

# Python utilities
*.pyc
artman-genfiles
venv
3 changes: 0 additions & 3 deletions .kokoro/release/drop.cfg
Expand Up @@ -4,6 +4,3 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-monitoring/.kokoro/release/drop.sh"
}

# Download staging properties file.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java/releases/java-monitoring"
4 changes: 0 additions & 4 deletions .kokoro/release/promote.cfg
Expand Up @@ -4,7 +4,3 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-monitoring/.kokoro/release/promote.sh"
}

# Download staging properties file.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java/releases/java-monitoring"

2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -DskipTests=true

NAME=monitoring
NAME=google-cloud-monitoring
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
Expand Down

0 comments on commit d51d0ff

Please sign in to comment.