public static final class CalendarEventLinkData.Builder extends GeneratedMessage.Builder<CalendarEventLinkData.Builder> implements CalendarEventLinkDataOrBuilderData for Calendar event links.
Protobuf type google.chat.v1.CalendarEventLinkData
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CalendarEventLinkData.BuilderImplements
CalendarEventLinkDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CalendarEventLinkData build()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
buildPartial()
public CalendarEventLinkData buildPartial()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
clear()
public CalendarEventLinkData.Builder clear()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
clearCalendarId()
public CalendarEventLinkData.Builder clearCalendarId()The Calendar identifier of the linked Calendar.
string calendar_id = 1;
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
This builder for chaining. |
clearEventId()
public CalendarEventLinkData.Builder clearEventId()The Event identifier of the linked Calendar event.
string event_id = 2;
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
This builder for chaining. |
getCalendarId()
public String getCalendarId()The Calendar identifier of the linked Calendar.
string calendar_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The calendarId. |
getCalendarIdBytes()
public ByteString getCalendarIdBytes()The Calendar identifier of the linked Calendar.
string calendar_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for calendarId. |
getDefaultInstanceForType()
public CalendarEventLinkData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEventId()
public String getEventId()The Event identifier of the linked Calendar event.
string event_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The eventId. |
getEventIdBytes()
public ByteString getEventIdBytes()The Event identifier of the linked Calendar event.
string event_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for eventId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CalendarEventLinkData other)
public CalendarEventLinkData.Builder mergeFrom(CalendarEventLinkData other)| Parameter | |
|---|---|
| Name | Description |
other |
CalendarEventLinkData |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CalendarEventLinkData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CalendarEventLinkData.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
setCalendarId(String value)
public CalendarEventLinkData.Builder setCalendarId(String value)The Calendar identifier of the linked Calendar.
string calendar_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe calendarId to set. |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
This builder for chaining. |
setCalendarIdBytes(ByteString value)
public CalendarEventLinkData.Builder setCalendarIdBytes(ByteString value)The Calendar identifier of the linked Calendar.
string calendar_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for calendarId to set. |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
This builder for chaining. |
setEventId(String value)
public CalendarEventLinkData.Builder setEventId(String value)The Event identifier of the linked Calendar event.
string event_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe eventId to set. |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
This builder for chaining. |
setEventIdBytes(ByteString value)
public CalendarEventLinkData.Builder setEventIdBytes(ByteString value)The Event identifier of the linked Calendar event.
string event_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for eventId to set. |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
This builder for chaining. |