public interface MessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Attachment |
getAttachments(int index)
The attachments to download.
|
int |
getAttachmentsCount()
The attachments to download.
|
List<Attachment> |
getAttachmentsList()
The attachments to download.
|
AttachmentOrBuilder |
getAttachmentsOrBuilder(int index)
The attachments to download.
|
List<? extends AttachmentOrBuilder> |
getAttachmentsOrBuilderList()
The attachments to download.
|
Message.Body |
getBody()
The message content.
|
Message.BodyOrBuilder |
getBodyOrBuilder()
The message content.
|
com.google.protobuf.Timestamp |
getCreateTime()
The Message creation timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The Message creation timestamp.
|
com.google.protobuf.Timestamp |
getLocalizationTime()
Time when Message was localized
|
com.google.protobuf.TimestampOrBuilder |
getLocalizationTimeOrBuilder()
Time when Message was localized
|
boolean |
hasBody()
The message content.
|
boolean |
hasCreateTime()
The Message creation timestamp.
|
boolean |
hasLocalizationTime()
Time when Message was localized
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBody()
The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;Message.Body getBody()
The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;Message.BodyOrBuilder getBodyOrBuilder()
The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;List<Attachment> getAttachmentsList()
The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;Attachment getAttachments(int index)
The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;int getAttachmentsCount()
The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;List<? extends AttachmentOrBuilder> getAttachmentsOrBuilderList()
The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;AttachmentOrBuilder getAttachmentsOrBuilder(int index)
The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;boolean hasCreateTime()
The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;boolean hasLocalizationTime()
Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;com.google.protobuf.Timestamp getLocalizationTime()
Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;com.google.protobuf.TimestampOrBuilder getLocalizationTimeOrBuilder()
Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;Copyright © 2023 Google LLC. All rights reserved.