public static final class Message.Builder extends GeneratedMessage.Builder<Message.Builder> implements MessageOrBuilderA message which contains notification details.
Protobuf type google.cloud.advisorynotifications.v1.Message
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Message.BuilderImplements
MessageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllAttachments(Iterable<? extends Attachment> values)
public Message.Builder addAllAttachments(Iterable<? extends Attachment> values)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.advisorynotifications.v1.Attachment> |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
addAttachments(Attachment value)
public Message.Builder addAttachments(Attachment value)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Attachment |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
addAttachments(Attachment.Builder builderForValue)
public Message.Builder addAttachments(Attachment.Builder builderForValue)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Attachment.Builder |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
addAttachments(int index, Attachment value)
public Message.Builder addAttachments(int index, Attachment value)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Attachment |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
addAttachments(int index, Attachment.Builder builderForValue)
public Message.Builder addAttachments(int index, Attachment.Builder builderForValue)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Attachment.Builder |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
addAttachmentsBuilder()
public Attachment.Builder addAttachmentsBuilder()The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Returns | |
|---|---|
| Type | Description |
Attachment.Builder |
|
addAttachmentsBuilder(int index)
public Attachment.Builder addAttachmentsBuilder(int index)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Attachment.Builder |
|
build()
public Message build()| Returns | |
|---|---|
| Type | Description |
Message |
|
buildPartial()
public Message buildPartial()| Returns | |
|---|---|
| Type | Description |
Message |
|
clear()
public Message.Builder clear()| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
clearAttachments()
public Message.Builder clearAttachments()The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
clearBody()
public Message.Builder clearBody()The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
clearCreateTime()
public Message.Builder clearCreateTime()The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
clearLocalizationTime()
public Message.Builder clearLocalizationTime()Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
getAttachments(int index)
public Attachment getAttachments(int index)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Attachment |
|
getAttachmentsBuilder(int index)
public Attachment.Builder getAttachmentsBuilder(int index)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Attachment.Builder |
|
getAttachmentsBuilderList()
public List<Attachment.Builder> getAttachmentsBuilderList()The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getAttachmentsCount()
public int getAttachmentsCount()The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAttachmentsList()
public List<Attachment> getAttachmentsList()The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Returns | |
|---|---|
| Type | Description |
List<Attachment> |
|
getAttachmentsOrBuilder(int index)
public AttachmentOrBuilder getAttachmentsOrBuilder(int index)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttachmentOrBuilder |
|
getAttachmentsOrBuilderList()
public List<? extends AttachmentOrBuilder> getAttachmentsOrBuilderList()The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.advisorynotifications.v1.AttachmentOrBuilder> |
|
getBody()
public Message.Body getBody()The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Returns | |
|---|---|
| Type | Description |
Message.Body |
The body. |
getBodyBuilder()
public Message.Body.Builder getBodyBuilder()The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Returns | |
|---|---|
| Type | Description |
Message.Body.Builder |
|
getBodyOrBuilder()
public Message.BodyOrBuilder getBodyOrBuilder()The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Returns | |
|---|---|
| Type | Description |
Message.BodyOrBuilder |
|
getCreateTime()
public Timestamp getCreateTime()The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public Message getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Message |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLocalizationTime()
public Timestamp getLocalizationTime()Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The localizationTime. |
getLocalizationTimeBuilder()
public Timestamp.Builder getLocalizationTimeBuilder()Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getLocalizationTimeOrBuilder()
public TimestampOrBuilder getLocalizationTimeOrBuilder()Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasBody()
public boolean hasBody()The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the body field is set. |
hasCreateTime()
public boolean hasCreateTime()The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasLocalizationTime()
public boolean hasLocalizationTime()Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the localizationTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeBody(Message.Body value)
public Message.Builder mergeBody(Message.Body value)The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Message.Body |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
mergeCreateTime(Timestamp value)
public Message.Builder mergeCreateTime(Timestamp value)The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
mergeFrom(Message other)
public Message.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Message.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Message.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
mergeLocalizationTime(Timestamp value)
public Message.Builder mergeLocalizationTime(Timestamp value)Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
removeAttachments(int index)
public Message.Builder removeAttachments(int index)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setAttachments(int index, Attachment value)
public Message.Builder setAttachments(int index, Attachment value)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Attachment |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setAttachments(int index, Attachment.Builder builderForValue)
public Message.Builder setAttachments(int index, Attachment.Builder builderForValue)The attachments to download.
repeated .google.cloud.advisorynotifications.v1.Attachment attachments = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Attachment.Builder |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setBody(Message.Body value)
public Message.Builder setBody(Message.Body value)The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Message.Body |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setBody(Message.Body.Builder builderForValue)
public Message.Builder setBody(Message.Body.Builder builderForValue)The message content.
.google.cloud.advisorynotifications.v1.Message.Body body = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Message.Body.Builder |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setCreateTime(Timestamp value)
public Message.Builder setCreateTime(Timestamp value)The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public Message.Builder setCreateTime(Timestamp.Builder builderForValue)The Message creation timestamp.
.google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setLocalizationTime(Timestamp value)
public Message.Builder setLocalizationTime(Timestamp value)Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|
setLocalizationTime(Timestamp.Builder builderForValue)
public Message.Builder setLocalizationTime(Timestamp.Builder builderForValue)Time when Message was localized
.google.protobuf.Timestamp localization_time = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Message.Builder |
|