public final class CalendarEventLinkData extends GeneratedMessage implements CalendarEventLinkDataOrBuilderData for Calendar event links.
Protobuf type google.chat.v1.CalendarEventLinkData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CalendarEventLinkDataImplements
CalendarEventLinkDataOrBuilderStatic Fields
CALENDAR_ID_FIELD_NUMBER
public static final int CALENDAR_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
EVENT_ID_FIELD_NUMBER
public static final int EVENT_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static CalendarEventLinkData getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static CalendarEventLinkData.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
newBuilder(CalendarEventLinkData prototype)
public static CalendarEventLinkData.Builder newBuilder(CalendarEventLinkData prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
CalendarEventLinkData |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
parseDelimitedFrom(InputStream input)
public static CalendarEventLinkData parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CalendarEventLinkData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static CalendarEventLinkData parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CalendarEventLinkData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static CalendarEventLinkData parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CalendarEventLinkData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static CalendarEventLinkData parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CalendarEventLinkData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static CalendarEventLinkData parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CalendarEventLinkData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static CalendarEventLinkData parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CalendarEventLinkData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<CalendarEventLinkData> parser()| Returns | |
|---|---|
| Type | Description |
Parser<CalendarEventLinkData> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
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. |
getParserForType()
public Parser<CalendarEventLinkData> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<CalendarEventLinkData> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public CalendarEventLinkData.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected CalendarEventLinkData.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
toBuilder()
public CalendarEventLinkData.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
CalendarEventLinkData.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|