Show / Hide Table of Contents

Enum BucketsResource.InsertRequest.ProjectionEnum

Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.

Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public enum ProjectionEnum

Fields

Name Description
Full

Include all properties.

NoAcl

Omit owner, acl and defaultObjectAcl properties.

In This Article
Back to top