Class ConferenceSolution (2.42.0)

public final class ConferenceSolution extends GeneratedMessageV3 implements ConferenceSolutionOrBuilder

Defines conference related values.

Protobuf type google.apps.script.type.calendar.ConferenceSolution

Static Fields

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

LOGO_URL_FIELD_NUMBER

public static final int LOGO_URL_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

ON_CREATE_FUNCTION_FIELD_NUMBER

public static final int ON_CREATE_FUNCTION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ConferenceSolution getDefaultInstance()
Returns
Type Description
ConferenceSolution

getDescriptor()

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

newBuilder()

public static ConferenceSolution.Builder newBuilder()
Returns
Type Description
ConferenceSolution.Builder

newBuilder(ConferenceSolution prototype)

public static ConferenceSolution.Builder newBuilder(ConferenceSolution prototype)
Parameter
Name Description
prototype ConferenceSolution
Returns
Type Description
ConferenceSolution.Builder

parseDelimitedFrom(InputStream input)

public static ConferenceSolution parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ConferenceSolution parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ConferenceSolution parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ConferenceSolution parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ConferenceSolution parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ConferenceSolution parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConferenceSolution
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ConferenceSolution> parser()
Returns
Type Description
Parser<ConferenceSolution>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ConferenceSolution getDefaultInstanceForType()
Returns
Type Description
ConferenceSolution

getId()

public String getId()

Required. IDs should be unique across ConferenceSolutions within one add-on, but this is not strictly enforced. It is up to the add-on developer to assign them uniquely, otherwise the wrong ConferenceSolution may be used when the add-on is triggered. While the developer may change the display name of an add-on, the ID should not be changed.

string id = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

Required. IDs should be unique across ConferenceSolutions within one add-on, but this is not strictly enforced. It is up to the add-on developer to assign them uniquely, otherwise the wrong ConferenceSolution may be used when the add-on is triggered. While the developer may change the display name of an add-on, the ID should not be changed.

string id = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for id.

getLogoUrl()

public String getLogoUrl()

Required. The URL for the logo image of the ConferenceSolution.

string logo_url = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The logoUrl.

getLogoUrlBytes()

public ByteString getLogoUrlBytes()

Required. The URL for the logo image of the ConferenceSolution.

string logo_url = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for logoUrl.

getName()

public String getName()

Required. The display name of the ConferenceSolution.

string name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The display name of the ConferenceSolution.

string name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getOnCreateFunction()

public String getOnCreateFunction()

Required. The endpoint to call when ConferenceData should be created.

string on_create_function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The onCreateFunction.

getOnCreateFunctionBytes()

public ByteString getOnCreateFunctionBytes()

Required. The endpoint to call when ConferenceData should be created.

string on_create_function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for onCreateFunction.

getParserForType()

public Parser<ConferenceSolution> getParserForType()
Returns
Type Description
Parser<ConferenceSolution>
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 ConferenceSolution.Builder newBuilderForType()
Returns
Type Description
ConferenceSolution.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ConferenceSolution.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ConferenceSolution.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ConferenceSolution.Builder toBuilder()
Returns
Type Description
ConferenceSolution.Builder

writeTo(CodedOutputStream output)

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