Reference documentation and code samples for the Google Cloud Ces V1 Client class ExportFormat.
Export format for the app.
Protobuf type google.cloud.ces.v1.ExportAppRequest.ExportFormat
Namespace
Google \ Cloud \ Ces \ V1 \ ExportAppRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EXPORT_FORMAT_UNSPECIFIED
Value: 0The export format is unspecified.
Generated from protobuf enum EXPORT_FORMAT_UNSPECIFIED = 0;
JSON
Value: 1The export format is JSON.
Generated from protobuf enum JSON = 1;
YAML
Value: 2The export format is YAML.
Generated from protobuf enum YAML = 2;