Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource.PatchRequest

Updates the parameters of a single Scope.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Scope>
CloudObservabilityBaseServiceRequest<Scope>
ProjectsResource.LocationsResource.ScopesResource.PatchRequest
Implements
IClientServiceRequest<Scope>
IClientServiceRequest
Inherited Members
CloudObservabilityBaseServiceRequest<Scope>.Xgafv
CloudObservabilityBaseServiceRequest<Scope>.AccessToken
CloudObservabilityBaseServiceRequest<Scope>.Alt
CloudObservabilityBaseServiceRequest<Scope>.Callback
CloudObservabilityBaseServiceRequest<Scope>.Fields
CloudObservabilityBaseServiceRequest<Scope>.Key
CloudObservabilityBaseServiceRequest<Scope>.OauthToken
CloudObservabilityBaseServiceRequest<Scope>.PrettyPrint
CloudObservabilityBaseServiceRequest<Scope>.QuotaUser
CloudObservabilityBaseServiceRequest<Scope>.UploadType
CloudObservabilityBaseServiceRequest<Scope>.UploadProtocol
ClientServiceRequest<Scope>.Execute()
ClientServiceRequest<Scope>.ExecuteAsStream()
ClientServiceRequest<Scope>.ExecuteAsync()
ClientServiceRequest<Scope>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Scope>.ExecuteAsStreamAsync()
ClientServiceRequest<Scope>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Scope>.CreateRequest(bool?)
ClientServiceRequest<Scope>.GenerateRequestUri()
ClientServiceRequest<Scope>.GetDefaultETagAction(string)
ClientServiceRequest<Scope>.ETagAction
ClientServiceRequest<Scope>.ModifyRequest
ClientServiceRequest<Scope>.ValidateParameters
ClientServiceRequest<Scope>.ApiVersion
ClientServiceRequest<Scope>.RequestParameters
ClientServiceRequest<Scope>.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.CloudObservability.v1
Assembly: Google.Apis.CloudObservability.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ScopesResource.PatchRequest : CloudObservabilityBaseServiceRequest<Scope>, IClientServiceRequest<Scope>, IClientServiceRequest

Constructors

PatchRequest(IClientService, Scope, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Identifier. Name of the resource. The format is: projects/{project}/locations/{location}/scopes/{scope} The {location} field must be set to global. The {scope} field must be set to _Default.

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<Scope>.RestPath

UpdateMask

Optional. Field mask is used to specify the fields to be overwritten in the Scope resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten when it is in the mask. If the user does not provide a mask, then all fields present in the request are 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<Scope>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudObservabilityBaseServiceRequest<Scope>.InitParameters()

Implements

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