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

Commit

Permalink
chore: release gapic-generator-java v0.0.21 with gapic_metadata.json …
Browse files Browse the repository at this point in the history
…support (#312)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4e021054-20b0-4422-bf03-10291684f63d/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 358516065
Source-Link: googleapis/googleapis@af8f71d
  • Loading branch information
yoshi-automation committed Feb 22, 2021
1 parent 98ee3cf commit a521601
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 5 deletions.
@@ -0,0 +1,45 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.bigquery.connection.v1beta1",
"libraryPackage": "com.google.cloud.bigquery.connection.v1beta1",
"services": {
"ConnectionService": {
"clients": {
"grpc": {
"libraryClient": "ConnectionServiceClient",
"rpcs": {
"CreateConnection": {
"methods": ["createConnection", "createConnection", "createConnection", "createConnectionCallable"]
},
"DeleteConnection": {
"methods": ["deleteConnection", "deleteConnection", "deleteConnection", "deleteConnectionCallable"]
},
"GetConnection": {
"methods": ["getConnection", "getConnection", "getConnection", "getConnectionCallable"]
},
"GetIamPolicy": {
"methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"]
},
"ListConnections": {
"methods": ["listConnections", "listConnections", "listConnections", "listConnectionsCallable"]
},
"SetIamPolicy": {
"methods": ["setIamPolicy", "setIamPolicy", "setIamPolicy", "setIamPolicyCallable"]
},
"TestIamPermissions": {
"methods": ["testIamPermissions", "testIamPermissions", "testIamPermissions", "testIamPermissionsCallable"]
},
"UpdateConnection": {
"methods": ["updateConnection", "updateConnection", "updateConnection", "updateConnectionCallable"]
},
"UpdateConnectionCredential": {
"methods": ["updateConnectionCredential", "updateConnectionCredential", "updateConnectionCredentialCallable"]
}
}
}
}
}
}
}
@@ -0,0 +1,42 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.bigquery.connection.v1",
"libraryPackage": "com.google.cloud.bigqueryconnection.v1",
"services": {
"ConnectionService": {
"clients": {
"grpc": {
"libraryClient": "ConnectionServiceClient",
"rpcs": {
"CreateConnection": {
"methods": ["createConnection", "createConnection", "createConnection", "createConnectionCallable"]
},
"DeleteConnection": {
"methods": ["deleteConnection", "deleteConnection", "deleteConnection", "deleteConnectionCallable"]
},
"GetConnection": {
"methods": ["getConnection", "getConnection", "getConnection", "getConnectionCallable"]
},
"GetIamPolicy": {
"methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"]
},
"ListConnections": {
"methods": ["listConnections", "listConnections", "listConnections", "listConnectionsPagedCallable", "listConnectionsCallable"]
},
"SetIamPolicy": {
"methods": ["setIamPolicy", "setIamPolicy", "setIamPolicy", "setIamPolicyCallable"]
},
"TestIamPermissions": {
"methods": ["testIamPermissions", "testIamPermissions", "testIamPermissions", "testIamPermissionsCallable"]
},
"UpdateConnection": {
"methods": ["updateConnection", "updateConnection", "updateConnection", "updateConnectionCallable"]
}
}
}
}
}
}
}
12 changes: 7 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
"sha": "dcda48e9aa8dbb6b7314b79cb48837b8c54b9ecb"
"sha": "98ee3cf4a022efaf53ad0d29a96ae68509ac5232"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
Expand Down Expand Up @@ -115,13 +115,15 @@
"codecov.yaml",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/ConnectionServiceClient.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/ConnectionServiceSettings.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/gapic_metadata.json",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/package-info.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/ConnectionServiceStub.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/ConnectionServiceStubSettings.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/GrpcConnectionServiceCallableFactory.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/GrpcConnectionServiceStub.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceSettings.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/gapic_metadata.json",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/package-info.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/stub/ConnectionServiceStub.java",
"google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/stub/ConnectionServiceStubSettings.java",
Expand Down

0 comments on commit a521601

Please sign in to comment.