public static interface SpaceConfig.ArtifactConfig.RecordingConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoRecordingGeneration()
public abstract SpaceConfig.ArtifactConfig.AutoGenerationType getAutoRecordingGeneration()Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.
 
 .google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.AutoGenerationType auto_recording_generation = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| SpaceConfig.ArtifactConfig.AutoGenerationType | The autoRecordingGeneration. | 
getAutoRecordingGenerationValue()
public abstract int getAutoRecordingGenerationValue()Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.
 
 .google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.AutoGenerationType auto_recording_generation = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for autoRecordingGeneration. |