Send feedback
Class ConferenceSolution (2.76.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ConferenceSolution extends GeneratedMessageV3 implements ConferenceSolutionOrBuilder
Defines conference related values.
Protobuf type google.apps.script.type.calendar.ConferenceSolution
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ConferenceSolution . Builder newBuilder ()
newBuilder(ConferenceSolution prototype)
public static ConferenceSolution . Builder newBuilder ( ConferenceSolution prototype )
public static ConferenceSolution parseDelimitedFrom ( InputStream input )
public static ConferenceSolution parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ConferenceSolution parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConferenceSolution parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ConferenceSolution parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConferenceSolution parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ConferenceSolution parseFrom ( CodedInputStream input )
public static ConferenceSolution parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ConferenceSolution parseFrom ( InputStream input )
public static ConferenceSolution parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ConferenceSolution parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConferenceSolution parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ConferenceSolution> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ConferenceSolution getDefaultInstanceForType ()
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()
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 ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ConferenceSolution . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConferenceSolution . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ConferenceSolution . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]