public interface CompareVersionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseVersionContentJson()
JSON representation of the base version content.
|
com.google.protobuf.ByteString |
getBaseVersionContentJsonBytes()
JSON representation of the base version content.
|
com.google.protobuf.Timestamp |
getCompareTime()
The timestamp when the two version compares.
|
com.google.protobuf.TimestampOrBuilder |
getCompareTimeOrBuilder()
The timestamp when the two version compares.
|
String |
getTargetVersionContentJson()
JSON representation of the target version content.
|
com.google.protobuf.ByteString |
getTargetVersionContentJsonBytes()
JSON representation of the target version content.
|
boolean |
hasCompareTime()
The timestamp when the two version compares.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBaseVersionContentJson()
JSON representation of the base version content.
string base_version_content_json = 1;com.google.protobuf.ByteString getBaseVersionContentJsonBytes()
JSON representation of the base version content.
string base_version_content_json = 1;String getTargetVersionContentJson()
JSON representation of the target version content.
string target_version_content_json = 2;com.google.protobuf.ByteString getTargetVersionContentJsonBytes()
JSON representation of the target version content.
string target_version_content_json = 2;boolean hasCompareTime()
The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;com.google.protobuf.Timestamp getCompareTime()
The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;com.google.protobuf.TimestampOrBuilder getCompareTimeOrBuilder()
The timestamp when the two version compares.
.google.protobuf.Timestamp compare_time = 3;Copyright © 2025 Google LLC. All rights reserved.