[BindServiceMethod(typeof(InterconnectAttachmentGroups), "BindService")]
public abstract class InterconnectAttachmentGroups.InterconnectAttachmentGroupsBaseReference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentGroups.InterconnectAttachmentGroupsBase.
Base class for server-side implementations of InterconnectAttachmentGroups
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Delete(DeleteInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<Operation> Delete(DeleteInterconnectAttachmentGroupRequest request, ServerCallContext context)Deletes the specified InterconnectAttachmentGroup in the given scope
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterconnectAttachmentGroupRequestThe 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(GetInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<InterconnectAttachmentGroup> Get(GetInterconnectAttachmentGroupRequest request, ServerCallContext context)Returns the specified InterconnectAttachmentGroup resource in the given scope.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterconnectAttachmentGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskInterconnectAttachmentGroup |
The response to send back to the client (wrapped by a task). |
GetIamPolicy(GetIamPolicyInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<Policy> GetIamPolicy(GetIamPolicyInterconnectAttachmentGroupRequest request, ServerCallContext context)Gets the access control policy for a resource. May be empty if no such policy or resource exists.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIamPolicyInterconnectAttachmentGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPolicy |
The response to send back to the client (wrapped by a task). |
GetOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<InterconnectAttachmentGroupsGetOperationalStatusResponse> GetOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest request, ServerCallContext context)Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetOperationalStatusInterconnectAttachmentGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskInterconnectAttachmentGroupsGetOperationalStatusResponse |
The response to send back to the client (wrapped by a task). |
Insert(InsertInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<Operation> Insert(InsertInterconnectAttachmentGroupRequest request, ServerCallContext context)Creates a InterconnectAttachmentGroup in the specified project in the given scope using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertInterconnectAttachmentGroupRequestThe 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(ListInterconnectAttachmentGroupsRequest, ServerCallContext)
public virtual Task<InterconnectAttachmentGroupsListResponse> List(ListInterconnectAttachmentGroupsRequest request, ServerCallContext context)Lists the InterconnectAttachmentGroups for a project in the given scope.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterconnectAttachmentGroupsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskInterconnectAttachmentGroupsListResponse |
The response to send back to the client (wrapped by a task). |
Patch(PatchInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchInterconnectAttachmentGroupRequest request, ServerCallContext context)Patches the specified InterconnectAttachmentGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
| Parameters | |
|---|---|
| Name | Description |
request |
PatchInterconnectAttachmentGroupRequestThe 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). |
SetIamPolicy(SetIamPolicyInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<Policy> SetIamPolicy(SetIamPolicyInterconnectAttachmentGroupRequest request, ServerCallContext context)Sets the access control policy on the specified resource. Replaces any existing policy.
| Parameters | |
|---|---|
| Name | Description |
request |
SetIamPolicyInterconnectAttachmentGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPolicy |
The response to send back to the client (wrapped by a task). |
TestIamPermissions(TestIamPermissionsInterconnectAttachmentGroupRequest, ServerCallContext)
public virtual Task<TestPermissionsResponse> TestIamPermissions(TestIamPermissionsInterconnectAttachmentGroupRequest request, ServerCallContext context)Returns permissions that a caller has on the specified resource.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsInterconnectAttachmentGroupRequestThe 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). |