Generator: Update SDK /services/pubsub - #10770
Open
stackit-pipeline wants to merge 1 commit into
Open
Conversation
gorelease reportgenerated on Wed Aug 26 12:18:48 UTC 2026
|
This was referenced Aug 27, 2026
Fyusel
requested changes
Aug 28, 2026
Fyusel
left a comment
Contributor
There was a problem hiding this comment.
All comments made for alpha api are needed to be addressed for beta
| @param topicId The topic UUID. | ||
| @return ApiUpdatePublisherAccessRequest | ||
| */ | ||
| UpdatePublisherAccess(ctx context.Context, projectId string, regionId string, topicId string) ApiUpdatePublisherAccessRequest |
Contributor
There was a problem hiding this comment.
Should be called UpdateTopicPublisherAccess like the other methods
| var _ MappedNullable = &UpdatePublisherAccessPayload{} | ||
|
|
||
| // UpdatePublisherAccessPayload struct for UpdatePublisherAccessPayload | ||
| type UpdatePublisherAccessPayload struct { |
Contributor
There was a problem hiding this comment.
same here UpdateTopicPublisherAccess
|
|
||
| // List of topicResponse_state | ||
| const ( | ||
| TOPICRESPONSESTATE_RECONCILING TopicResponseState = "reconciling" |
Contributor
There was a problem hiding this comment.
Suggested change
| TOPICRESPONSESTATE_RECONCILING TopicResponseState = "reconciling" | |
| TOPICSTATE_RECONCILING TopicState = "reconciling" |
Response not needed here (same for others)
|
|
||
| // List of subscriptionResponse_state | ||
| const ( | ||
| SUBSCRIPTIONRESPONSESTATE_RECONCILING SubscriptionResponseState = "reconciling" |
Contributor
There was a problem hiding this comment.
Same here "response" not needed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generated from GitHub run 32967106255
spec comparison: