- 0.72.0 (latest)
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- 0.0.1
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 |
|