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
LOGO_URL_FIELD_NUMBER
public static final int LOGO_URL_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
ON_CREATE_FUNCTION_FIELD_NUMBER
public static final int ON_CREATE_FUNCTION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ConferenceSolution getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ConferenceSolution.Builder newBuilder()
Returns
newBuilder(ConferenceSolution prototype)
public static ConferenceSolution.Builder newBuilder(ConferenceSolution prototype)
Parameter
Returns
public static ConferenceSolution parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ConferenceSolution parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ConferenceSolution parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConferenceSolution parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ConferenceSolution parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConferenceSolution parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ConferenceSolution parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ConferenceSolution parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ConferenceSolution parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ConferenceSolution parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ConferenceSolution parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConferenceSolution parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ConferenceSolution> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ConferenceSolution getDefaultInstanceForType()
Returns
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
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
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
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
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
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ConferenceSolution.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConferenceSolution.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ConferenceSolution.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions