Skip to content

Generator: Update SDK /services/pubsub - #10770

Open
stackit-pipeline wants to merge 1 commit into
mainfrom
oas-bot-32967106255/pubsub
Open

Generator: Update SDK /services/pubsub#10770
stackit-pipeline wants to merge 1 commit into
mainfrom
oas-bot-32967106255/pubsub

Conversation

@stackit-pipeline

Copy link
Copy Markdown
Contributor

Generated from GitHub run 32967106255
spec comparison:

@github-actions

Copy link
Copy Markdown

gorelease report

generated on Wed Aug 26 12:18:48 UTC 2026


gorelease report for services/pubsub

# summary
Inferred base version: none
Suggested version: v0.1.0 (with tag services/pubsub/v0.1.0)

@Fyusel Fyusel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be called UpdateTopicPublisherAccess like the other methods

var _ MappedNullable = &UpdatePublisherAccessPayload{}

// UpdatePublisherAccessPayload struct for UpdatePublisherAccessPayload
type UpdatePublisherAccessPayload struct {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here UpdateTopicPublisherAccess


// List of topicResponse_state
const (
TOPICRESPONSESTATE_RECONCILING TopicResponseState = "reconciling"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here "response" not needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants