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.
Namespace
Google.Cloud.Compute.V1Assembly
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 |
DeleteOperationsClient
public override OperationsClient DeleteOperationsClient { get; }
The long-running operations client for Delete
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override InterconnectGroups.InterconnectGroupsClient GrpcClient { get; }
The underlying gRPC InterconnectGroups client
Property Value | |
---|---|
Type | Description |
InterconnectGroupsInterconnectGroupsClient |
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }
The long-running operations client for Insert
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
PatchOperationsClient
public override OperationsClient PatchOperationsClient { get; }
The long-running operations client for Patch
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |