| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionUrlMaps.Insert | Compute.RegionUrlMaps. insert(String project,
      String region,
      UrlMap content)Creates a UrlMap resource in the specified project using the data included in the request. | 
| Compute.UrlMaps.Insert | Compute.UrlMaps. insert(String project,
      UrlMap content)Creates a UrlMap resource in the specified project using the data included in the request. | 
| Compute.RegionUrlMaps.Patch | Compute.RegionUrlMaps. patch(String project,
     String region,
     String urlMap,
     UrlMap content)Patches the specified UrlMap resource with the data included in the request. | 
| Compute.UrlMaps.Patch | Compute.UrlMaps. patch(String project,
     String urlMap,
     UrlMap content)Patches the specified UrlMap resource with the data included in the request. | 
| Compute.RegionUrlMaps.Update | Compute.RegionUrlMaps. update(String project,
      String region,
      String urlMap,
      UrlMap content)Updates the specified UrlMap resource with the data included in the request. | 
| Compute.UrlMaps.Update | Compute.UrlMaps. update(String project,
      String urlMap,
      UrlMap content)Updates the specified UrlMap resource with the data included in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String region,
      UrlMap content)Creates a UrlMap resource in the specified project using the data included in the request. | 
| Insert(String project,
      UrlMap content)Creates a UrlMap resource in the specified project using the data included in the request. | 
| Patch(String project,
     String region,
     String urlMap,
     UrlMap content)Patches the specified UrlMap resource with the data included in the request. | 
| Patch(String project,
     String urlMap,
     UrlMap content)Patches the specified UrlMap resource with the data included in the request. | 
| Update(String project,
      String region,
      String urlMap,
      UrlMap content)Updates the specified UrlMap resource with the data included in the request. | 
| Update(String project,
      String urlMap,
      UrlMap content)Updates the specified UrlMap resource with the data included in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| UrlMap | UrlMap. clone() | 
| UrlMap | UrlMap. encodeFingerprint(byte[] fingerprint)Fingerprint of this resource. | 
| UrlMap | RegionUrlMapsValidateRequest. getResource()Content of the UrlMap to be validated. | 
| UrlMap | UrlMapsValidateRequest. getResource()Content of the UrlMap to be validated. | 
| UrlMap | UrlMap. set(String fieldName,
   Object value) | 
| UrlMap | UrlMap. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| UrlMap | UrlMap. setDefaultRouteAction(HttpRouteAction defaultRouteAction)defaultRouteAction takes effect when none of the  hostRules match. | 
| UrlMap | UrlMap. setDefaultService(String defaultService)The full or partial URL of the defaultService resource to which traffic is directed if none of
 the hostRules match. | 
| UrlMap | UrlMap. setDefaultUrlRedirect(HttpRedirectAction defaultUrlRedirect)When none of the specified hostRules match, the request is redirected to a URL specified by
 defaultUrlRedirect. | 
| UrlMap | UrlMap. setDescription(String description)An optional description of this resource. | 
| UrlMap | UrlMap. setFingerprint(String fingerprint)Fingerprint of this resource. | 
| UrlMap | UrlMap. setHeaderAction(HttpHeaderAction headerAction)Specifies changes to request and response headers that need to take effect for the selected
 backendService. | 
| UrlMap | UrlMap. setHostRules(List<HostRule> hostRules)The list of HostRules to use against the URL. | 
| UrlMap | UrlMap. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| UrlMap | UrlMap. setKind(String kind)[Output Only] Type of the resource. | 
| UrlMap | UrlMap. setName(String name)Name of the resource. | 
| UrlMap | UrlMap. setPathMatchers(List<PathMatcher> pathMatchers)The list of named PathMatchers to use against the URL. | 
| UrlMap | UrlMap. setRegion(String region)[Output Only] URL of the region where the regional URL map resides. | 
| UrlMap | UrlMap. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| UrlMap | UrlMap. setTests(List<UrlMapTest> tests)The list of expected URL mapping tests. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<UrlMap> | UrlMapList. getItems()A list of UrlMap resources. | 
| List<UrlMap> | UrlMapsScopedList. getUrlMaps()A list of UrlMaps contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| RegionUrlMapsValidateRequest | RegionUrlMapsValidateRequest. setResource(UrlMap resource)Content of the UrlMap to be validated. | 
| UrlMapsValidateRequest | UrlMapsValidateRequest. setResource(UrlMap resource)Content of the UrlMap to be validated. | 
| Modifier and Type | Method and Description | 
|---|---|
| UrlMapList | UrlMapList. setItems(List<UrlMap> items)A list of UrlMap resources. | 
| UrlMapsScopedList | UrlMapsScopedList. setUrlMaps(List<UrlMap> urlMaps)A list of UrlMaps contained in this scope. | 
Copyright © 2011–2021 Google. All rights reserved.