Cloud Storage v2 API - Class ViewObjectFullContextRequest (1.10.0)

public sealed class ViewObjectFullContextRequest : IMessage<ViewObjectFullContextRequest>, IEquatable<ViewObjectFullContextRequest>, IDeepCloneable<ViewObjectFullContextRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class ViewObjectFullContextRequest.

Request message for ViewObjectFullContext.

Inheritance

object > ViewObjectFullContextRequest

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

ViewObjectFullContextRequest()

public ViewObjectFullContextRequest()

ViewObjectFullContextRequest(ViewObjectFullContextRequest)

public ViewObjectFullContextRequest(ViewObjectFullContextRequest other)
Parameter
Name Description
other ViewObjectFullContextRequest

Properties

ContextKey

public string ContextKey { get; set; }

Required. The key of the object context to retrieve.

Property Value
Type Description
string

Generation

public long Generation { get; set; }

Optional. If present, selects a specific revision of this object (as opposed to the latest version, the default).

Property Value
Type Description
long

Name

public string Name { get; set; }

Required. The name of the object. Format: projects/{project}/buckets/{bucket}/objects/{object}

Property Value
Type Description
string

ObjectName

public ObjectName ObjectName { get; set; }

ObjectName-typed view over the Name resource name property.

Property Value
Type Description
ObjectName