public sealed class InterconnectAttachmentGroupsClientImpl : InterconnectAttachmentGroupsClientReference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentGroupsClientImpl.
InterconnectAttachmentGroups client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
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 |
InterconnectAttachmentGroupsInterconnectAttachmentGroupsClientThe underlying gRPC client. |
settings |
InterconnectAttachmentGroupsSettingsThe base InterconnectAttachmentGroupsSettings used within this client. |
logger |
ILoggerOptional 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 |
|
GrpcClient
public override InterconnectAttachmentGroups.InterconnectAttachmentGroupsClient GrpcClient { get; }The underlying gRPC InterconnectAttachmentGroups client
| Property Value | |
|---|---|
| Type | Description |
InterconnectAttachmentGroupsInterconnectAttachmentGroupsClient |
|
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
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 |
DeleteInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
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 |
DeleteInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
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 |
GetInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
InterconnectAttachmentGroup |
The RPC response. |
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 |
GetInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInterconnectAttachmentGroup |
A Task containing the RPC response. |
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 |
GetIamPolicyInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The RPC response. |
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 |
GetIamPolicyInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskPolicy |
A Task containing the RPC response. |
GetOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest, CallSettings)
public override InterconnectAttachmentGroupsGetOperationalStatusResponse GetOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest request, CallSettings callSettings = null)Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetOperationalStatusInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
InterconnectAttachmentGroupsGetOperationalStatusResponse |
The RPC response. |
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 |
GetOperationalStatusInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInterconnectAttachmentGroupsGetOperationalStatusResponse |
A Task containing the RPC response. |
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 |
InsertInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
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 |
InsertInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
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 |
ListInterconnectAttachmentGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableInterconnectAttachmentGroupsListResponseInterconnectAttachmentGroup |
A pageable sequence of InterconnectAttachmentGroup resources. |
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 |
ListInterconnectAttachmentGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableInterconnectAttachmentGroupsListResponseInterconnectAttachmentGroup |
A pageable asynchronous sequence of InterconnectAttachmentGroup resources. |
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 |
PatchInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
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 |
PatchInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
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 |
SetIamPolicyInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The RPC response. |
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 |
SetIamPolicyInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskPolicy |
A Task containing the RPC response. |
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 |
TestIamPermissionsInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TestPermissionsResponse |
The RPC response. |
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 |
TestIamPermissionsInterconnectAttachmentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskTestPermissionsResponse |
A Task containing the RPC response. |