public interface CompareVersionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBaseVersionContentJson()
public abstract String getBaseVersionContentJson()JSON representation of the base version content.
string base_version_content_json = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The baseVersionContentJson. |
getBaseVersionContentJsonBytes()
public abstract ByteString getBaseVersionContentJsonBytes()JSON representation of the base version content.
string base_version_content_json = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for baseVersionContentJson. |
getCompareTime()
public abstract Timestamp getCompareTime()The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The compareTime. |
getCompareTimeOrBuilder()
public abstract TimestampOrBuilder getCompareTimeOrBuilder()The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getTargetVersionContentJson()
public abstract String getTargetVersionContentJson()JSON representation of the target version content.
string target_version_content_json = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The targetVersionContentJson. |
getTargetVersionContentJsonBytes()
public abstract ByteString getTargetVersionContentJsonBytes()JSON representation of the target version content.
string target_version_content_json = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetVersionContentJson. |
hasCompareTime()
public abstract boolean hasCompareTime()The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the compareTime field is set. |