public sealed class InterconnectAttachmentsClientImpl : InterconnectAttachmentsClient
InterconnectAttachments client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The InterconnectAttachments API.
Constructors
InterconnectAttachmentsClientImpl(InterconnectAttachments.InterconnectAttachmentsClient, InterconnectAttachmentsSettings, ILogger)
public InterconnectAttachmentsClientImpl(InterconnectAttachments.InterconnectAttachmentsClient grpcClient, InterconnectAttachmentsSettings settings, ILogger logger)
Constructs a client wrapper for the InterconnectAttachments service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | InterconnectAttachments.InterconnectAttachmentsClient The underlying gRPC client. |
settings | InterconnectAttachmentsSettings The base InterconnectAttachmentsSettings 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 |
GrpcClient
public override InterconnectAttachments.InterconnectAttachmentsClient GrpcClient { get; }
The underlying gRPC InterconnectAttachments client
Property Value | |
---|---|
Type | Description |
InterconnectAttachments.InterconnectAttachmentsClient |
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
AggregatedList(AggregatedListInterconnectAttachmentsRequest, CallSettings)
public override PagedEnumerable<InterconnectAttachmentAggregatedList, KeyValuePair<string, InterconnectAttachmentsScopedList>> AggregatedList(AggregatedListInterconnectAttachmentsRequest request, CallSettings callSettings = null)
Retrieves an aggregated list of interconnect attachments.
Parameters | |
---|---|
Name | Description |
request | AggregatedListInterconnectAttachmentsRequest 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 |
PagedEnumerable<InterconnectAttachmentAggregatedList, KeyValuePair<String, InterconnectAttachmentsScopedList>> | A pageable sequence of KeyValuePair<TKey,TValue> resources. |
AggregatedListAsync(AggregatedListInterconnectAttachmentsRequest, CallSettings)
public override PagedAsyncEnumerable<InterconnectAttachmentAggregatedList, KeyValuePair<string, InterconnectAttachmentsScopedList>> AggregatedListAsync(AggregatedListInterconnectAttachmentsRequest request, CallSettings callSettings = null)
Retrieves an aggregated list of interconnect attachments.
Parameters | |
---|---|
Name | Description |
request | AggregatedListInterconnectAttachmentsRequest 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 |
PagedAsyncEnumerable<InterconnectAttachmentAggregatedList, KeyValuePair<String, InterconnectAttachmentsScopedList>> | A pageable asynchronous sequence of KeyValuePair<TKey,TValue> resources. |
Delete(DeleteInterconnectAttachmentRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteInterconnectAttachmentRequest request, CallSettings callSettings = null)
Deletes the specified interconnect attachment.
Parameters | |
---|---|
Name | Description |
request | DeleteInterconnectAttachmentRequest 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 |
Operation<Operation, Operation> | The RPC response. |
DeleteAsync(DeleteInterconnectAttachmentRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> DeleteAsync(DeleteInterconnectAttachmentRequest request, CallSettings callSettings = null)
Deletes the specified interconnect attachment.
Parameters | |
---|---|
Name | Description |
request | DeleteInterconnectAttachmentRequest 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 |
Task<Operation<Operation, Operation>> | A Task containing the RPC response. |
Get(GetInterconnectAttachmentRequest, CallSettings)
public override InterconnectAttachment Get(GetInterconnectAttachmentRequest request, CallSettings callSettings = null)
Returns the specified interconnect attachment.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectAttachmentRequest 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 |
InterconnectAttachment | The RPC response. |
GetAsync(GetInterconnectAttachmentRequest, CallSettings)
public override Task<InterconnectAttachment> GetAsync(GetInterconnectAttachmentRequest request, CallSettings callSettings = null)
Returns the specified interconnect attachment.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectAttachmentRequest 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 |
Task<InterconnectAttachment> | A Task containing the RPC response. |
Insert(InsertInterconnectAttachmentRequest, CallSettings)
public override Operation<Operation, Operation> Insert(InsertInterconnectAttachmentRequest request, CallSettings callSettings = null)
Creates an InterconnectAttachment in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertInterconnectAttachmentRequest 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 |
Operation<Operation, Operation> | The RPC response. |
InsertAsync(InsertInterconnectAttachmentRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> InsertAsync(InsertInterconnectAttachmentRequest request, CallSettings callSettings = null)
Creates an InterconnectAttachment in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertInterconnectAttachmentRequest 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 |
Task<Operation<Operation, Operation>> | A Task containing the RPC response. |
List(ListInterconnectAttachmentsRequest, CallSettings)
public override PagedEnumerable<InterconnectAttachmentList, InterconnectAttachment> List(ListInterconnectAttachmentsRequest request, CallSettings callSettings = null)
Retrieves the list of interconnect attachments contained within the specified region.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectAttachmentsRequest 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 |
PagedEnumerable<InterconnectAttachmentList, InterconnectAttachment> | A pageable sequence of InterconnectAttachment resources. |
ListAsync(ListInterconnectAttachmentsRequest, CallSettings)
public override PagedAsyncEnumerable<InterconnectAttachmentList, InterconnectAttachment> ListAsync(ListInterconnectAttachmentsRequest request, CallSettings callSettings = null)
Retrieves the list of interconnect attachments contained within the specified region.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectAttachmentsRequest 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 |
PagedAsyncEnumerable<InterconnectAttachmentList, InterconnectAttachment> | A pageable asynchronous sequence of InterconnectAttachment resources. |
Patch(PatchInterconnectAttachmentRequest, CallSettings)
public override Operation<Operation, Operation> Patch(PatchInterconnectAttachmentRequest request, CallSettings callSettings = null)
Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Parameters | |
---|---|
Name | Description |
request | PatchInterconnectAttachmentRequest 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 |
Operation<Operation, Operation> | The RPC response. |
PatchAsync(PatchInterconnectAttachmentRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> PatchAsync(PatchInterconnectAttachmentRequest request, CallSettings callSettings = null)
Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Parameters | |
---|---|
Name | Description |
request | PatchInterconnectAttachmentRequest 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 |
Task<Operation<Operation, Operation>> | A Task containing the RPC response. |