Class CompositeIndexUtils (2.0.0)

public final class CompositeIndexUtils

Static utilities for working with composite indexes.

Inheritance

java.lang.Object > CompositeIndexUtils

Static Methods

generateXmlForIndex(OnestoreEntity.Index index, CompositeIndexManager.IndexSource source)

public static String generateXmlForIndex(OnestoreEntity.Index index, CompositeIndexManager.IndexSource source)

Generate an xml representation of the provided Index.


 
 
Parameters
NameDescription
indexcom.google.storage.onestore.v3.OnestoreEntity.Index

The index for which we want an xml representation.

sourceCompositeIndexManager.IndexSource

The source of the provided index.

Returns
TypeDescription
String

The xml representation of the provided index.