Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest

Request for the SourceService.UploadSourceFile method.

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

Properties

Blob

Information about the file being uploaded.

Declaration
[JsonProperty("blob")]
public virtual GdataMedia Blob { get; set; }
Property Value
Type Description
GdataMedia

ETag

The ETag of the item.

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

MediaRequestInfo

Media upload request metadata.

Declaration
[JsonProperty("mediaRequestInfo")]
public virtual ApiservingMediaRequestInfo MediaRequestInfo { get; set; }
Property Value
Type Description
ApiservingMediaRequestInfo

SourceId

The source id of the associated file. If not set, a source id will be generated and a new tentative source will be created.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX