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

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/ea0b6d57-861c-49fb-bb53-2578058590eb/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 0388424 commit dcbbd77
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.recommendationengine.v1beta1",
"libraryPackage": "com.google.cloud.recommendationengine.v1beta1",
"services": {
"CatalogService": {
"clients": {
"grpc": {
"libraryClient": "CatalogServiceClient",
"rpcs": {
"CreateCatalogItem": {
"methods": ["createCatalogItem", "createCatalogItem", "createCatalogItem", "createCatalogItemCallable"]
},
"DeleteCatalogItem": {
"methods": ["deleteCatalogItem", "deleteCatalogItem", "deleteCatalogItem", "deleteCatalogItemCallable"]
},
"GetCatalogItem": {
"methods": ["getCatalogItem", "getCatalogItem", "getCatalogItem", "getCatalogItemCallable"]
},
"ImportCatalogItems": {
"methods": ["importCatalogItemsAsync", "importCatalogItemsAsync", "importCatalogItemsAsync", "importCatalogItemsOperationCallable", "importCatalogItemsCallable"]
},
"ListCatalogItems": {
"methods": ["listCatalogItems", "listCatalogItems", "listCatalogItems", "listCatalogItemsPagedCallable", "listCatalogItemsCallable"]
},
"UpdateCatalogItem": {
"methods": ["updateCatalogItem", "updateCatalogItem", "updateCatalogItem", "updateCatalogItemCallable"]
}
}
}
}
},
"PredictionApiKeyRegistry": {
"clients": {
"grpc": {
"libraryClient": "PredictionApiKeyRegistryClient",
"rpcs": {
"CreatePredictionApiKeyRegistration": {
"methods": ["createPredictionApiKeyRegistration", "createPredictionApiKeyRegistration", "createPredictionApiKeyRegistration", "createPredictionApiKeyRegistrationCallable"]
},
"DeletePredictionApiKeyRegistration": {
"methods": ["deletePredictionApiKeyRegistration", "deletePredictionApiKeyRegistration", "deletePredictionApiKeyRegistration", "deletePredictionApiKeyRegistrationCallable"]
},
"ListPredictionApiKeyRegistrations": {
"methods": ["listPredictionApiKeyRegistrations", "listPredictionApiKeyRegistrations", "listPredictionApiKeyRegistrations", "listPredictionApiKeyRegistrationsPagedCallable", "listPredictionApiKeyRegistrationsCallable"]
}
}
}
}
},
"PredictionService": {
"clients": {
"grpc": {
"libraryClient": "PredictionServiceClient",
"rpcs": {
"Predict": {
"methods": ["predict", "predict", "predict", "predictPagedCallable", "predictCallable"]
}
}
}
}
},
"UserEventService": {
"clients": {
"grpc": {
"libraryClient": "UserEventServiceClient",
"rpcs": {
"CollectUserEvent": {
"methods": ["collectUserEvent", "collectUserEvent", "collectUserEvent", "collectUserEventCallable"]
},
"ImportUserEvents": {
"methods": ["importUserEventsAsync", "importUserEventsAsync", "importUserEventsAsync", "importUserEventsOperationCallable", "importUserEventsCallable"]
},
"ListUserEvents": {
"methods": ["listUserEvents", "listUserEvents", "listUserEvents", "listUserEventsPagedCallable", "listUserEventsCallable"]
},
"PurgeUserEvents": {
"methods": ["purgeUserEventsAsync", "purgeUserEventsAsync", "purgeUserEventsAsync", "purgeUserEventsOperationCallable", "purgeUserEventsCallable"]
},
"WriteUserEvent": {
"methods": ["writeUserEvent", "writeUserEvent", "writeUserEvent", "writeUserEventCallable"]
}
}
}
}
}
}
}
7 changes: 4 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-recommendations-ai.git",
"sha": "359cf4c3a78091f29e1ebcaee53c3c79f068ec51"
"sha": "038842421cd49d6c8149aa56f8e673842bf5ba98"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
Expand Down Expand Up @@ -109,6 +109,7 @@
"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionServiceSettings.java",
"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserEventServiceClient.java",
"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserEventServiceSettings.java",
"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/gapic_metadata.json",
"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/package-info.java",
"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/CatalogServiceStub.java",
"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/CatalogServiceStubSettings.java",
Expand Down

0 comments on commit dcbbd77

Please sign in to comment.