- 0.48.0 (latest)
- 0.47.0
- 0.46.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.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
public interface FeedItemOrBuilder extends MessageOrBuilder
Implements
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. |