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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTO_GENERATION_TYPE_UNSPECIFIED |
Default value specified by user policy. This should never be returned. |
AUTO_GENERATION_TYPE_UNSPECIFIED_VALUE |
Default value specified by user policy. This should never be returned. |
OFF |
The artifact is not generated automatically. |
OFF_VALUE |
The artifact is not generated automatically. |
ON |
The artifact is generated automatically. |
ON_VALUE |
The artifact is generated automatically. |
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() |