Class GoogleCloudRunV2CloudStorageSource
Cloud Storage source.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2CloudStorageSource : IDirectResponseSchema
Properties
Bucket
Required. The Cloud Storage bucket name.
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { 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
Optional. The Cloud Storage object generation.
Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Object__
Required. The Cloud Storage object name.
Declaration
[JsonProperty("object")]
public virtual string Object__ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |