[BindServiceMethod(typeof(InterconnectAttachmentGroups), "BindService")]
public abstract class InterconnectAttachmentGroups.InterconnectAttachmentGroupsBase
Reference 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 |
DeleteInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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 |
GetInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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 |
GetIamPolicyInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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 |
GetOperationalStatusInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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 |
InsertInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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 |
ListInterconnectAttachmentGroupsRequest The request received from the client. |
context |
ServerCallContext The 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 |
PatchInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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 |
SetIamPolicyInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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 |
TestIamPermissionsInterconnectAttachmentGroupRequest The request received from the client. |
context |
ServerCallContext The 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). |