Interface MessageDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MessageDetails,MessageDetails.Builder
public interface MessageDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttachmentUrls(int index) Output only.com.google.protobuf.ByteStringgetAttachmentUrlsBytes(int index) Output only.intOutput only.Output only.getText()Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getText
String getText()Output only. Textual content of the message.
string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()Output only. Textual content of the message.
string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for text.
-
getAttachmentUrlsList
Output only. URL to the SMS or email attachments. These URLs can be used to download the contents of the attachment by using the developer token.
repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the attachmentUrls.
-
getAttachmentUrlsCount
int getAttachmentUrlsCount()Output only. URL to the SMS or email attachments. These URLs can be used to download the contents of the attachment by using the developer token.
repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of attachmentUrls.
-
getAttachmentUrls
Output only. URL to the SMS or email attachments. These URLs can be used to download the contents of the attachment by using the developer token.
repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The attachmentUrls at the given index.
-
getAttachmentUrlsBytes
com.google.protobuf.ByteString getAttachmentUrlsBytes(int index) Output only. URL to the SMS or email attachments. These URLs can be used to download the contents of the attachment by using the developer token.
repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the attachmentUrls at the given index.
-