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

Commit

Permalink
chore(bazel): update version of Protobuf to v3.20.1 (#297)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 444328399

Source-Link: googleapis/googleapis@c7ca416

Source-Link: googleapis/googleapis-gen@d617054
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDYxNzA1NDUzYTYyYjNlY2RhNzhhYTMwYzE5Mjg0MGViYzVhOGE5MCJ9

feat: Add API definitions for Cloud Channel Repricing APIs
PiperOrigin-RevId: 443782462

Source-Link: googleapis/googleapis@9efd976

Source-Link: googleapis/googleapis-gen@6a7e22c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE3ZTIyYzBkNDA2NTc3YWQyMjhmZWI4ZTM3NzUyMWJkMzczOTE5OCJ9
  • Loading branch information
gcf-owl-bot[bot] committed May 2, 2022
1 parent 1b43d73 commit 7a2f1ee
Show file tree
Hide file tree
Showing 140 changed files with 29,561 additions and 528 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
package com.google.cloud.channel.v1;

import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListChannelPartnerLinksPagedResponse;
import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPagedResponse;
import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse;
import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomersPagedResponse;
import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListEntitlementsPagedResponse;
import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListOffersPagedResponse;
Expand Down Expand Up @@ -315,6 +317,84 @@ public UnaryCallSettings<TransferEntitlementsRequest, Operation> transferEntitle
return ((CloudChannelServiceStubSettings) getStubSettings()).updateChannelPartnerLinkSettings();
}

/** Returns the object with the settings used for calls to getCustomerRepricingConfig. */
public UnaryCallSettings<GetCustomerRepricingConfigRequest, CustomerRepricingConfig>
getCustomerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.getCustomerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to listCustomerRepricingConfigs. */
public PagedCallSettings<
ListCustomerRepricingConfigsRequest,
ListCustomerRepricingConfigsResponse,
ListCustomerRepricingConfigsPagedResponse>
listCustomerRepricingConfigsSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.listCustomerRepricingConfigsSettings();
}

/** Returns the object with the settings used for calls to createCustomerRepricingConfig. */
public UnaryCallSettings<CreateCustomerRepricingConfigRequest, CustomerRepricingConfig>
createCustomerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.createCustomerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to updateCustomerRepricingConfig. */
public UnaryCallSettings<UpdateCustomerRepricingConfigRequest, CustomerRepricingConfig>
updateCustomerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.updateCustomerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to deleteCustomerRepricingConfig. */
public UnaryCallSettings<DeleteCustomerRepricingConfigRequest, Empty>
deleteCustomerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.deleteCustomerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to getChannelPartnerRepricingConfig. */
public UnaryCallSettings<GetChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig>
getChannelPartnerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.getChannelPartnerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to listChannelPartnerRepricingConfigs. */
public PagedCallSettings<
ListChannelPartnerRepricingConfigsRequest,
ListChannelPartnerRepricingConfigsResponse,
ListChannelPartnerRepricingConfigsPagedResponse>
listChannelPartnerRepricingConfigsSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.listChannelPartnerRepricingConfigsSettings();
}

/** Returns the object with the settings used for calls to createChannelPartnerRepricingConfig. */
public UnaryCallSettings<
CreateChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig>
createChannelPartnerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.createChannelPartnerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to updateChannelPartnerRepricingConfig. */
public UnaryCallSettings<
UpdateChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig>
updateChannelPartnerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.updateChannelPartnerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to deleteChannelPartnerRepricingConfig. */
public UnaryCallSettings<DeleteChannelPartnerRepricingConfigRequest, Empty>
deleteChannelPartnerRepricingConfigSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings())
.deleteChannelPartnerRepricingConfigSettings();
}

/** Returns the object with the settings used for calls to lookupOffer. */
public UnaryCallSettings<LookupOfferRequest, Offer> lookupOfferSettings() {
return ((CloudChannelServiceStubSettings) getStubSettings()).lookupOfferSettings();
Expand Down Expand Up @@ -700,6 +780,83 @@ public UnaryCallSettings.Builder<ChangeOfferRequest, Operation> changeOfferSetti
return getStubSettingsBuilder().updateChannelPartnerLinkSettings();
}

/** Returns the builder for the settings used for calls to getCustomerRepricingConfig. */
public UnaryCallSettings.Builder<GetCustomerRepricingConfigRequest, CustomerRepricingConfig>
getCustomerRepricingConfigSettings() {
return getStubSettingsBuilder().getCustomerRepricingConfigSettings();
}

/** Returns the builder for the settings used for calls to listCustomerRepricingConfigs. */
public PagedCallSettings.Builder<
ListCustomerRepricingConfigsRequest,
ListCustomerRepricingConfigsResponse,
ListCustomerRepricingConfigsPagedResponse>
listCustomerRepricingConfigsSettings() {
return getStubSettingsBuilder().listCustomerRepricingConfigsSettings();
}

/** Returns the builder for the settings used for calls to createCustomerRepricingConfig. */
public UnaryCallSettings.Builder<CreateCustomerRepricingConfigRequest, CustomerRepricingConfig>
createCustomerRepricingConfigSettings() {
return getStubSettingsBuilder().createCustomerRepricingConfigSettings();
}

/** Returns the builder for the settings used for calls to updateCustomerRepricingConfig. */
public UnaryCallSettings.Builder<UpdateCustomerRepricingConfigRequest, CustomerRepricingConfig>
updateCustomerRepricingConfigSettings() {
return getStubSettingsBuilder().updateCustomerRepricingConfigSettings();
}

/** Returns the builder for the settings used for calls to deleteCustomerRepricingConfig. */
public UnaryCallSettings.Builder<DeleteCustomerRepricingConfigRequest, Empty>
deleteCustomerRepricingConfigSettings() {
return getStubSettingsBuilder().deleteCustomerRepricingConfigSettings();
}

/** Returns the builder for the settings used for calls to getChannelPartnerRepricingConfig. */
public UnaryCallSettings.Builder<
GetChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig>
getChannelPartnerRepricingConfigSettings() {
return getStubSettingsBuilder().getChannelPartnerRepricingConfigSettings();
}

/**
* Returns the builder for the settings used for calls to listChannelPartnerRepricingConfigs.
*/
public PagedCallSettings.Builder<
ListChannelPartnerRepricingConfigsRequest,
ListChannelPartnerRepricingConfigsResponse,
ListChannelPartnerRepricingConfigsPagedResponse>
listChannelPartnerRepricingConfigsSettings() {
return getStubSettingsBuilder().listChannelPartnerRepricingConfigsSettings();
}

/**
* Returns the builder for the settings used for calls to createChannelPartnerRepricingConfig.
*/
public UnaryCallSettings.Builder<
CreateChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig>
createChannelPartnerRepricingConfigSettings() {
return getStubSettingsBuilder().createChannelPartnerRepricingConfigSettings();
}

/**
* Returns the builder for the settings used for calls to updateChannelPartnerRepricingConfig.
*/
public UnaryCallSettings.Builder<
UpdateChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig>
updateChannelPartnerRepricingConfigSettings() {
return getStubSettingsBuilder().updateChannelPartnerRepricingConfigSettings();
}

/**
* Returns the builder for the settings used for calls to deleteChannelPartnerRepricingConfig.
*/
public UnaryCallSettings.Builder<DeleteChannelPartnerRepricingConfigRequest, Empty>
deleteChannelPartnerRepricingConfigSettings() {
return getStubSettingsBuilder().deleteChannelPartnerRepricingConfigSettings();
}

/** Returns the builder for the settings used for calls to lookupOffer. */
public UnaryCallSettings.Builder<LookupOfferRequest, Offer> lookupOfferSettings() {
return getStubSettingsBuilder().lookupOfferSettings();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,39 @@
"CreateChannelPartnerLink": {
"methods": ["createChannelPartnerLink", "createChannelPartnerLinkCallable"]
},
"CreateChannelPartnerRepricingConfig": {
"methods": ["createChannelPartnerRepricingConfig", "createChannelPartnerRepricingConfig", "createChannelPartnerRepricingConfig", "createChannelPartnerRepricingConfigCallable"]
},
"CreateCustomer": {
"methods": ["createCustomer", "createCustomerCallable"]
},
"CreateCustomerRepricingConfig": {
"methods": ["createCustomerRepricingConfig", "createCustomerRepricingConfig", "createCustomerRepricingConfig", "createCustomerRepricingConfigCallable"]
},
"CreateEntitlement": {
"methods": ["createEntitlementAsync", "createEntitlementOperationCallable", "createEntitlementCallable"]
},
"DeleteChannelPartnerRepricingConfig": {
"methods": ["deleteChannelPartnerRepricingConfig", "deleteChannelPartnerRepricingConfig", "deleteChannelPartnerRepricingConfig", "deleteChannelPartnerRepricingConfigCallable"]
},
"DeleteCustomer": {
"methods": ["deleteCustomer", "deleteCustomer", "deleteCustomer", "deleteCustomerCallable"]
},
"DeleteCustomerRepricingConfig": {
"methods": ["deleteCustomerRepricingConfig", "deleteCustomerRepricingConfig", "deleteCustomerRepricingConfig", "deleteCustomerRepricingConfigCallable"]
},
"GetChannelPartnerLink": {
"methods": ["getChannelPartnerLink", "getChannelPartnerLinkCallable"]
},
"GetChannelPartnerRepricingConfig": {
"methods": ["getChannelPartnerRepricingConfig", "getChannelPartnerRepricingConfig", "getChannelPartnerRepricingConfig", "getChannelPartnerRepricingConfigCallable"]
},
"GetCustomer": {
"methods": ["getCustomer", "getCustomer", "getCustomer", "getCustomerCallable"]
},
"GetCustomerRepricingConfig": {
"methods": ["getCustomerRepricingConfig", "getCustomerRepricingConfig", "getCustomerRepricingConfig", "getCustomerRepricingConfigCallable"]
},
"GetEntitlement": {
"methods": ["getEntitlement", "getEntitlementCallable"]
},
Expand All @@ -55,6 +73,12 @@
"ListChannelPartnerLinks": {
"methods": ["listChannelPartnerLinks", "listChannelPartnerLinksPagedCallable", "listChannelPartnerLinksCallable"]
},
"ListChannelPartnerRepricingConfigs": {
"methods": ["listChannelPartnerRepricingConfigs", "listChannelPartnerRepricingConfigs", "listChannelPartnerRepricingConfigs", "listChannelPartnerRepricingConfigsPagedCallable", "listChannelPartnerRepricingConfigsCallable"]
},
"ListCustomerRepricingConfigs": {
"methods": ["listCustomerRepricingConfigs", "listCustomerRepricingConfigs", "listCustomerRepricingConfigs", "listCustomerRepricingConfigsPagedCallable", "listCustomerRepricingConfigsCallable"]
},
"ListCustomers": {
"methods": ["listCustomers", "listCustomersPagedCallable", "listCustomersCallable"]
},
Expand Down Expand Up @@ -112,8 +136,14 @@
"UpdateChannelPartnerLink": {
"methods": ["updateChannelPartnerLink", "updateChannelPartnerLinkCallable"]
},
"UpdateChannelPartnerRepricingConfig": {
"methods": ["updateChannelPartnerRepricingConfig", "updateChannelPartnerRepricingConfig", "updateChannelPartnerRepricingConfigCallable"]
},
"UpdateCustomer": {
"methods": ["updateCustomer", "updateCustomerCallable"]
},
"UpdateCustomerRepricingConfig": {
"methods": ["updateCustomerRepricingConfig", "updateCustomerRepricingConfig", "updateCustomerRepricingConfigCallable"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
*/

/**
* The interfaces provided are listed below, along with usage samples.
* A client to Cloud Channel API
*
* <p>The interfaces provided are listed below, along with usage samples.
*
* <p>======================= CloudChannelServiceClient =======================
*
Expand Down
Loading

0 comments on commit 7a2f1ee

Please sign in to comment.