public static interface SnapshotProto.SectionContentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFooterMessageId()
The footer_message_id is calculated based of the data of the section and corresponds to the footer message to show.
|
com.google.protobuf.ByteString |
getFooterMessageIdBytes()
The footer_message_id is calculated based of the data of the section and corresponds to the footer message to show.
|
String |
getMessageId()
The message_id is calculated based off the data of the section and corresponds to the message content to show.
|
com.google.protobuf.ByteString |
getMessageIdBytes()
The message_id is calculated based off the data of the section and corresponds to the message content to show.
|
String |
getVideoId()
The video_id is calculated based of the data of the section and corresponds to the video to show.
|
com.google.protobuf.ByteString |
getVideoIdBytes()
The video_id is calculated based of the data of the section and corresponds to the video to show.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageId()
The message_id is calculated based off the data of the section and corresponds to the message content to show. If customized message on the section is set, that should override this message id
string message_id = 2;
com.google.protobuf.ByteString getMessageIdBytes()
The message_id is calculated based off the data of the section and corresponds to the message content to show. If customized message on the section is set, that should override this message id
string message_id = 2;
String getVideoId()
The video_id is calculated based of the data of the section and corresponds to the video to show. This video id does not take into account the language setting of the snapshot report and
string video_id = 3;
com.google.protobuf.ByteString getVideoIdBytes()
The video_id is calculated based of the data of the section and corresponds to the video to show. This video id does not take into account the language setting of the snapshot report and
string video_id = 3;
String getFooterMessageId()
The footer_message_id is calculated based of the data of the section and corresponds to the footer message to show.
string footer_message_id = 4;
com.google.protobuf.ByteString getFooterMessageIdBytes()
The footer_message_id is calculated based of the data of the section and corresponds to the footer message to show.
string footer_message_id = 4;
Copyright © 2020. All rights reserved.