Google Apps Meet V2beta Client - Class AutoGenerationType (0.3.0)

Reference documentation and code samples for the Google Apps Meet V2beta Client class AutoGenerationType.

Determines whether an artifact can be automatically generated in the meeting space.

Protobuf type google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.AutoGenerationType

Namespace

Google \ Apps \ Meet \ V2beta \ SpaceConfig \ ArtifactConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AUTO_GENERATION_TYPE_UNSPECIFIED

Value: 0

Default value specified by user policy.

This should never be returned.

Generated from protobuf enum AUTO_GENERATION_TYPE_UNSPECIFIED = 0;

ON

Value: 1

The artifact is generated automatically.

Generated from protobuf enum ON = 1;

OFF

Value: 2

The artifact is not generated automatically.

Generated from protobuf enum OFF = 2;