public static final class Message.Builder extends GeneratedMessageV3.Builder<Message.Builder> implements MessageOrBuilder
A message which contains notification details.
Protobuf type google.cloud.advisorynotifications.v1.Message
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Message.BuilderImplements
MessageOrBuilderInherited Members
Static 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 |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Message.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Message.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 |
clearField(Descriptors.FieldDescriptor field)
public Message.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
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 |
clearOneof(Descriptors.OneofDescriptor oneof)
public Message.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Message.Builder |
clone()
public Message.Builder clone()
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;
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Message.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
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 |
setField(Descriptors.FieldDescriptor field, Object value)
public Message.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Message.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Message.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Message.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Message.Builder |