public interface FeedItemOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttachment()
public abstract Attachment getAttachment()Output only. An attachment attached to the case.
.google.cloud.support.v2beta.Attachment attachment = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Attachment |
The attachment. |
getAttachmentOrBuilder()
public abstract AttachmentOrBuilder getAttachmentOrBuilder()Output only. An attachment attached to the case.
.google.cloud.support.v2beta.Attachment attachment = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AttachmentOrBuilder |
|
getComment()
public abstract Comment getComment()Output only. A comment added to the case.
.google.cloud.support.v2beta.Comment comment = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Comment |
The comment. |
getCommentOrBuilder()
public abstract CommentOrBuilder getCommentOrBuilder()Output only. A comment added to the case.
.google.cloud.support.v2beta.Comment comment = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CommentOrBuilder |
|
getDeletedAttachment()
public abstract Attachment getDeletedAttachment()Output only. A deleted attachment that used to be associated with the support case.
.google.cloud.support.v2beta.Attachment deleted_attachment = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Attachment |
The deletedAttachment. |
getDeletedAttachmentOrBuilder()
public abstract AttachmentOrBuilder getDeletedAttachmentOrBuilder()Output only. A deleted attachment that used to be associated with the support case.
.google.cloud.support.v2beta.Attachment deleted_attachment = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AttachmentOrBuilder |
|
getEmailMessage()
public abstract EmailMessage getEmailMessage()Output only. An email message received in reply to the case.
.google.cloud.support.v2beta.EmailMessage email_message = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EmailMessage |
The emailMessage. |
getEmailMessageOrBuilder()
public abstract EmailMessageOrBuilder getEmailMessageOrBuilder()Output only. An email message received in reply to the case.
.google.cloud.support.v2beta.EmailMessage email_message = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EmailMessageOrBuilder |
|
getEventObjectCase()
public abstract FeedItem.EventObjectCase getEventObjectCase()| Returns | |
|---|---|
| Type | Description |
FeedItem.EventObjectCase |
|
getEventTime()
public abstract Timestamp getEventTime()Output only. Time corresponding to the event of this item.
.google.protobuf.Timestamp event_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The eventTime. |
getEventTimeOrBuilder()
public abstract TimestampOrBuilder getEventTimeOrBuilder()Output only. Time corresponding to the event of this item.
.google.protobuf.Timestamp event_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasAttachment()
public abstract boolean hasAttachment()Output only. An attachment attached to the case.
.google.cloud.support.v2beta.Attachment attachment = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the attachment field is set. |
hasComment()
public abstract boolean hasComment()Output only. A comment added to the case.
.google.cloud.support.v2beta.Comment comment = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the comment field is set. |
hasDeletedAttachment()
public abstract boolean hasDeletedAttachment()Output only. A deleted attachment that used to be associated with the support case.
.google.cloud.support.v2beta.Attachment deleted_attachment = 103 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deletedAttachment field is set. |
hasEmailMessage()
public abstract boolean hasEmailMessage()Output only. An email message received in reply to the case.
.google.cloud.support.v2beta.EmailMessage email_message = 102 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the emailMessage field is set. |
hasEventTime()
public abstract boolean hasEventTime()Output only. Time corresponding to the event of this item.
.google.protobuf.Timestamp event_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the eventTime field is set. |