Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable

Indicates that the source is unreachable. This is primarily used for sources that are added via URL.

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

Properties

ETag

The ETag of the item.

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

ErrorDetails

Describes why the source is unreachable.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX