[BindServiceMethod(typeof(GlobalAddresses), "BindService")]
public abstract class GlobalAddresses.GlobalAddressesBaseReference documentation and code samples for the Compute Engine v1 API class GlobalAddresses.GlobalAddressesBase.
Base class for server-side implementations of GlobalAddresses
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Delete(DeleteGlobalAddressRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteGlobalAddressRequest request, ServerCallContext context)Deletes the specified address resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGlobalAddressRequestThe 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(GetGlobalAddressRequest, ServerCallContext)
public virtual Task<Address> Get(GetGlobalAddressRequest request, ServerCallContext context)Returns the specified address resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGlobalAddressRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAddress |
The response to send back to the client (wrapped by a task). |
Insert(InsertGlobalAddressRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertGlobalAddressRequest request, ServerCallContext context)Creates an address resource in the specified project by using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertGlobalAddressRequestThe 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(ListGlobalAddressesRequest, ServerCallContext)
public virtual Task<AddressList> List(ListGlobalAddressesRequest request, ServerCallContext context)Retrieves a list of global addresses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGlobalAddressesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAddressList |
The response to send back to the client (wrapped by a task). |
Move(MoveGlobalAddressRequest, ServerCallContext)
public virtual Task<Operation> Move(MoveGlobalAddressRequest request, ServerCallContext context)Moves the specified address resource from one project to another project.
| Parameters | |
|---|---|
| Name | Description |
request |
MoveGlobalAddressRequestThe 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). |
SetLabels(SetLabelsGlobalAddressRequest, ServerCallContext)
public virtual Task<Operation> SetLabels(SetLabelsGlobalAddressRequest request, ServerCallContext context)Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation.
| Parameters | |
|---|---|
| Name | Description |
request |
SetLabelsGlobalAddressRequestThe 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). |
TestIamPermissions(TestIamPermissionsGlobalAddressRequest, ServerCallContext)
public virtual Task<TestPermissionsResponse> TestIamPermissions(TestIamPermissionsGlobalAddressRequest request, ServerCallContext context)Returns permissions that a caller has on the specified resource.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsGlobalAddressRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTestPermissionsResponse |
The response to send back to the client (wrapped by a task). |