Class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
Request for the SourceService.UploadSourceFile method.
Implements
Inherited Members
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 |