Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaSourceSettings

Allows extension of Source Settings in the BatchCreateSources (Formerly AddSource request).

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

Properties

ETag

The ETag of the item.

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

FailureReason

Failure reason containing details about why a source failed to ingest.

Declaration
[JsonProperty("failureReason")]
public virtual GoogleCloudNotebooklmV1alphaFailureReason FailureReason { get; set; }
Property Value
Type Description
GoogleCloudNotebooklmV1alphaFailureReason

Status

Status of the source.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX