Class SitesResource.ChannelsResource.PatchRequest
Updates information for the specified channel of the specified site. Implicitly creates the channel if it doesn't already exist.
Inheritance
SitesResource.ChannelsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class SitesResource.ChannelsResource.PatchRequest : FirebaseHostingBaseServiceRequest<Channel>, IClientServiceRequest<Channel>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Channel, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Channel body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Channel | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Channel>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Channel>.MethodName
Name
The fully-qualified resource name for the channel, in the format: sites/ SITE_ID/channels/CHANNEL_ID
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Channel>.RestPath
UpdateMask
A comma-separated list of fields to be updated in this request.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Channel>.GetBody()
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()