예제 #1
0
파일: v1-gen.go 프로젝트: artik2015/fleet
// Fields allows partial responses to be retrieved.
// See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse
// for more information.
func (c *UnitsSetCall) Fields(s ...googleapi.Field) *UnitsSetCall {
	c.opt_["fields"] = googleapi.CombineFields(s)
	return c
}
예제 #2
0
파일: v1-gen.go 프로젝트: artik2015/fleet
// Fields allows partial responses to be retrieved.
// See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse
// for more information.
func (c *MachinesListCall) Fields(s ...googleapi.Field) *MachinesListCall {
	c.opt_["fields"] = googleapi.CombineFields(s)
	return c
}