public interface SynopsisOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
User |
getAuthor()
Author of the synopsis.
|
UserOrBuilder |
getAuthorOrBuilder()
Author of the synopsis.
|
String |
getContent()
Textual content of the synopsis.
|
ByteString |
getContentBytes()
Textual content of the synopsis.
|
String |
getContentType()
Content type string, for example, 'text/plain' or 'text/markdown'.
|
ByteString |
getContentTypeBytes()
Content type string, for example, 'text/plain' or 'text/markdown'.
|
Timestamp |
getUpdateTime()
Last updated timestamp.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Last updated timestamp.
|
boolean |
hasAuthor()
Author of the synopsis.
|
boolean |
hasUpdateTime()
Last updated timestamp.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getContentType()
Content type string, for example, 'text/plain' or 'text/markdown'.
string content_type = 1;ByteString getContentTypeBytes()
Content type string, for example, 'text/plain' or 'text/markdown'.
string content_type = 1;String getContent()
Textual content of the synopsis. It can be plain text or markdown as indicated by the content_type.
string content = 2;ByteString getContentBytes()
Textual content of the synopsis. It can be plain text or markdown as indicated by the content_type.
string content = 2;boolean hasUpdateTime()
Last updated timestamp.
.google.protobuf.Timestamp update_time = 3;Timestamp getUpdateTime()
Last updated timestamp.
.google.protobuf.Timestamp update_time = 3;TimestampOrBuilder getUpdateTimeOrBuilder()
Last updated timestamp.
.google.protobuf.Timestamp update_time = 3;boolean hasAuthor()
Author of the synopsis.
.google.cloud.irm.v1alpha2.User author = 4;User getAuthor()
Author of the synopsis.
.google.cloud.irm.v1alpha2.User author = 4;UserOrBuilder getAuthorOrBuilder()
Author of the synopsis.
.google.cloud.irm.v1alpha2.User author = 4;Copyright © 2020 Google LLC. All rights reserved.