Searched refs:FIELD_PATH_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
53 private static final String FIELD_PATH_SEPARATOR = ","; field in FieldMaskUtil74 result.append(FIELD_PATH_SEPARATOR); in toString()161 return Joiner.on(FIELD_PATH_SEPARATOR).join(paths); in toJsonString()169 Iterable<String> paths = Splitter.on(FIELD_PATH_SEPARATOR).split(value); in fromJsonString()