Skip to content

Commit

Permalink
Add a message to advance the state of a pair advertiser participant (#36
Browse files Browse the repository at this point in the history
)

Co-authored-by: amanjpro <[email protected]>
  • Loading branch information
amanjpro and amanjpro authored Nov 15, 2024
1 parent 1418106 commit 5e3e679
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 62 deletions.
178 changes: 116 additions & 62 deletions gen/optable/external/v1/cleanroom.pb.go

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

11 changes: 11 additions & 0 deletions proto/optable/external/v1/cleanroom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,17 @@ message GetCleanroomRequest {
View view = 2 [(google.api.field_behavior) = REQUIRED];
}

// The request message to advance the state of an advertiser in a pair cleanroom.
message AdvanceCleanroomAdvertiserStateRequest {
// Required. The resource name of the cleanroom to advance its state.
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
type: "cleanroom.optbl.com/Cleanroom"
}
];
}

// The request message to refresh the token of a cleanroom.
message RefreshTokenRequest {
// Required. The resource name of the cleanroom to refresh its token.
Expand Down

0 comments on commit 5e3e679

Please sign in to comment.