public interface CheckConsistencyPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getInconsistentPaths(int index)
repeated string inconsistentPaths = 1; |
com.google.protobuf.ByteString |
getInconsistentPathsBytes(int index)
repeated string inconsistentPaths = 1; |
int |
getInconsistentPathsCount()
repeated string inconsistentPaths = 1; |
List<String> |
getInconsistentPathsList()
repeated string inconsistentPaths = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getInconsistentPathsList()
repeated string inconsistentPaths = 1;
int getInconsistentPathsCount()
repeated string inconsistentPaths = 1;
String getInconsistentPaths(int index)
repeated string inconsistentPaths = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getInconsistentPathsBytes(int index)
repeated string inconsistentPaths = 1;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.