Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gkemulticloud): added proxy support for Attached Clusters #9171

Merged
merged 15 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
593 changes: 383 additions & 210 deletions analytics/admin/apiv1alpha/adminpb/analytics_admin.pb.go

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions analytics/admin/apiv1alpha/adminpb/channel_group.pb.go

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

1,427 changes: 735 additions & 692 deletions analytics/admin/apiv1alpha/adminpb/resources.pb.go

Large diffs are not rendered by default.

477 changes: 441 additions & 36 deletions analytics/admin/apiv1alpha/analytics_admin_client.go

Large diffs are not rendered by default.

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

47 changes: 47 additions & 0 deletions analytics/admin/apiv1alpha/auxiliary.go

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

30 changes: 30 additions & 0 deletions analytics/admin/apiv1alpha/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@
"GetSearchAds360Link"
]
},
"GetSubpropertyEventFilter": {
"methods": [
"GetSubpropertyEventFilter"
]
},
"ListAccessBindings": {
"methods": [
"ListAccessBindings"
Expand Down Expand Up @@ -525,6 +530,11 @@
"ListSearchAds360Links"
]
},
"ListSubpropertyEventFilters": {
"methods": [
"ListSubpropertyEventFilters"
]
},
"ProvisionAccountTicket": {
"methods": [
"ProvisionAccountTicket"
Expand Down Expand Up @@ -649,6 +659,11 @@
"methods": [
"UpdateSearchAds360Link"
]
},
"UpdateSubpropertyEventFilter": {
"methods": [
"UpdateSubpropertyEventFilter"
]
}
}
},
Expand Down Expand Up @@ -1055,6 +1070,11 @@
"GetSearchAds360Link"
]
},
"GetSubpropertyEventFilter": {
"methods": [
"GetSubpropertyEventFilter"
]
},
"ListAccessBindings": {
"methods": [
"ListAccessBindings"
Expand Down Expand Up @@ -1170,6 +1190,11 @@
"ListSearchAds360Links"
]
},
"ListSubpropertyEventFilters": {
"methods": [
"ListSubpropertyEventFilters"
]
},
"ProvisionAccountTicket": {
"methods": [
"ProvisionAccountTicket"
Expand Down Expand Up @@ -1294,6 +1319,11 @@
"methods": [
"UpdateSearchAds360Link"
]
},
"UpdateSubpropertyEventFilter": {
"methods": [
"UpdateSubpropertyEventFilter"
]
}
}
}
Expand Down
Loading
Loading