Interface CompareVersionsResponseOrBuilder (0.52.0)

public interface CompareVersionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaseVersionContentJson()

public abstract String getBaseVersionContentJson()

JSON representation of the base version content.

string base_version_content_json = 1;

Returns
TypeDescription
String

The baseVersionContentJson.

getBaseVersionContentJsonBytes()

public abstract ByteString getBaseVersionContentJsonBytes()

JSON representation of the base version content.

string base_version_content_json = 1;

Returns
TypeDescription
ByteString

The bytes for baseVersionContentJson.

getCompareTime()

public abstract Timestamp getCompareTime()

The timestamp when the two version compares.

.google.protobuf.Timestamp compare_time = 3;

Returns
TypeDescription
Timestamp

The compareTime.

getCompareTimeOrBuilder()

public abstract TimestampOrBuilder getCompareTimeOrBuilder()

The timestamp when the two version compares.

.google.protobuf.Timestamp compare_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getTargetVersionContentJson()

public abstract String getTargetVersionContentJson()

JSON representation of the target version content.

string target_version_content_json = 2;

Returns
TypeDescription
String

The targetVersionContentJson.

getTargetVersionContentJsonBytes()

public abstract ByteString getTargetVersionContentJsonBytes()

JSON representation of the target version content.

string target_version_content_json = 2;

Returns
TypeDescription
ByteString

The bytes for targetVersionContentJson.

hasCompareTime()

public abstract boolean hasCompareTime()

The timestamp when the two version compares.

.google.protobuf.Timestamp compare_time = 3;

Returns
TypeDescription
boolean

Whether the compareTime field is set.