Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaUserContent

The "Content" messages refer to data the user wants to upload.

Inheritance
object
GoogleCloudNotebooklmV1alphaUserContent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaUserContent : IDirectResponseSchema

Properties

AgentspaceContent

Agentspace content uploaded as source.

Declaration
[JsonProperty("agentspaceContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent AgentspaceContent { get; set; }
Property Value
Type Description
GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogleDriveContent

The content from Google Drive.

Declaration
[JsonProperty("googleDriveContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent GoogleDriveContent { get; set; }
Property Value
Type Description
GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent

TextContent

The text content uploaded as source.

Declaration
[JsonProperty("textContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentTextContent TextContent { get; set; }
Property Value
Type Description
GoogleCloudNotebooklmV1alphaUserContentTextContent

VideoContent

The video content uploaded as source.

Declaration
[JsonProperty("videoContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentVideoContent VideoContent { get; set; }
Property Value
Type Description
GoogleCloudNotebooklmV1alphaUserContentVideoContent

WebContent

The web content uploaded as source.

Declaration
[JsonProperty("webContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentWebContent WebContent { get; set; }
Property Value
Type Description
GoogleCloudNotebooklmV1alphaUserContentWebContent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX