Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectGlobalUrlMapName |
ProjectGlobalUrlMapName.Builder.build() |
static ProjectGlobalUrlMapName |
ProjectGlobalUrlMapName.of(String project,
String urlMap) |
static ProjectGlobalUrlMapName |
ProjectGlobalUrlMapName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalUrlMapName> |
ProjectGlobalUrlMapName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
UrlMapClient.deleteUrlMap(ProjectGlobalUrlMapName urlMap)
Deletes the specified UrlMap resource.
|
UrlMap |
UrlMapClient.getUrlMap(ProjectGlobalUrlMapName urlMap)
Returns the specified UrlMap resource.
|
Operation |
UrlMapClient.invalidateCacheUrlMap(ProjectGlobalUrlMapName urlMap,
CacheInvalidationRule cacheInvalidationRuleResource)
Initiates a cache invalidation operation, invalidating the specified path, scoped to the
specified UrlMap.
|
Operation |
UrlMapClient.patchUrlMap(ProjectGlobalUrlMapName urlMap,
UrlMap urlMapResource,
List<String> fieldMask)
Patches the specified UrlMap resource with the data included in the request.
|
Operation |
UrlMapClient.updateUrlMap(ProjectGlobalUrlMapName urlMap,
UrlMap urlMapResource,
List<String> fieldMask)
Updates the specified UrlMap resource with the data included in the request.
|
UrlMapsValidateResponse |
UrlMapClient.validateUrlMap(ProjectGlobalUrlMapName urlMap,
UrlMapsValidateRequest urlMapsValidateRequestResource)
Runs static validation for the UrlMap.
|
Constructor and Description |
---|
Builder(ProjectGlobalUrlMapName projectGlobalUrlMapName) |
Copyright © 2019 Google LLC. All rights reserved.