Skip to content
This repository has been archived by the owner on Sep 27, 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 (#644)

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 f954ec3 commit 4428f6e
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 3 deletions.
@@ -0,0 +1,60 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.bigquery.datatransfer.v1",
"libraryPackage": "com.google.cloud.bigquery.datatransfer.v1",
"services": {
"DataTransferService": {
"clients": {
"grpc": {
"libraryClient": "DataTransferServiceClient",
"rpcs": {
"CheckValidCreds": {
"methods": ["checkValidCreds", "checkValidCreds", "checkValidCreds", "checkValidCredsCallable"]
},
"CreateTransferConfig": {
"methods": ["createTransferConfig", "createTransferConfig", "createTransferConfig", "createTransferConfig", "createTransferConfigCallable"]
},
"DeleteTransferConfig": {
"methods": ["deleteTransferConfig", "deleteTransferConfig", "deleteTransferConfig", "deleteTransferConfigCallable"]
},
"DeleteTransferRun": {
"methods": ["deleteTransferRun", "deleteTransferRun", "deleteTransferRun", "deleteTransferRunCallable"]
},
"GetDataSource": {
"methods": ["getDataSource", "getDataSource", "getDataSource", "getDataSourceCallable"]
},
"GetTransferConfig": {
"methods": ["getTransferConfig", "getTransferConfig", "getTransferConfig", "getTransferConfigCallable"]
},
"GetTransferRun": {
"methods": ["getTransferRun", "getTransferRun", "getTransferRun", "getTransferRunCallable"]
},
"ListDataSources": {
"methods": ["listDataSources", "listDataSources", "listDataSources", "listDataSources", "listDataSourcesPagedCallable", "listDataSourcesCallable"]
},
"ListTransferConfigs": {
"methods": ["listTransferConfigs", "listTransferConfigs", "listTransferConfigs", "listTransferConfigs", "listTransferConfigsPagedCallable", "listTransferConfigsCallable"]
},
"ListTransferLogs": {
"methods": ["listTransferLogs", "listTransferLogs", "listTransferLogs", "listTransferLogsPagedCallable", "listTransferLogsCallable"]
},
"ListTransferRuns": {
"methods": ["listTransferRuns", "listTransferRuns", "listTransferRuns", "listTransferRunsPagedCallable", "listTransferRunsCallable"]
},
"ScheduleTransferRuns": {
"methods": ["scheduleTransferRuns", "scheduleTransferRuns", "scheduleTransferRuns", "scheduleTransferRunsCallable"]
},
"StartManualTransferRuns": {
"methods": ["startManualTransferRuns", "startManualTransferRunsCallable"]
},
"UpdateTransferConfig": {
"methods": ["updateTransferConfig", "updateTransferConfig", "updateTransferConfigCallable"]
}
}
}
}
}
}
}
7 changes: 4 additions & 3 deletions synth.metadata
Expand Up @@ -11,15 +11,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
"sha": "a2e56305886fa35acb15d5886d63e6b10b905e5a"
"sha": "f954ec30ba9cca88c5f3eb62f41f389d298b6a3f"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
Expand Down Expand Up @@ -107,6 +107,7 @@
"codecov.yaml",
"google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceClient.java",
"google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceSettings.java",
"google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/gapic_metadata.json",
"google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/package-info.java",
"google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/stub/DataTransferServiceStub.java",
"google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/stub/DataTransferServiceStubSettings.java",
Expand Down

0 comments on commit 4428f6e

Please sign in to comment.