Searched refs:DisksService (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 145 Disks *DisksService 297 func NewDisksService(s *Service) *DisksService { 298 rs := &DisksService{s: s} 302 type DisksService struct { struct 24957 func (r *DisksService) AggregatedList(project string) *DisksAggregatedListCall { argument 25211 func (r *DisksService) CreateSnapshot(project string, zone string, disk string, snapshot *Snapshot)… argument 25405 func (r *DisksService) Delete(project string, zone string, disk string) *DisksDeleteCall { argument 25578 func (r *DisksService) Get(project string, zone string, disk string) *DisksGetCall { argument 25744 func (r *DisksService) Insert(project string, zone string, disk *Disk) *DisksInsertCall { argument 25928 func (r *DisksService) List(project string, zone string) *DisksListCall { argument [all …]
|