Class GoogleCloudDiscoveryengineV1alphaBranch
A data branch that stores Documents.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBranch : IDirectResponseSchema
Properties
BranchStats
Output only. Stistics describing a branch. This field is not populated in BranchView.BASIC view.
Declaration
[JsonProperty("branchStats")]
public virtual GoogleCloudDiscoveryengineV1alphaBranchBranchStats BranchStats { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaBranchBranchStats |
DisplayName
Output only. Human readable name of the branch to display in the UI.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsDefault
Output only. Indicates whether this branch is set as the default branch of its parent data store.
Declaration
[JsonProperty("isDefault")]
public virtual bool? IsDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LastDocumentImportTime
object representation of LastDocumentImportTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastDocumentImportTimeDateTimeOffset instead.")]
public virtual object LastDocumentImportTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastDocumentImportTimeDateTimeOffset
DateTimeOffset representation of LastDocumentImportTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastDocumentImportTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastDocumentImportTimeRaw
Output only. Timestamp of last import through DocumentService.ImportDocuments. Empty value means no import has been made to this branch.
Declaration
[JsonProperty("lastDocumentImportTime")]
public virtual string LastDocumentImportTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Immutable. Full resource name of the branch, such as
projects/*/locations/global/dataStores/data_store/branches/branch_id.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |