Class ConferenceSolution (2.41.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
TypeDescription
int

LOGO_URL_FIELD_NUMBER

public static final int LOGO_URL_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

ON_CREATE_FUNCTION_FIELD_NUMBER

public static final int ON_CREATE_FUNCTION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ConferenceSolution getDefaultInstance()
Returns
TypeDescription
ConferenceSolution

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ConferenceSolution.Builder newBuilder()
Returns
TypeDescription
ConferenceSolution.Builder

newBuilder(ConferenceSolution prototype)

public static ConferenceSolution.Builder newBuilder(ConferenceSolution prototype)
Parameter
NameDescription
prototypeConferenceSolution
Returns
TypeDescription
ConferenceSolution.Builder

parseDelimitedFrom(InputStream input)

public static ConferenceSolution parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ConferenceSolution parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ConferenceSolution parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ConferenceSolution parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ConferenceSolution parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ConferenceSolution parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ConferenceSolution parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConferenceSolution
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ConferenceSolution> parser()
Returns
TypeDescription
Parser<ConferenceSolution>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ConferenceSolution getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The display name of the ConferenceSolution.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for onCreateFunction.

getParserForType()

public Parser<ConferenceSolution> getParserForType()
Returns
TypeDescription
Parser<ConferenceSolution>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ConferenceSolution.Builder newBuilderForType()
Returns
TypeDescription
ConferenceSolution.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ConferenceSolution.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ConferenceSolution.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ConferenceSolution.Builder toBuilder()
Returns
TypeDescription
ConferenceSolution.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException