Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#5936)
Browse files Browse the repository at this point in the history
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#801

Changes:

feat(channel): Add API definitions for Cloud Channel Repricing APIs
  PiperOrigin-RevId: 443782462
  Source-Link: googleapis/googleapis@9efd976
  • Loading branch information
yoshi-automation committed Apr 26, 2022
1 parent fe75f6b commit 2fe50f7
Show file tree
Hide file tree
Showing 23 changed files with 2,080 additions and 67 deletions.
859 changes: 824 additions & 35 deletions channel/apiv1/cloud_channel_client.go

Large diffs are not rendered by default.

208 changes: 208 additions & 0 deletions channel/apiv1/cloud_channel_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions channel/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,61 @@
"CreateChannelPartnerLink"
]
},
"CreateChannelPartnerRepricingConfig": {
"methods": [
"CreateChannelPartnerRepricingConfig"
]
},
"CreateCustomer": {
"methods": [
"CreateCustomer"
]
},
"CreateCustomerRepricingConfig": {
"methods": [
"CreateCustomerRepricingConfig"
]
},
"CreateEntitlement": {
"methods": [
"CreateEntitlement"
]
},
"DeleteChannelPartnerRepricingConfig": {
"methods": [
"DeleteChannelPartnerRepricingConfig"
]
},
"DeleteCustomer": {
"methods": [
"DeleteCustomer"
]
},
"DeleteCustomerRepricingConfig": {
"methods": [
"DeleteCustomerRepricingConfig"
]
},
"GetChannelPartnerLink": {
"methods": [
"GetChannelPartnerLink"
]
},
"GetChannelPartnerRepricingConfig": {
"methods": [
"GetChannelPartnerRepricingConfig"
]
},
"GetCustomer": {
"methods": [
"GetCustomer"
]
},
"GetCustomerRepricingConfig": {
"methods": [
"GetCustomerRepricingConfig"
]
},
"GetEntitlement": {
"methods": [
"GetEntitlement"
Expand All @@ -85,6 +115,16 @@
"ListChannelPartnerLinks"
]
},
"ListChannelPartnerRepricingConfigs": {
"methods": [
"ListChannelPartnerRepricingConfigs"
]
},
"ListCustomerRepricingConfigs": {
"methods": [
"ListCustomerRepricingConfigs"
]
},
"ListCustomers": {
"methods": [
"ListCustomers"
Expand Down Expand Up @@ -180,10 +220,20 @@
"UpdateChannelPartnerLink"
]
},
"UpdateChannelPartnerRepricingConfig": {
"methods": [
"UpdateChannelPartnerRepricingConfig"
]
},
"UpdateCustomer": {
"methods": [
"UpdateCustomer"
]
},
"UpdateCustomerRepricingConfig": {
"methods": [
"UpdateCustomerRepricingConfig"
]
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions channel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.16
require (
cloud.google.com/go v0.100.2
github.com/googleapis/gax-go/v2 v2.3.0
google.golang.org/api v0.74.0
google.golang.org/genproto v0.0.0-20220422154200-b37d22cd5731
google.golang.org/api v0.76.0
google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
)

0 comments on commit 2fe50f7

Please sign in to comment.