Compute Engine v1 API - Class InterconnectAttachmentGroupsClientImpl (3.10.0)

public sealed class InterconnectAttachmentGroupsClientImpl : InterconnectAttachmentGroupsClient

Reference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentGroupsClientImpl.

InterconnectAttachmentGroups client wrapper implementation, for convenient use.

Inheritance

object > InterconnectAttachmentGroupsClient > InterconnectAttachmentGroupsClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The InterconnectAttachmentGroups API.

Constructors

InterconnectAttachmentGroupsClientImpl(InterconnectAttachmentGroupsClient, InterconnectAttachmentGroupsSettings, ILogger)

public InterconnectAttachmentGroupsClientImpl(InterconnectAttachmentGroups.InterconnectAttachmentGroupsClient grpcClient, InterconnectAttachmentGroupsSettings settings, ILogger logger)

Constructs a client wrapper for the InterconnectAttachmentGroups service, with the specified gRPC client and settings.

Parameters
Name Description
grpcClient InterconnectAttachmentGroupsInterconnectAttachmentGroupsClient

The underlying gRPC client.

settings InterconnectAttachmentGroupsSettings

The base InterconnectAttachmentGroupsSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override InterconnectAttachmentGroups.InterconnectAttachmentGroupsClient GrpcClient { get; }

The underlying gRPC InterconnectAttachmentGroups client

Property Value
Type Description
InterconnectAttachmentGroupsInterconnectAttachmentGroupsClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
Type Description
OperationsClient
Overrides

PatchOperationsClient

public override OperationsClient PatchOperationsClient { get; }

The long-running operations client for Patch.

Property Value
Type Description
OperationsClient
Overrides

Methods

Delete(DeleteInterconnectAttachmentGroupRequest, CallSettings)

public override Operation<Operation, Operation> Delete(DeleteInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Deletes the specified InterconnectAttachmentGroup in the given scope

Parameters
Name Description
request DeleteInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

DeleteAsync(DeleteInterconnectAttachmentGroupRequest, CallSettings)

public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Deletes the specified InterconnectAttachmentGroup in the given scope

Parameters
Name Description
request DeleteInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Get(GetInterconnectAttachmentGroupRequest, CallSettings)

public override InterconnectAttachmentGroup Get(GetInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Returns the specified InterconnectAttachmentGroup resource in the given scope.

Parameters
Name Description
request GetInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
InterconnectAttachmentGroup

The RPC response.

Overrides

GetAsync(GetInterconnectAttachmentGroupRequest, CallSettings)

public override Task<InterconnectAttachmentGroup> GetAsync(GetInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Returns the specified InterconnectAttachmentGroup resource in the given scope.

Parameters
Name Description
request GetInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskInterconnectAttachmentGroup

A Task containing the RPC response.

Overrides

GetIamPolicy(GetIamPolicyInterconnectAttachmentGroupRequest, CallSettings)

public override Policy GetIamPolicy(GetIamPolicyInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
Policy

The RPC response.

Overrides

GetIamPolicyAsync(GetIamPolicyInterconnectAttachmentGroupRequest, CallSettings)

public override Task<Policy> GetIamPolicyAsync(GetIamPolicyInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskPolicy

A Task containing the RPC response.

Overrides

GetOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest, CallSettings)

public override InterconnectAttachmentGroupsGetOperationalStatusResponse GetOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup resource.

Parameters
Name Description
request GetOperationalStatusInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
InterconnectAttachmentGroupsGetOperationalStatusResponse

The RPC response.

Overrides

GetOperationalStatusAsync(GetOperationalStatusInterconnectAttachmentGroupRequest, CallSettings)

public override Task<InterconnectAttachmentGroupsGetOperationalStatusResponse> GetOperationalStatusAsync(GetOperationalStatusInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup resource.

Parameters
Name Description
request GetOperationalStatusInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskInterconnectAttachmentGroupsGetOperationalStatusResponse

A Task containing the RPC response.

Overrides

Insert(InsertInterconnectAttachmentGroupRequest, CallSettings)

public override Operation<Operation, Operation> Insert(InsertInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

InsertAsync(InsertInterconnectAttachmentGroupRequest, CallSettings)

public override Task<Operation<Operation, Operation>> InsertAsync(InsertInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

List(ListInterconnectAttachmentGroupsRequest, CallSettings)

public override PagedEnumerable<InterconnectAttachmentGroupsListResponse, InterconnectAttachmentGroup> List(ListInterconnectAttachmentGroupsRequest request, CallSettings callSettings = null)

Lists the InterconnectAttachmentGroups for a project in the given scope.

Parameters
Name Description
request ListInterconnectAttachmentGroupsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableInterconnectAttachmentGroupsListResponseInterconnectAttachmentGroup

A pageable sequence of InterconnectAttachmentGroup resources.

Overrides

ListAsync(ListInterconnectAttachmentGroupsRequest, CallSettings)

public override PagedAsyncEnumerable<InterconnectAttachmentGroupsListResponse, InterconnectAttachmentGroup> ListAsync(ListInterconnectAttachmentGroupsRequest request, CallSettings callSettings = null)

Lists the InterconnectAttachmentGroups for a project in the given scope.

Parameters
Name Description
request ListInterconnectAttachmentGroupsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableInterconnectAttachmentGroupsListResponseInterconnectAttachmentGroup

A pageable asynchronous sequence of InterconnectAttachmentGroup resources.

Overrides

Patch(PatchInterconnectAttachmentGroupRequest, CallSettings)

public override Operation<Operation, Operation> Patch(PatchInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

PatchAsync(PatchInterconnectAttachmentGroupRequest, CallSettings)

public override Task<Operation<Operation, Operation>> PatchAsync(PatchInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

SetIamPolicy(SetIamPolicyInterconnectAttachmentGroupRequest, CallSettings)

public override Policy SetIamPolicy(SetIamPolicyInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Sets the access control policy on the specified resource. Replaces any existing policy.

Parameters
Name Description
request SetIamPolicyInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
Policy

The RPC response.

Overrides

SetIamPolicyAsync(SetIamPolicyInterconnectAttachmentGroupRequest, CallSettings)

public override Task<Policy> SetIamPolicyAsync(SetIamPolicyInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Sets the access control policy on the specified resource. Replaces any existing policy.

Parameters
Name Description
request SetIamPolicyInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskPolicy

A Task containing the RPC response.

Overrides

TestIamPermissions(TestIamPermissionsInterconnectAttachmentGroupRequest, CallSettings)

public override TestPermissionsResponse TestIamPermissions(TestIamPermissionsInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Returns permissions that a caller has on the specified resource.

Parameters
Name Description
request TestIamPermissionsInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TestPermissionsResponse

The RPC response.

Overrides

TestIamPermissionsAsync(TestIamPermissionsInterconnectAttachmentGroupRequest, CallSettings)

public override Task<TestPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)

Returns permissions that a caller has on the specified resource.

Parameters
Name Description
request TestIamPermissionsInterconnectAttachmentGroupRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskTestPermissionsResponse

A Task containing the RPC response.

Overrides