Google Cloud Run V2 Client - Class CloudStorageSource (1.12.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Run V2 Client class CloudStorageSource.
Cloud Storage source.
Generated from protobuf message google.cloud.run.v2.SourceCode.CloudStorageSource
Namespace
Google \ Cloud \ Run \ V2 \ SourceCodeMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket |
string
Required. The Cloud Storage bucket name. |
↳ object |
string
Required. The Cloud Storage object name. |
↳ generation |
int|string
Optional. The Cloud Storage object generation. |
getBucket
Required. The Cloud Storage bucket name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucket
Required. The Cloud Storage bucket name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getObject
Required. The Cloud Storage object name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setObject
Required. The Cloud Storage object name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGeneration
Optional. The Cloud Storage object generation.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setGeneration
Optional. The Cloud Storage object generation.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|