- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Get which branch is currently default branch set by CatalogService.SetDefaultBranch
method under a specified parent catalog.
HTTP request
GET https://retail.googleapis.com/v2/{catalog=projects/*/locations/*/catalogs/*}:getDefaultBranch
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
catalog
|
The parent catalog resource name, such as |
Request body
The request body must be empty.
Response body
Response message of CatalogService.GetDefaultBranch
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "branch" : string , "setTime" : string , "note" : string } |
| Fields | |
|---|---|
branch
|
Full resource name of the branch id currently set as default branch. |
setTime
|
The time when this branch is set to default. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
note
|
This corresponds to |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
IAM Permissions
Requires the following IAM
permission on the catalog
resource:
-
retail.catalogs.get
For more information, see the IAM documentation .

