Show / Hide Table of Contents

Class ManagedFoldersResource.UpdateRequest

Updates a managed folder using patch semantics.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ManagedFolder>
StorageBaseServiceRequest<ManagedFolder>
ManagedFoldersResource.UpdateRequest
Implements
IClientServiceRequest<ManagedFolder>
IClientServiceRequest
Inherited Members
StorageBaseServiceRequest<ManagedFolder>.Alt
StorageBaseServiceRequest<ManagedFolder>.Fields
StorageBaseServiceRequest<ManagedFolder>.Key
StorageBaseServiceRequest<ManagedFolder>.OauthToken
StorageBaseServiceRequest<ManagedFolder>.PrettyPrint
StorageBaseServiceRequest<ManagedFolder>.QuotaUser
StorageBaseServiceRequest<ManagedFolder>.UploadType
StorageBaseServiceRequest<ManagedFolder>.UserIp
ClientServiceRequest<ManagedFolder>.Execute()
ClientServiceRequest<ManagedFolder>.ExecuteAsStream()
ClientServiceRequest<ManagedFolder>.ExecuteAsync()
ClientServiceRequest<ManagedFolder>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ManagedFolder>.ExecuteAsStreamAsync()
ClientServiceRequest<ManagedFolder>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ManagedFolder>.CreateRequest(bool?)
ClientServiceRequest<ManagedFolder>.GenerateRequestUri()
ClientServiceRequest<ManagedFolder>.GetDefaultETagAction(string)
ClientServiceRequest<ManagedFolder>.ETagAction
ClientServiceRequest<ManagedFolder>.ModifyRequest
ClientServiceRequest<ManagedFolder>.ValidateParameters
ClientServiceRequest<ManagedFolder>.ApiVersion
ClientServiceRequest<ManagedFolder>.RequestParameters
ClientServiceRequest<ManagedFolder>.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.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ManagedFoldersResource.UpdateRequest : StorageBaseServiceRequest<ManagedFolder>, IClientServiceRequest<ManagedFolder>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, ManagedFolder, string, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, ManagedFolder body, string bucket, string managedFolder)
Parameters
Type Name Description
IClientService service
ManagedFolder body
string bucket
string managedFolder

Properties

Bucket

The name of the bucket containing the managed folder.

Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

IfMetagenerationMatch

Makes the operation conditional on whether the metageneration of the managed folder matches the specified value.

Declaration
[RequestParameter("ifMetagenerationMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationMatch { get; set; }
Property Value
Type Description
long?

IfMetagenerationNotMatch

Makes the operation conditional on whether the metageneration of the managed folder doesn't match the specified value.

Declaration
[RequestParameter("ifMetagenerationNotMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationNotMatch { get; set; }
Property Value
Type Description
long?

ManagedFolder

The name of the managed folder.

Declaration
[RequestParameter("managedFolder", RequestParameterType.Path)]
public virtual string ManagedFolder { get; }
Property Value
Type Description
string

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ManagedFolder>.GetBody()

InitParameters()

Initializes Update parameter list.

Declaration
protected override void InitParameters()
Overrides
StorageBaseServiceRequest<ManagedFolder>.InitParameters()

Implements

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