Home
last modified time | relevance | path

Searched defs:UrlMapsService (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go671 type UrlMapsService struct { struct
672 s *Service
80483 func (r *UrlMapsService) Delete(project string, urlMap string) *UrlMapsDeleteCall {
80646 func (r *UrlMapsService) Get(project string, urlMap string) *UrlMapsGetCall {
80798 func (r *UrlMapsService) Insert(project string, urlmap *UrlMap) *UrlMapsInsertCall {
80959 … string, urlMap string, cacheinvalidationrule *CacheInvalidationRule) *UrlMapsInvalidateCacheCall {
81130 func (r *UrlMapsService) List(project string) *UrlMapsListCall {
81385 func (r *UrlMapsService) Patch(project string, urlMap string, urlmap *UrlMap) *UrlMapsPatchCall {
81556 …, resource string, testpermissionsrequest *TestPermissionsRequest) *UrlMapsTestIamPermissionsCall {
81705 func (r *UrlMapsService) Update(project string, urlMap string, urlmap *UrlMap) *UrlMapsUpdateCall {
[all …]