Enum SpaceConfig.ArtifactConfig.AutoGenerationType (0.24.0)

public enum SpaceConfig.ArtifactConfig.AutoGenerationType extends Enum<SpaceConfig.ArtifactConfig.AutoGenerationType> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTO_GENERATION_TYPE_UNSPECIFIED

Default value specified by user policy. This should never be returned.

AUTO_GENERATION_TYPE_UNSPECIFIED = 0;

AUTO_GENERATION_TYPE_UNSPECIFIED_VALUE

Default value specified by user policy. This should never be returned.

AUTO_GENERATION_TYPE_UNSPECIFIED = 0;

OFF

The artifact is not generated automatically.

OFF = 2;

OFF_VALUE

The artifact is not generated automatically.

OFF = 2;

ON

The artifact is generated automatically.

ON = 1;

ON_VALUE

The artifact is generated automatically.

ON = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()