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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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.