Resource: Branch
A data branch that stores Documents.
| JSON representation | 
|---|
| {
  "name": string,
  "displayName": string,
  "isDefault": boolean,
  "lastDocumentImportTime": string,
  "branchStats": {
    object ( | 
| Fields | |
|---|---|
| name | 
 Immutable. Full resource name of the branch, such as  | 
| displayName | 
 Output only. Human readable name of the branch to display in the UI. | 
| isDefault | 
 Output only. Indicates whether this branch is set as the default branch of its parent data store. | 
| lastDocumentImportTime | 
 Output only. timestamp of last import through  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:  | 
| branchStats | 
 Output only. Stistics describing a branch. This field is not populated in [BranchView.BASIC][] view. | 
| Methods | |
|---|---|
| 
 | Gets index freshness metadata for Documents. | 
| 
 | Retrieves a Branch. | 
| 
 | Lists all Branchs under the specified parentDataStore. |