Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent

Agentspace content uploaded as source.

Inheritance
object
GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent
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 GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent : IDirectResponseSchema

Properties

DocumentName

Optional. The full resource name of the Agentspace document. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document_id}.

Declaration
[JsonProperty("documentName")]
public virtual string DocumentName { 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

EngineName

Optional. Engine to verify the permission of the document. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}.

Declaration
[JsonProperty("engineName")]
public virtual string EngineName { get; set; }
Property Value
Type Description
string

IdeaforgeIdeaName

Optional. Resource name of the idea forge instance. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/ideaForgeInstances/{instance}

Declaration
[JsonProperty("ideaforgeIdeaName")]
public virtual string IdeaforgeIdeaName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX