Class BucketsResource.UpdateRequest
Updates a bucket. Changes to the bucket will be readable immediately after writing, but configuration changes may take time to propagate.
Inheritance
Inherited Members
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class UpdateRequest : StorageBaseServiceRequest<Bucket>, IClientServiceRequest<Bucket>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Bucket, String)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Bucket body, string bucket)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Bucket | body | |
System.String | bucket |
Properties
Bucket
Name of a bucket.
Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { 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
IfMetagenerationMatch
Makes the return of the bucket metadata conditional on whether the bucket's current metageneration matches the given value.
Declaration
[RequestParameter("ifMetagenerationMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
IfMetagenerationNotMatch
Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.
Declaration
[RequestParameter("ifMetagenerationNotMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationNotMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
PredefinedAcl
Apply a predefined set of access controls to this bucket.
Declaration
[RequestParameter("predefinedAcl", RequestParameterType.Query)]
public virtual BucketsResource.UpdateRequest.PredefinedAclEnum? PredefinedAcl { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BucketsResource.UpdateRequest.PredefinedAclEnum> |
PredefinedDefaultObjectAcl
Apply a predefined set of default object access controls to this bucket.
Declaration
[RequestParameter("predefinedDefaultObjectAcl", RequestParameterType.Query)]
public virtual BucketsResource.UpdateRequest.PredefinedDefaultObjectAclEnum? PredefinedDefaultObjectAcl { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BucketsResource.UpdateRequest.PredefinedDefaultObjectAclEnum> |
Projection
Set of properties to return. Defaults to full.
Declaration
[RequestParameter("projection", RequestParameterType.Query)]
public virtual BucketsResource.UpdateRequest.ProjectionEnum? Projection { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BucketsResource.UpdateRequest.ProjectionEnum> |
ProvisionalUserProject
The project to be billed for this request if the target bucket is requester-pays bucket.
Declaration
[RequestParameter("provisionalUserProject", RequestParameterType.Query)]
public virtual string ProvisionalUserProject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
UserProject
The project to be billed for this request. Required for Requester Pays buckets.
Declaration
[RequestParameter("userProject", RequestParameterType.Query)]
public virtual string UserProject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
System.Object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()