Lines Matching refs:ProjectID
30 ProjectID string member
58 ctx.ProjectID, err = ctx.getMeta("project/project-id")
73 inst, err := ctx.computeService.Instances.Get(ctx.ProjectID, ctx.ZoneID, ctx.Instance).Do()
96 prefix := "https://www.googleapis.com/compute/v1/projects/" + ctx.ProjectID
143 op, err = ctx.computeService.Instances.Insert(ctx.ProjectID, ctx.ZoneID, instance).Do()
159 inst, err = ctx.computeService.Instances.Get(ctx.ProjectID, ctx.ZoneID, name).Do()
183 op, err = ctx.computeService.Instances.Delete(ctx.ProjectID, ctx.ZoneID, name).Do()
203 inst, err = ctx.computeService.Instances.Get(ctx.ProjectID, ctx.ZoneID, name).Do()
224 op, err = ctx.computeService.Images.Insert(ctx.ProjectID, image).Do()
231 op, err = ctx.computeService.Images.Insert(ctx.ProjectID, image).Do()
247 op, err = ctx.computeService.Images.Delete(ctx.ProjectID, imageName).Do()
275 op, err = ctx.computeService.GlobalOperations.Get(ctx.ProjectID, opName).Do()
277 op, err = ctx.computeService.ZoneOperations.Get(ctx.ProjectID, ctx.ZoneID, opName).Do()