[BindServiceMethod(typeof(Addresses), "BindService")]
public abstract class AddressesBaseBase class for server-side implementations of Addresses
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
AggregatedList(AggregatedListAddressesRequest, ServerCallContext)
public virtual Task<AddressAggregatedList> AggregatedList(AggregatedListAddressesRequest request, ServerCallContext context)Retrieves an aggregated list of addresses.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListAddressesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<AddressAggregatedList> |
The response to send back to the client (wrapped by a task). |
Delete(DeleteAddressRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteAddressRequest request, ServerCallContext context)Deletes the specified address resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAddressRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
Get(GetAddressRequest, ServerCallContext)
public virtual Task<Address> Get(GetAddressRequest request, ServerCallContext context)Returns the specified address resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAddressRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Address> |
The response to send back to the client (wrapped by a task). |
Insert(InsertAddressRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertAddressRequest request, ServerCallContext context)Creates an address resource in the specified project by using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertAddressRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
List(ListAddressesRequest, ServerCallContext)
public virtual Task<AddressList> List(ListAddressesRequest request, ServerCallContext context)Retrieves a list of addresses contained within the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAddressesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<AddressList> |
The response to send back to the client (wrapped by a task). |