Skip to content

Commit

Permalink
[RW-7885, PF-1376] Consumer Quota Metrics Create endpoint (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycarlton authored Mar 10, 2022
1 parent a4a69f4 commit 50d4a44
Show file tree
Hide file tree
Showing 24 changed files with 370 additions and 96 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package bio.terra.cloudres.azure.resourcemanager.relay.data;

import bio.terra.cloudres.azure.resourcemanager.common.ResourceManagerRequestData;
import com.azure.core.management.Region;
import com.google.gson.JsonObject;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import bio.terra.janitor.model.CloudResourceUid;
import com.google.auto.value.AutoValue;
import com.google.gson.JsonObject;

import java.util.Optional;

/**
Expand Down
2 changes: 1 addition & 1 deletion google-compute/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api project(':common')
api project(':google-api-services-common')

api group: 'com.google.apis', name: 'google-api-services-compute', version: 'v1-rev20200811-1.30.10'
api group: 'com.google.apis', name: 'google-api-services-compute', version: 'v1-rev20220224-1.32.1'

testImplementation(testFixtures(project(':google-api-services-common')))
testImplementation(testFixtures(project(':google-billing')))
Expand Down
30 changes: 14 additions & 16 deletions google-compute/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3=runtimeClasspath,t
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.12.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.android:annotations:4.1.1.4=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.api-client:google-api-client:1.31.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.api-client:google-api-client:1.33.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.api.grpc:proto-google-cloud-billing-v1:1.1.17=testCompileClasspath,testRuntimeClasspath
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.94.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.api.grpc:proto-google-common-protos:2.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand All @@ -20,8 +20,8 @@ com.google.api:gax-grpc:1.63.0=runtimeClasspath,testCompileClasspath,testFixture
com.google.api:gax-httpjson:0.80.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.api:gax:1.63.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.apis:google-api-services-cloudresourcemanager:v3-rev20210411-1.31.0=testCompileClasspath,testRuntimeClasspath
com.google.apis:google-api-services-compute:v1-rev20200811-1.30.10=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.apis:google-api-services-serviceusage:v1-rev20200821-1.30.10=testCompileClasspath,testRuntimeClasspath
com.google.apis:google-api-services-compute:v1-rev20220224-1.32.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.apis:google-api-services-serviceusage:v1beta1-rev20210806-1.32.1=testCompileClasspath,testRuntimeClasspath
com.google.auth:google-auth-library-credentials:0.25.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.auth:google-auth-library-oauth2-http:0.25.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.auto.value:auto-value-annotations:1.8.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand All @@ -32,18 +32,17 @@ com.google.cloud:google-cloud-core:1.94.8=compileClasspath,runtimeClasspath,test
com.google.cloud:google-cloud-pubsub:1.112.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.cloud:libraries-bom:20.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.code.gson:gson:2.8.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.5.1=compileClasspath,testFixturesCompileClasspath
com.google.errorprone:error_prone_annotations:2.6.0=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.code.gson:gson:2.8.9=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.guava:guava:30.1.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.guava:guava:31.0.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.http-client:google-http-client-apache-v2:1.39.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.http-client:google-http-client-apache-v2:1.41.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.http-client:google-http-client-appengine:1.39.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.http-client:google-http-client-gson:1.39.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.http-client:google-http-client:1.39.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.http-client:google-http-client-gson:1.41.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.http-client:google-http-client:1.41.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.oauth-client:google-oauth-client:1.31.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.oauth-client:google-oauth-client:1.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.protobuf:protobuf-java-util:3.15.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.protobuf:protobuf-java:3.15.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.lmax:disruptor:3.4.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand All @@ -60,9 +59,8 @@ io.grpc:grpc-netty-shaded:1.37.0=runtimeClasspath,testCompileClasspath,testFixtu
io.grpc:grpc-protobuf-lite:1.37.0=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.grpc:grpc-protobuf:1.37.0=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.grpc:grpc-stub:1.37.0=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-api:0.28.0=compileClasspath,testCompileClasspath,testFixturesCompileClasspath
io.opencensus:opencensus-api:0.28.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-contrib-http-util:0.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-api:0.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-contrib-http-util:0.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-impl-core:0.28.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-impl:0.28.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.perfmark:perfmark-api:0.23.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand All @@ -77,10 +75,10 @@ junit:junit:4.13.1=testFixturesRuntimeClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.10.15=testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.10.15=testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.httpcomponents:httpcore:4.4.14=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.httpcomponents:httpcore:4.4.15=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.20=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.conscrypt:conscrypt-openjdk-uber:2.5.1=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.glassfish.hk2.external:jakarta.inject:2.6.1=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion google-compute/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Please update platform to consume version updates, see here for more:
# https://github.com/DataBiosphere/terra-cloud-resource-lib#publishing-an-update
version = 0.14.0
version = 0.15.0
2 changes: 1 addition & 1 deletion google-dns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api project(':common')
api project(':google-api-services-common')

api group: 'com.google.apis', name: 'google-api-services-dns', version: 'v1-rev20200806-1.30.10'
api group: 'com.google.apis', name: 'google-api-services-dns', version: 'v2-rev20220217-1.32.1'

testImplementation(testFixtures(project(':google-billing')))
testImplementation(testFixtures(project(':google-cloudresourcemanager')))
Expand Down
Loading

0 comments on commit 50d4a44

Please sign in to comment.