Show / Hide Table of Contents

Class FoldersResource.LocationsResource.LogScopesResource.PatchRequest

Updates a log scope.

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

Constructors

PatchRequest(IClientService, LogScope, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. The resource name of the log scope.Log scopes are only available in the global location. For example:projects/my-project/locations/global/logScopes/my-log-scope

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

UpdateMask

Optional. Field mask that specifies the fields in log_scope that need an update. A field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskFor example: updateMask=description

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
LoggingBaseServiceRequest<LogScope>.InitParameters()

Implements

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