Compute Engine v1 API - Class InterconnectGroupsClientImpl (3.10.0)

public sealed class InterconnectGroupsClientImpl : InterconnectGroupsClient

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

InterconnectGroups client wrapper implementation, for convenient use.

Inheritance

object > InterconnectGroupsClient > InterconnectGroupsClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The InterconnectGroups API.

Constructors

InterconnectGroupsClientImpl(InterconnectGroupsClient, InterconnectGroupsSettings, ILogger)

public InterconnectGroupsClientImpl(InterconnectGroups.InterconnectGroupsClient grpcClient, InterconnectGroupsSettings settings, ILogger logger)

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

Parameters
Name Description
grpcClient InterconnectGroupsInterconnectGroupsClient

The underlying gRPC client.

settings InterconnectGroupsSettings

The base InterconnectGroupsSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

CreateMembersOperationsClient

public override OperationsClient CreateMembersOperationsClient { get; }

The long-running operations client for CreateMembers.

Property Value
Type Description
OperationsClient
Overrides

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override InterconnectGroups.InterconnectGroupsClient GrpcClient { get; }

The underlying gRPC InterconnectGroups client

Property Value
Type Description
InterconnectGroupsInterconnectGroupsClient
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

CreateMembers(CreateMembersInterconnectGroupRequest, CallSettings)

public override Operation<Operation, Operation> CreateMembers(CreateMembersInterconnectGroupRequest request, CallSettings callSettings = null)

Create Interconnects with redundancy by creating them in a specified interconnect group.

Parameters
Name Description
request CreateMembersInterconnectGroupRequest

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

CreateMembersAsync(CreateMembersInterconnectGroupRequest, CallSettings)

public override Task<Operation<Operation, Operation>> CreateMembersAsync(CreateMembersInterconnectGroupRequest request, CallSettings callSettings = null)

Create Interconnects with redundancy by creating them in a specified interconnect group.

Parameters
Name Description
request CreateMembersInterconnectGroupRequest

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

Delete(DeleteInterconnectGroupRequest, CallSettings)

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

Deletes the specified InterconnectGroup in the given scope

Parameters
Name Description
request DeleteInterconnectGroupRequest

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(DeleteInterconnectGroupRequest, CallSettings)

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

Deletes the specified InterconnectGroup in the given scope

Parameters
Name Description
request DeleteInterconnectGroupRequest

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(GetInterconnectGroupRequest, CallSettings)

public override InterconnectGroup Get(GetInterconnectGroupRequest request, CallSettings callSettings = null)

Returns the specified InterconnectGroup resource in the given scope.

Parameters
Name Description
request GetInterconnectGroupRequest

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
InterconnectGroup

The RPC response.

Overrides

GetAsync(GetInterconnectGroupRequest, CallSettings)

public override Task<InterconnectGroup> GetAsync(GetInterconnectGroupRequest request, CallSettings callSettings = null)

Returns the specified InterconnectGroup resource in the given scope.

Parameters
Name Description
request GetInterconnectGroupRequest

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
TaskInterconnectGroup

A Task containing the RPC response.

Overrides

GetIamPolicy(GetIamPolicyInterconnectGroupRequest, CallSettings)

public override Policy GetIamPolicy(GetIamPolicyInterconnectGroupRequest 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 GetIamPolicyInterconnectGroupRequest

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(GetIamPolicyInterconnectGroupRequest, CallSettings)

public override Task<Policy> GetIamPolicyAsync(GetIamPolicyInterconnectGroupRequest 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 GetIamPolicyInterconnectGroupRequest

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(GetOperationalStatusInterconnectGroupRequest, CallSettings)

public override InterconnectGroupsGetOperationalStatusResponse GetOperationalStatus(GetOperationalStatusInterconnectGroupRequest request, CallSettings callSettings = null)

Returns the interconnectStatuses for the specified InterconnectGroup.

Parameters
Name Description
request GetOperationalStatusInterconnectGroupRequest

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
InterconnectGroupsGetOperationalStatusResponse

The RPC response.

Overrides

GetOperationalStatusAsync(GetOperationalStatusInterconnectGroupRequest, CallSettings)

public override Task<InterconnectGroupsGetOperationalStatusResponse> GetOperationalStatusAsync(GetOperationalStatusInterconnectGroupRequest request, CallSettings callSettings = null)

Returns the interconnectStatuses for the specified InterconnectGroup.

Parameters
Name Description
request GetOperationalStatusInterconnectGroupRequest

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
TaskInterconnectGroupsGetOperationalStatusResponse

A Task containing the RPC response.

Overrides

Insert(InsertInterconnectGroupRequest, CallSettings)

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

Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.

Parameters
Name Description
request InsertInterconnectGroupRequest

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(InsertInterconnectGroupRequest, CallSettings)

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

Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.

Parameters
Name Description
request InsertInterconnectGroupRequest

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(ListInterconnectGroupsRequest, CallSettings)

public override PagedEnumerable<InterconnectGroupsListResponse, InterconnectGroup> List(ListInterconnectGroupsRequest request, CallSettings callSettings = null)

Lists the InterconnectGroups for a project in the given scope.

Parameters
Name Description
request ListInterconnectGroupsRequest

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
PagedEnumerableInterconnectGroupsListResponseInterconnectGroup

A pageable sequence of InterconnectGroup resources.

Overrides

ListAsync(ListInterconnectGroupsRequest, CallSettings)

public override PagedAsyncEnumerable<InterconnectGroupsListResponse, InterconnectGroup> ListAsync(ListInterconnectGroupsRequest request, CallSettings callSettings = null)

Lists the InterconnectGroups for a project in the given scope.

Parameters
Name Description
request ListInterconnectGroupsRequest

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
PagedAsyncEnumerableInterconnectGroupsListResponseInterconnectGroup

A pageable asynchronous sequence of InterconnectGroup resources.

Overrides

Patch(PatchInterconnectGroupRequest, CallSettings)

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

Patches the specified InterconnectGroup 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 PatchInterconnectGroupRequest

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(PatchInterconnectGroupRequest, CallSettings)

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

Patches the specified InterconnectGroup 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 PatchInterconnectGroupRequest

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(SetIamPolicyInterconnectGroupRequest, CallSettings)

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

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

Parameters
Name Description
request SetIamPolicyInterconnectGroupRequest

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(SetIamPolicyInterconnectGroupRequest, CallSettings)

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

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

Parameters
Name Description
request SetIamPolicyInterconnectGroupRequest

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(TestIamPermissionsInterconnectGroupRequest, CallSettings)

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

Returns permissions that a caller has on the specified resource.

Parameters
Name Description
request TestIamPermissionsInterconnectGroupRequest

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(TestIamPermissionsInterconnectGroupRequest, CallSettings)

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

Returns permissions that a caller has on the specified resource.

Parameters
Name Description
request TestIamPermissionsInterconnectGroupRequest

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