Class GoogleCloudNotebooklmV1alphaSource
Source represents a single source of content.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Output only. Metadata about the source.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudNotebooklmV1alphaSourceMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaSourceMetadata |
Name
Identifier. The full resource name of the source. Format:
projects/{project}/locations/{location}/notebooks/{notebook}/sources/{source_id}. This field must be a
UTF-8 encoded string with a length limit of 1024 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Settings
Output only. Status of the source, and any failure reasons.
Declaration
[JsonProperty("settings")]
public virtual GoogleCloudNotebooklmV1alphaSourceSettings Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaSourceSettings |
SourceId
Optional. Output only. Source id, which is the last segment of the source's resource name.
Declaration
[JsonProperty("sourceId")]
public virtual GoogleCloudNotebooklmV1alphaSourceId SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaSourceId |
Title
Optional. Title of the source.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |