Class AppsResource.DomainMappingsResource.PatchRequest
Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.
Inheritance
System.Object
AppsResource.DomainMappingsResource.PatchRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class PatchRequest : AppengineBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PatchRequest(IClientService, DomainMapping, String, String)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, DomainMapping body, string appsId, string domainMappingsId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| DomainMapping | body | |
| System.String | appsId | |
| System.String | domainMappingsId |
Properties
AppsId
Part of name. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
DomainMappingsId
Part of name. See documentation of appsId.
Declaration
[RequestParameter("domainMappingsId", RequestParameterType.Path)]
public virtual string DomainMappingsId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.Operation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.Operation>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.Operation>.RestPath
UpdateMask
Required. Standard field mask for the set of fields to be updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.Operation>.GetBody()
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Appengine.v1beta.AppengineBaseServiceRequest<Google.Apis.Appengine.v1beta.Data.Operation>.InitParameters()