Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.ConfigsResource.PatchRequest

Updates the parameters of a single ApiConfig.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ApigatewayOperation>
ApigatewayBaseServiceRequest<ApigatewayOperation>
ProjectsResource.LocationsResource.ApisResource.ConfigsResource.PatchRequest
Implements
IClientServiceRequest<ApigatewayOperation>
IClientServiceRequest
Inherited Members
ApigatewayBaseServiceRequest<ApigatewayOperation>.Xgafv
ApigatewayBaseServiceRequest<ApigatewayOperation>.AccessToken
ApigatewayBaseServiceRequest<ApigatewayOperation>.Alt
ApigatewayBaseServiceRequest<ApigatewayOperation>.Callback
ApigatewayBaseServiceRequest<ApigatewayOperation>.Fields
ApigatewayBaseServiceRequest<ApigatewayOperation>.Key
ApigatewayBaseServiceRequest<ApigatewayOperation>.OauthToken
ApigatewayBaseServiceRequest<ApigatewayOperation>.PrettyPrint
ApigatewayBaseServiceRequest<ApigatewayOperation>.QuotaUser
ApigatewayBaseServiceRequest<ApigatewayOperation>.UploadType
ApigatewayBaseServiceRequest<ApigatewayOperation>.UploadProtocol
ClientServiceRequest<ApigatewayOperation>.Execute()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStream()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsync()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStreamAsync()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ApigatewayOperation>.CreateRequest(bool?)
ClientServiceRequest<ApigatewayOperation>.GenerateRequestUri()
ClientServiceRequest<ApigatewayOperation>.GetDefaultETagAction(string)
ClientServiceRequest<ApigatewayOperation>.ETagAction
ClientServiceRequest<ApigatewayOperation>.ModifyRequest
ClientServiceRequest<ApigatewayOperation>.ValidateParameters
ClientServiceRequest<ApigatewayOperation>.ApiVersion
ClientServiceRequest<ApigatewayOperation>.RequestParameters
ClientServiceRequest<ApigatewayOperation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Apigateway.v1beta
Assembly: Google.Apis.Apigateway.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ApisResource.ConfigsResource.PatchRequest : ApigatewayBaseServiceRequest<ApigatewayOperation>, IClientServiceRequest<ApigatewayOperation>, IClientServiceRequest

Constructors

PatchRequest(IClientService, ApigatewayApiConfig, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, ApigatewayApiConfig body, string name)
Parameters
Type Name Description
IClientService service
ApigatewayApiConfig body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ApigatewayOperation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ApigatewayOperation>.MethodName

Name

Output only. Resource name of the API Config. Format: projects/{project}/locations/global/apis/{api}/configs/{api_config}

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
ClientServiceRequest<ApigatewayOperation>.RestPath

UpdateMask

Field mask is used to specify the fields to be overwritten in the ApiConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

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
ClientServiceRequest<ApigatewayOperation>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
ApigatewayBaseServiceRequest<ApigatewayOperation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX