Class GoogleCloudNotebooklmV1alphaNotebook
Notebook is a resource where users can store their content (as sources) and interacts with the content.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaNotebook : IDirectResponseSchema
Properties
CmekConfig
Output only. CMEK-related information for the Notebook.
Declaration
[JsonProperty("cmekConfig")]
public virtual GoogleCloudNotebooklmV1alphaCmekConfig CmekConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaCmekConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Emoji
Output only. The emoji of the notebook.
Declaration
[JsonProperty("emoji")]
public virtual string Emoji { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Output only. The metadata of the notebook.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudNotebooklmV1alphaNotebookMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaNotebookMetadata |
Name
Identifier. The identifier of the notebook. Format:
projects/{project}/locations/{location}/notebooks/{notebook_id}. This field must be a UTF-8 encoded
string.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NotebookId
Output only. Notebook id, which is the last segment of the notebook's resource name.
Declaration
[JsonProperty("notebookId")]
public virtual string NotebookId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sources
Output only. List of sources in the notebook. This is an output only field.
Declaration
[JsonProperty("sources")]
public virtual IList<GoogleCloudNotebooklmV1alphaSource> Sources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudNotebooklmV1alphaSource> |
Title
Optional. The title of the notebook.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |