Returns a composite selector given a number of resource fields and a container name. The
string selector returned by this method can be used for field selection in API calls that
return a list of resources. This method is not supposed to be used directly by users.
Returns a composite selector given a number of resource fields and a container name. This
method also takes an extraResourceFields parameter to specify some extra resource
fields as strings. The string selector returned by this method can be used for field
selection in API calls that return a list of resources. This method is not supposed to be
used directly by users.
Returns a composite selector given a number of top level fields as strings, a number of
resource fields and a container name. This method also takes an extraResourceFields
parameter to specify some extra resource fields as strings. The string selector returned by
this method can be used for field selection in API calls that return a list of resources.
This method is not supposed to be used directly by users.
public static String selector(List<? extends FieldSelector> required, FieldSelector[] others)
Returns a composite selector given a number of resource fields. The string selector returned
by this method can be used for field selection in API calls that return a single resource.
This method is not supposed to be used directly by users.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]