Class ChatSpaceLinkData (0.15.0)

public final class ChatSpaceLinkData extends GeneratedMessageV3 implements ChatSpaceLinkDataOrBuilder

Data for Chat space links.

Protobuf type google.chat.v1.ChatSpaceLinkData

Static Fields

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_FIELD_NUMBER
Field Value
Type Description
int

SPACE_FIELD_NUMBER

public static final int SPACE_FIELD_NUMBER
Field Value
Type Description
int

THREAD_FIELD_NUMBER

public static final int THREAD_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ChatSpaceLinkData getDefaultInstance()
Returns
Type Description
ChatSpaceLinkData

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ChatSpaceLinkData.Builder newBuilder()
Returns
Type Description
ChatSpaceLinkData.Builder

newBuilder(ChatSpaceLinkData prototype)

public static ChatSpaceLinkData.Builder newBuilder(ChatSpaceLinkData prototype)
Parameter
Name Description
prototype ChatSpaceLinkData
Returns
Type Description
ChatSpaceLinkData.Builder

parseDelimitedFrom(InputStream input)

public static ChatSpaceLinkData parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ChatSpaceLinkData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ChatSpaceLinkData parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ChatSpaceLinkData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ChatSpaceLinkData parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ChatSpaceLinkData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ChatSpaceLinkData parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ChatSpaceLinkData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ChatSpaceLinkData parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ChatSpaceLinkData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ChatSpaceLinkData parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ChatSpaceLinkData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ChatSpaceLinkData
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ChatSpaceLinkData> parser()
Returns
Type Description
Parser<ChatSpaceLinkData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ChatSpaceLinkData getDefaultInstanceForType()
Returns
Type Description
ChatSpaceLinkData

getMessage()

public String getMessage()

The message of the linked Chat space resource.

Format: spaces/{space}/messages/{message}

string message = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The message.

getMessageBytes()

public ByteString getMessageBytes()

The message of the linked Chat space resource.

Format: spaces/{space}/messages/{message}

string message = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for message.

getParserForType()

public Parser<ChatSpaceLinkData> getParserForType()
Returns
Type Description
Parser<ChatSpaceLinkData>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSpace()

public String getSpace()

The space of the linked Chat space resource.

Format: spaces/{space}

string space = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The space.

getSpaceBytes()

public ByteString getSpaceBytes()

The space of the linked Chat space resource.

Format: spaces/{space}

string space = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for space.

getThread()

public String getThread()

The thread of the linked Chat space resource.

Format: spaces/{space}/threads/{thread}

string thread = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The thread.

getThreadBytes()

public ByteString getThreadBytes()

The thread of the linked Chat space resource.

Format: spaces/{space}/threads/{thread}

string thread = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for thread.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ChatSpaceLinkData.Builder newBuilderForType()
Returns
Type Description
ChatSpaceLinkData.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ChatSpaceLinkData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ChatSpaceLinkData.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ChatSpaceLinkData.Builder toBuilder()
Returns
Type Description
ChatSpaceLinkData.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException