Interface CompareVersionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompareVersionsResponse,CompareVersionsResponse.Builder
public interface CompareVersionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseVersionContentJson()JSON representation of the base version content.com.google.protobuf.ByteStringgetBaseVersionContentJsonBytes()JSON representation of the base version content.com.google.protobuf.TimestampgetCompareTime()The timestamp when the two version compares.com.google.protobuf.TimestampOrBuildergetCompareTimeOrBuilder()The timestamp when the two version compares.StringgetTargetVersionContentJson()JSON representation of the target version content.com.google.protobuf.ByteStringgetTargetVersionContentJsonBytes()JSON representation of the target version content.booleanhasCompareTime()The timestamp when the two version compares.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBaseVersionContentJson
String getBaseVersionContentJson()
JSON representation of the base version content.
string base_version_content_json = 1;- Returns:
- The baseVersionContentJson.
-
getBaseVersionContentJsonBytes
com.google.protobuf.ByteString getBaseVersionContentJsonBytes()
JSON representation of the base version content.
string base_version_content_json = 1;- Returns:
- The bytes for baseVersionContentJson.
-
getTargetVersionContentJson
String getTargetVersionContentJson()
JSON representation of the target version content.
string target_version_content_json = 2;- Returns:
- The targetVersionContentJson.
-
getTargetVersionContentJsonBytes
com.google.protobuf.ByteString getTargetVersionContentJsonBytes()
JSON representation of the target version content.
string target_version_content_json = 2;- Returns:
- The bytes for targetVersionContentJson.
-
hasCompareTime
boolean hasCompareTime()
The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;- Returns:
- Whether the compareTime field is set.
-
getCompareTime
com.google.protobuf.Timestamp getCompareTime()
The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;- Returns:
- The compareTime.
-
getCompareTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCompareTimeOrBuilder()
The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;
-
-