[BindServiceMethod(typeof(UrlMaps), "BindService")]
public abstract class UrlMaps.UrlMapsBaseReference documentation and code samples for the Compute Engine v1 API class UrlMaps.UrlMapsBase.
Base class for server-side implementations of UrlMaps
Namespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Methods
AggregatedList(AggregatedListUrlMapsRequest, ServerCallContext)
public virtual Task<UrlMapsAggregatedList> AggregatedList(AggregatedListUrlMapsRequest request, ServerCallContext context)Retrieves the list of all UrlMap resources, regional and global, available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListUrlMapsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskUrlMapsAggregatedList |
The response to send back to the client (wrapped by a task). |
Delete(DeleteUrlMapRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteUrlMapRequest request, ServerCallContext context)Deletes the specified UrlMap resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteUrlMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
Get(GetUrlMapRequest, ServerCallContext)
public virtual Task<UrlMap> Get(GetUrlMapRequest request, ServerCallContext context)Returns the specified UrlMap resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetUrlMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskUrlMap |
The response to send back to the client (wrapped by a task). |
Insert(InsertUrlMapRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertUrlMapRequest request, ServerCallContext context)Creates a UrlMap resource in the specified project using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertUrlMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
InvalidateCache(InvalidateCacheUrlMapRequest, ServerCallContext)
public virtual Task<Operation> InvalidateCache(InvalidateCacheUrlMapRequest request, ServerCallContext context)Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap. For more information, see Invalidating cached content.
| Parameters | |
|---|---|
| Name | Description |
request |
InvalidateCacheUrlMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
List(ListUrlMapsRequest, ServerCallContext)
public virtual Task<UrlMapList> List(ListUrlMapsRequest request, ServerCallContext context)Retrieves the list of UrlMap resources available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListUrlMapsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskUrlMapList |
The response to send back to the client (wrapped by a task). |
Patch(PatchUrlMapRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchUrlMapRequest request, ServerCallContext context)Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchUrlMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
Update(UpdateUrlMapRequest, ServerCallContext)
public virtual Task<Operation> Update(UpdateUrlMapRequest request, ServerCallContext context)Updates the specified UrlMap resource with the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateUrlMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
Validate(ValidateUrlMapRequest, ServerCallContext)
public virtual Task<UrlMapsValidateResponse> Validate(ValidateUrlMapRequest request, ServerCallContext context)Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateUrlMapRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskUrlMapsValidateResponse |
The response to send back to the client (wrapped by a task). |