Class MediaResource.UploadRequest
Uploads an attachment. For an example, see Upload media as a file attachment. Requires user authentication. You can upload attachments up to 200 MB. Certain file types aren't supported. For details, see File types blocked by Google Chat.
Inheritance
MediaResource.UploadRequest
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class MediaResource.UploadRequest : HangoutsChatBaseServiceRequest<UploadAttachmentResponse>, IClientServiceRequest<UploadAttachmentResponse>, IClientServiceRequest
Constructors
UploadRequest(IClientService, UploadAttachmentRequest, string)
Constructs a new Upload request.
Declaration
public UploadRequest(IClientService service, UploadAttachmentRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UploadAttachmentRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Resource name of the Chat space in which the attachment is uploaded. Format "spaces/{space}".
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Upload parameter list.
Declaration
protected override void InitParameters()