public sealed class SourceCode.Types.CloudStorageSource : IMessage<SourceCode.Types.CloudStorageSource>, IEquatable<SourceCode.Types.CloudStorageSource>, IDeepCloneable<SourceCode.Types.CloudStorageSource>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Run Admin v2 API class SourceCode.Types.CloudStorageSource.
Cloud Storage source.
Implements
IMessageSourceCodeTypesCloudStorageSource, IEquatableSourceCodeTypesCloudStorageSource, IDeepCloneableSourceCodeTypesCloudStorageSource, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
CloudStorageSource()
public CloudStorageSource()CloudStorageSource(CloudStorageSource)
public CloudStorageSource(SourceCode.Types.CloudStorageSource other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceCodeTypesCloudStorageSource |
Properties
Bucket
public string Bucket { get; set; }Required. The Cloud Storage bucket name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Generation
public long Generation { get; set; }Optional. The Cloud Storage object generation.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Object
public string Object { get; set; }Required. The Cloud Storage object name.
| Property Value | |
|---|---|
| Type | Description |
string |
|