Class GoogleCloudNotebooklmV1alphaSourceMetadata
Represents the metadata of a source and some additional information.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaSourceMetadata : IDirectResponseSchema
Properties
AgentspaceMetadata
Metadata for an agentspace source.
Declaration
[JsonProperty("agentspaceMetadata")]
public virtual GoogleCloudNotebooklmV1alphaAgentspaceMetadata AgentspaceMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaAgentspaceMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleDocsMetadata
Metadata for a google doc source.
Declaration
[JsonProperty("googleDocsMetadata")]
public virtual GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata GoogleDocsMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata |
SourceAddedTimestamp
object representation of SourceAddedTimestampRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SourceAddedTimestampDateTimeOffset instead.")]
public virtual object SourceAddedTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
SourceAddedTimestampDateTimeOffset
DateTimeOffset representation of SourceAddedTimestampRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SourceAddedTimestampDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
SourceAddedTimestampRaw
The timestamp the source was added.
Declaration
[JsonProperty("sourceAddedTimestamp")]
public virtual string SourceAddedTimestampRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TokenCount
The number of tokens in the source.
Declaration
[JsonProperty("tokenCount")]
public virtual int? TokenCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
WordCount
The word count of the source.
Declaration
[JsonProperty("wordCount")]
public virtual int? WordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
YoutubeMetadata
Metadata for a youtube video source.
Declaration
[JsonProperty("youtubeMetadata")]
public virtual GoogleCloudNotebooklmV1alphaYoutubeMetadata YoutubeMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaYoutubeMetadata |