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

Commit d51d0ff

Browse files
yoshi-automationchingor13
authored andcommitted
feat: add ServiceMonitoringService (#11)
* [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
1 parent bc9e21e commit d51d0ff

File tree

94 files changed

+43900
-639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+43900
-639
lines changed

.gitignore

-13
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ nosetests.xml
1717

1818
# Mr Developer
1919
.mr.developer.cfg
20-
21-
.metadata
2220
.project
2321
.pydevproject
2422
*.iml
@@ -30,16 +28,5 @@ nosetests.xml
3028
# Built documentation
3129
docs/
3230

33-
34-
# Wheel directory used in Travis builds.
35-
gcloud-java-wheels/
36-
src/test/resources/gcd-head.zip
37-
src/test/resources/gcd-v1beta2-rev1-2.1.1.zip
38-
39-
# API key file containing value of GOOGLE_API_KEY for integration tests
40-
api_key
41-
4231
# Python utilities
4332
*.pyc
44-
artman-genfiles
45-
venv

.kokoro/release/drop.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ env_vars: {
44
key: "TRAMPOLINE_BUILD_FILE"
55
value: "github/java-monitoring/.kokoro/release/drop.sh"
66
}
7-
8-
# Download staging properties file.
9-
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java/releases/java-monitoring"

.kokoro/release/promote.cfg

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ env_vars: {
44
key: "TRAMPOLINE_BUILD_FILE"
55
value: "github/java-monitoring/.kokoro/release/promote.sh"
66
}
7-
8-
# Download staging properties file.
9-
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java/releases/java-monitoring"
10-

.kokoro/release/publish_javadoc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
3333
# compile all packages
3434
mvn clean install -B -DskipTests=true
3535

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

3939
# build the docs

0 commit comments

Comments
 (0)