Google.Cloud.Storage.V1 by Google Inc.

<PackageReference Include="Google.Cloud.Storage.V1" Version="1.0.0-beta07" />

 PatchBucketOptions

public sealed class PatchBucketOptions
Options for PatchBucket operations.
public long? IfMetagenerationMatch { get; set; }

Precondition for patch: the bucket is only patched if its current meta-generation matches the given value.

public long? IfMetagenerationNotMatch { get; set; }

Precondition for patch: the bucket is only patched if its current meta-generation does not match the given value.

public PredefinedBucketAcl? PredefinedAcl { get; set; }

A pre-defined ACL of the bucket for simple access control scenarios.

A pre-defined default ACL for objects created in the bucket, for simple access control scenarios.

public Projection? Projection { get; set; }

The projection of the updated object to return.