Skip to content

Commit

Permalink
chore: regenerate sources (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Aug 14, 2023
1 parent 567e756 commit 4d09ed1
Show file tree
Hide file tree
Showing 9 changed files with 749 additions and 507 deletions.
169 changes: 104 additions & 65 deletions client/compliance_client.go

Large diffs are not rendered by default.

45 changes: 15 additions & 30 deletions client/doc.go

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

145 changes: 89 additions & 56 deletions client/echo_client.go

Large diffs are not rendered by default.

144 changes: 89 additions & 55 deletions client/identity_client.go

Large diffs are not rendered by default.

221 changes: 138 additions & 83 deletions client/messaging_client.go

Large diffs are not rendered by default.

154 changes: 96 additions & 58 deletions client/sequence_client.go

Large diffs are not rendered by default.

174 changes: 108 additions & 66 deletions client/testing_client.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cmd/gapic-showcase/attempt-streaming-sequence.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ func init() {

AttemptStreamingSequenceCmd.Flags().StringVar(&AttemptStreamingSequenceInput.Name, "name", "", "Required. ")

AttemptStreamingSequenceCmd.Flags().Int32Var(&AttemptStreamingSequenceInput.LastFailIndex, "last_fail_index", 0, "used to send the index of the last failed message...")

AttemptStreamingSequenceCmd.Flags().StringVar(&AttemptStreamingSequenceFromFile, "from_file", "", "Absolute path to JSON file containing request payload")

}
Expand Down
202 changes: 108 additions & 94 deletions server/genproto/sequence.pb.go

Large diffs are not rendered by default.

0 comments on commit 4d09ed1

Please sign in to comment.