Google Cloud Ces V1 Client - Class ExportFormat (0.1.0)

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 \ ExportAppRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EXPORT_FORMAT_UNSPECIFIED

Value: 0

The export format is unspecified.

Generated from protobuf enum EXPORT_FORMAT_UNSPECIFIED = 0;

JSON

Value: 1

The export format is JSON.

Generated from protobuf enum JSON = 1;

YAML

Value: 2

The export format is YAML.

Generated from protobuf enum YAML = 2;