Expand description
The messages and enums that are part of this client library.
Modules§
- branch_
rule - Defines additional types related to BranchRule.
- file_
diff - Defines additional types related to FileDiff.
- hook
- Defines additional types related to Hook.
- instance
- Defines additional types related to Instance.
- issue
- Defines additional types related to Issue.
- pull_
request - Defines additional types related to PullRequest.
- pull_
request_ comment - Defines additional types related to PullRequestComment.
- repository
- Defines additional types related to Repository.
- tree_
entry - Defines additional types related to TreeEntry.
Structs§
- Batch
Create Pull Request Comments Request - The request to batch create pull request comments.
- Batch
Create Pull Request Comments Response - The response to batch create pull request comments.
- Branch
Rule - Metadata of a BranchRule. BranchRule is the protection rule to enforce pre-defined rules on designated branches within a repository.
- Close
Issue Request - The request to close an issue.
- Close
Pull Request Request - ClosePullRequestRequest is the request to close a pull request.
- Create
Branch Rule Request - CreateBranchRuleRequest is the request to create a branch rule.
- Create
Hook Request - CreateHookRequest is the request for creating a hook.
- Create
Instance Request - CreateInstanceRequest is the request for creating an instance.
- Create
Issue Comment Request - The request to create an issue comment.
- Create
Issue Request - The request to create an issue.
- Create
Pull Request Comment Request - The request to create a pull request comment.
- Create
Pull Request Request - CreatePullRequestRequest is the request to create a pull request.
- Create
Repository Request - CreateRepositoryRequest is the request for creating a repository.
- Delete
Branch Rule Request - DeleteBranchRuleRequest is the request to delete a branch rule.
- Delete
Hook Request - DeleteHookRequest is the request to delete a hook.
- Delete
Instance Request - DeleteInstanceRequest is the request for deleting an instance.
- Delete
Issue Comment Request - The request to delete an issue comment.
- Delete
Issue Request - The request to delete an issue.
- Delete
Pull Request Comment Request - The request to delete a pull request comment. A Review PullRequestComment cannot be deleted.
- Delete
Repository Request - DeleteRepositoryRequest is the request to delete a repository.
- Fetch
Blob Request - Request message for fetching a blob (file content) from a repository.
- Fetch
Blob Response - Response message containing the content of a blob.
- Fetch
Tree Request - Request message for fetching a tree structure from a repository.
- Fetch
Tree Response - Response message containing a list of TreeEntry objects.
- File
Diff - Metadata of a FileDiff. FileDiff represents a single file diff in a pull request.
- GetBranch
Rule Request - GetBranchRuleRequest is the request for getting a branch rule.
- GetHook
Request - GetHookRequest is the request for getting a hook.
- GetInstance
Request - GetInstanceRequest is the request for getting an instance.
- GetIssue
Comment Request - The request to get an issue comment.
- GetIssue
Request - The request to get an issue.
- GetPull
Request Comment Request - The request to get a pull request comment.
- GetPull
Request Request - GetPullRequestRequest is the request to get a pull request.
- GetRepository
Request - GetRepositoryRequest is the request for getting a repository.
- Hook
- Metadata of a Secure Source Manager Hook.
- Instance
- A resource that represents a Secure Source Manager instance.
- Issue
- Metadata of an Issue.
- Issue
Comment - IssueComment represents a comment on an issue.
- List
Branch Rules Request - ListBranchRulesRequest is the request to list branch rules.
- List
Branch Rules Response - ListBranchRulesResponse is the response to listing branchRules.
- List
Hooks Request - ListHooksRequest is request to list hooks.
- List
Hooks Response - ListHooksResponse is response to list hooks.
- List
Instances Request - ListInstancesRequest is the request to list instances.
- List
Instances Response - List
Issue Comments Request - The request to list issue comments.
- List
Issue Comments Response - The response to list issue comments.
- List
Issues Request - The request to list issues.
- List
Issues Response - The response to list issues.
- List
Pull Request Comments Request - The request to list pull request comments.
- List
Pull Request Comments Response - The response to list pull request comments.
- List
Pull Request File Diffs Request - ListPullRequestFileDiffsRequest is the request to list pull request file diffs.
- List
Pull Request File Diffs Response - ListPullRequestFileDiffsResponse is the response containing file diffs returned from ListPullRequestFileDiffs.
- List
Pull Requests Request - ListPullRequestsRequest is the request to list pull requests.
- List
Pull Requests Response - ListPullRequestsResponse is the response to list pull requests.
- List
Repositories Request - ListRepositoriesRequest is request to list repositories.
- List
Repositories Response - Merge
Pull Request Request - MergePullRequestRequest is the request to merge a pull request.
- Open
Issue Request - The request to open an issue.
- Open
Pull Request Request - OpenPullRequestRequest is the request to open a pull request.
- Operation
Metadata - Represents the metadata of the long-running operation.
- Pull
Request - Metadata of a PullRequest. PullRequest is the request from a user to merge a branch (head) into another branch (base).
- Pull
Request Comment - PullRequestComment represents a comment on a pull request.
- Repository
- Metadata of a Secure Source Manager repository.
- Resolve
Pull Request Comments Request - The request to resolve multiple pull request comments.
- Resolve
Pull Request Comments Response - The response to resolve multiple pull request comments.
- Tree
Entry - Represents an entry within a tree structure (like a Git tree).
- Unresolve
Pull Request Comments Request - The request to unresolve multiple pull request comments.
- Unresolve
Pull Request Comments Response - The response to unresolve multiple pull request comments.
- Update
Branch Rule Request - UpdateBranchRuleRequest is the request to update a branchRule.
- Update
Hook Request - UpdateHookRequest is the request to update a hook.
- Update
Issue Comment Request - The request to update an issue comment.
- Update
Issue Request - The request to update an issue.
- Update
Pull Request Comment Request - The request to update a pull request comment.
- Update
Pull Request Request - UpdatePullRequestRequest is the request to update a pull request.
- Update
Repository Request - UpdateRepositoryRequest is the request to update a repository.