Google Cloud Datastream V1 Client - Class GcsProfile (1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Datastream V1 Client class GcsProfile.
Cloud Storage bucket profile.
Generated from protobuf message google.cloud.datastream.v1.GcsProfile
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket |
string
Required. The Cloud Storage bucket name. |
↳ root_path |
string
The root path inside the Cloud Storage bucket. |
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 |
|
getRootPath
The root path inside the Cloud Storage bucket.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRootPath
The root path inside the Cloud Storage bucket.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|