public final class ChatSpaceLinkData extends GeneratedMessageV3 implements ChatSpaceLinkDataOrBuilder
Data for Chat space links.
Protobuf type google.chat.v1.ChatSpaceLinkData
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
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ChatSpaceLinkData.Builder newBuilder()
newBuilder(ChatSpaceLinkData prototype)
public static ChatSpaceLinkData.Builder newBuilder(ChatSpaceLinkData prototype)
public static ChatSpaceLinkData parseDelimitedFrom(InputStream input)
public static ChatSpaceLinkData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ChatSpaceLinkData parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChatSpaceLinkData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ChatSpaceLinkData parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChatSpaceLinkData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChatSpaceLinkData parseFrom(CodedInputStream input)
public static ChatSpaceLinkData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ChatSpaceLinkData parseFrom(InputStream input)
public static ChatSpaceLinkData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ChatSpaceLinkData parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChatSpaceLinkData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ChatSpaceLinkData> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ChatSpaceLinkData getDefaultInstanceForType()
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ChatSpaceLinkData.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ChatSpaceLinkData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ChatSpaceLinkData.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides