Class SpaceConfig.ArtifactConfig.SmartNotesConfig (0.24.0)

public static final class SpaceConfig.ArtifactConfig.SmartNotesConfig extends GeneratedMessageV3 implements SpaceConfig.ArtifactConfig.SmartNotesConfigOrBuilder

Configuration related to smart notes in a meeting space. More details about smart notes https://support.google.com/meet/answer/14754931?hl=en.

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SpaceConfig.ArtifactConfig.SmartNotesConfig

Static Fields

AUTO_SMART_NOTES_GENERATION_FIELD_NUMBER

public static final int AUTO_SMART_NOTES_GENERATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SpaceConfig.ArtifactConfig.SmartNotesConfig getDefaultInstance()
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder newBuilder()
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder

newBuilder(SpaceConfig.ArtifactConfig.SmartNotesConfig prototype)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder newBuilder(SpaceConfig.ArtifactConfig.SmartNotesConfig prototype)
Parameter
Name Description
prototype SpaceConfig.ArtifactConfig.SmartNotesConfig
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder

parseDelimitedFrom(InputStream input)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SpaceConfig.ArtifactConfig.SmartNotesConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SpaceConfig.ArtifactConfig.SmartNotesConfig> parser()
Returns
Type Description
Parser<SmartNotesConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAutoSmartNotesGeneration()

public SpaceConfig.ArtifactConfig.AutoGenerationType getAutoSmartNotesGeneration()

Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting.

.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.AutoGenerationType auto_smart_notes_generation = 2;

Returns
Type Description
SpaceConfig.ArtifactConfig.AutoGenerationType

The autoSmartNotesGeneration.

getAutoSmartNotesGenerationValue()

public int getAutoSmartNotesGenerationValue()

Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting.

.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.AutoGenerationType auto_smart_notes_generation = 2;

Returns
Type Description
int

The enum numeric value on the wire for autoSmartNotesGeneration.

getDefaultInstanceForType()

public SpaceConfig.ArtifactConfig.SmartNotesConfig getDefaultInstanceForType()
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig

getParserForType()

public Parser<SpaceConfig.ArtifactConfig.SmartNotesConfig> getParserForType()
Returns
Type Description
Parser<SmartNotesConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder newBuilderForType()
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder toBuilder()
Returns
Type Description
SpaceConfig.ArtifactConfig.SmartNotesConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException