Class ObjectId
This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure issues with JavaScript support; see http://b/8801763.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class ObjectId : IDirectResponseSchema
Properties
BucketName
The name of the bucket to which this object belongs.
Declaration
[JsonProperty("bucketName")]
public virtual string BucketName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Generation
Generation of the object. Generations are monotonically increasing across writes, allowing them to be be compared to determine which generation is newer. If this is omitted in a request, then you are requesting the live object. See http://go/bigstore-versions
Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
Type | Description |
---|---|
long? |
ObjectName
The name of the object.
Declaration
[JsonProperty("objectName")]
public virtual string ObjectName { get; set; }
Property Value
Type | Description |
---|---|
string |