public sealed class PatchBucketOptionsOptions for PatchBucket operations.
Inheritance
System.Object > PatchBucketOptionsNamespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Properties
IfMetagenerationMatch
public long? IfMetagenerationMatch { get; set; }Precondition for patch: the bucket is only patched if its current meta-generation matches the given value.
| Property Value | |
|---|---|
| Type | Description |
System.Nullable<System.Int64> |
|
IfMetagenerationNotMatch
public long? IfMetagenerationNotMatch { get; set; }Precondition for patch: the bucket is only patched if its current meta-generation does not match the given value.
| Property Value | |
|---|---|
| Type | Description |
System.Nullable<System.Int64> |
|
PredefinedAcl
public PredefinedBucketAcl? PredefinedAcl { get; set; }A pre-defined ACL of the bucket for simple access control scenarios.
| Property Value | |
|---|---|
| Type | Description |
System.Nullable<PredefinedBucketAcl> |
|
PredefinedDefaultObjectAcl
public PredefinedObjectAcl? PredefinedDefaultObjectAcl { get; set; }A pre-defined default ACL for objects created in the bucket, for simple access control scenarios.
| Property Value | |
|---|---|
| Type | Description |
System.Nullable<PredefinedObjectAcl> |
|
Projection
public Projection? Projection { get; set; }The projection of the updated object to return.
| Property Value | |
|---|---|
| Type | Description |
System.Nullable<Projection> |
|
UserProject
public string UserProject { get; set; }If set, this is the ID of the project which will be billed for the request. The caller must have suitable permissions for the project being billed.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|