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 (#43)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6d8a2230-83a8-47a6-a140-19101e563b93/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 9071df6 commit 8496f5e
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 3 deletions.
@@ -0,0 +1,117 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.cloud.channel.v1",
"libraryPackage": "com.google.cloud.channel.v1",
"services": {
"CloudChannelService": {
"clients": {
"grpc": {
"libraryClient": "CloudChannelServiceClient",
"rpcs": {
"ActivateEntitlement": {
"methods": ["activateEntitlementAsync", "activateEntitlementOperationCallable", "activateEntitlementCallable"]
},
"CancelEntitlement": {
"methods": ["cancelEntitlementAsync", "cancelEntitlementOperationCallable", "cancelEntitlementCallable"]
},
"ChangeOffer": {
"methods": ["changeOfferAsync", "changeOfferOperationCallable", "changeOfferCallable"]
},
"ChangeParameters": {
"methods": ["changeParametersAsync", "changeParametersOperationCallable", "changeParametersCallable"]
},
"ChangeRenewalSettings": {
"methods": ["changeRenewalSettingsAsync", "changeRenewalSettingsOperationCallable", "changeRenewalSettingsCallable"]
},
"CheckCloudIdentityAccountsExist": {
"methods": ["checkCloudIdentityAccountsExist", "checkCloudIdentityAccountsExistCallable"]
},
"CreateChannelPartnerLink": {
"methods": ["createChannelPartnerLink", "createChannelPartnerLinkCallable"]
},
"CreateCustomer": {
"methods": ["createCustomer", "createCustomerCallable"]
},
"CreateEntitlement": {
"methods": ["createEntitlementAsync", "createEntitlementOperationCallable", "createEntitlementCallable"]
},
"DeleteCustomer": {
"methods": ["deleteCustomer", "deleteCustomer", "deleteCustomer", "deleteCustomerCallable"]
},
"GetChannelPartnerLink": {
"methods": ["getChannelPartnerLink", "getChannelPartnerLinkCallable"]
},
"GetCustomer": {
"methods": ["getCustomer", "getCustomer", "getCustomer", "getCustomerCallable"]
},
"GetEntitlement": {
"methods": ["getEntitlement", "getEntitlementCallable"]
},
"ListChannelPartnerLinks": {
"methods": ["listChannelPartnerLinks", "listChannelPartnerLinksPagedCallable", "listChannelPartnerLinksCallable"]
},
"ListCustomers": {
"methods": ["listCustomers", "listCustomersPagedCallable", "listCustomersCallable"]
},
"ListEntitlements": {
"methods": ["listEntitlements", "listEntitlementsPagedCallable", "listEntitlementsCallable"]
},
"ListOffers": {
"methods": ["listOffers", "listOffersPagedCallable", "listOffersCallable"]
},
"ListProducts": {
"methods": ["listProducts", "listProductsPagedCallable", "listProductsCallable"]
},
"ListPurchasableOffers": {
"methods": ["listPurchasableOffers", "listPurchasableOffersPagedCallable", "listPurchasableOffersCallable"]
},
"ListPurchasableSkus": {
"methods": ["listPurchasableSkus", "listPurchasableSkusPagedCallable", "listPurchasableSkusCallable"]
},
"ListSkus": {
"methods": ["listSkus", "listSkusPagedCallable", "listSkusCallable"]
},
"ListSubscribers": {
"methods": ["listSubscribers", "listSubscribersPagedCallable", "listSubscribersCallable"]
},
"ListTransferableOffers": {
"methods": ["listTransferableOffers", "listTransferableOffersPagedCallable", "listTransferableOffersCallable"]
},
"ListTransferableSkus": {
"methods": ["listTransferableSkus", "listTransferableSkusPagedCallable", "listTransferableSkusCallable"]
},
"ProvisionCloudIdentity": {
"methods": ["provisionCloudIdentityAsync", "provisionCloudIdentityOperationCallable", "provisionCloudIdentityCallable"]
},
"RegisterSubscriber": {
"methods": ["registerSubscriber", "registerSubscriberCallable"]
},
"StartPaidService": {
"methods": ["startPaidServiceAsync", "startPaidServiceOperationCallable", "startPaidServiceCallable"]
},
"SuspendEntitlement": {
"methods": ["suspendEntitlementAsync", "suspendEntitlementOperationCallable", "suspendEntitlementCallable"]
},
"TransferEntitlements": {
"methods": ["transferEntitlementsAsync", "transferEntitlementsOperationCallable", "transferEntitlementsCallable"]
},
"TransferEntitlementsToGoogle": {
"methods": ["transferEntitlementsToGoogleAsync", "transferEntitlementsToGoogleOperationCallable", "transferEntitlementsToGoogleCallable"]
},
"UnregisterSubscriber": {
"methods": ["unregisterSubscriber", "unregisterSubscriberCallable"]
},
"UpdateChannelPartnerLink": {
"methods": ["updateChannelPartnerLink", "updateChannelPartnerLinkCallable"]
},
"UpdateCustomer": {
"methods": ["updateCustomer", "updateCustomerCallable"]
}
}
}
}
}
}
}
7 changes: 4 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-channel.git",
"sha": "4423ee0bd87f97b4bee46b53d86496c21744557f"
"sha": "9071df63ce0c21ccf6e2d7ec149e361ff81c0cd7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e8bc4471a88ac5f60defe3ed436f517174e59ba0",
"internalRef": "357800868"
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
}
},
{
Expand Down Expand Up @@ -103,6 +103,7 @@
"codecov.yaml",
"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/CloudChannelServiceClient.java",
"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/CloudChannelServiceSettings.java",
"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/gapic_metadata.json",
"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/package-info.java",
"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/CloudChannelServiceStub.java",
"google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/CloudChannelServiceStubSettings.java",
Expand Down

0 comments on commit 8496f5e

Please sign in to comment.