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 \ ArtifactConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AUTO_GENERATION_TYPE_UNSPECIFIED
Value: 0Default value specified by user policy.
This should never be returned.
Generated from protobuf enum AUTO_GENERATION_TYPE_UNSPECIFIED = 0;
ON
Value: 1The artifact is generated automatically.
Generated from protobuf enum ON = 1;
OFF
Value: 2The artifact is not generated automatically.
Generated from protobuf enum OFF = 2;