Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class OutputConfig.
Output configuration for export destination.
Generated from protobuf message google.cloud.capacityplanner.v1beta.OutputConfig
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_destination |
GcsDestination
Destination on Cloud Storage. |
↳ bigquery_destination |
BigQueryDestination
Destination on BigQuery. |
getGcsDestination
Destination on Cloud Storage.
| Returns | |
|---|---|
| Type | Description |
GcsDestination|null |
|
hasGcsDestination
setGcsDestination
Destination on Cloud Storage.
| Parameter | |
|---|---|
| Name | Description |
var |
GcsDestination
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBigqueryDestination
Destination on BigQuery.
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination|null |
|
hasBigqueryDestination
setBigqueryDestination
Destination on BigQuery.
| Parameter | |
|---|---|
| Name | Description |
var |
BigQueryDestination
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestination
| Returns | |
|---|---|
| Type | Description |
string |
|