public sealed class InterconnectAttachmentsClientImpl : InterconnectAttachmentsClientReference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentsClientImpl.
InterconnectAttachments client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The InterconnectAttachments API.
Constructors
InterconnectAttachmentsClientImpl(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 |
InterconnectAttachmentsInterconnectAttachmentsClientThe underlying gRPC client. |
settings |
InterconnectAttachmentsSettingsThe base InterconnectAttachmentsSettings 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 InterconnectAttachments.InterconnectAttachmentsClient GrpcClient { get; }The underlying gRPC InterconnectAttachments client
| Property Value | |
|---|---|
| Type | Description |
InterconnectAttachmentsInterconnectAttachmentsClient |
|
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 |
|
SetLabelsOperationsClient
public override OperationsClient SetLabelsOperationsClient { get; }The long-running operations client for SetLabels.
| 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. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListInterconnectAttachmentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableInterconnectAttachmentAggregatedListKeyValuePairstringInterconnectAttachmentsScopedList |
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. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregatedListInterconnectAttachmentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableInterconnectAttachmentAggregatedListKeyValuePairstringInterconnectAttachmentsScopedList |
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 |
DeleteInterconnectAttachmentRequestThe 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(DeleteInterconnectAttachmentRequest, CallSettings)
public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteInterconnectAttachmentRequest request, CallSettings callSettings = null)Deletes the specified interconnect attachment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterconnectAttachmentRequestThe 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(GetInterconnectAttachmentRequest, CallSettings)
public override InterconnectAttachment Get(GetInterconnectAttachmentRequest request, CallSettings callSettings = null)Returns the specified interconnect attachment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterconnectAttachmentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf 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 |
GetInterconnectAttachmentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInterconnectAttachment |
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 |
InsertInterconnectAttachmentRequestThe 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(InsertInterconnectAttachmentRequest, CallSettings)
public override 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 |
InsertInterconnectAttachmentRequestThe 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(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 |
ListInterconnectAttachmentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableInterconnectAttachmentListInterconnectAttachment |
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 |
ListInterconnectAttachmentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableInterconnectAttachmentListInterconnectAttachment |
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 |
PatchInterconnectAttachmentRequestThe 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(PatchInterconnectAttachmentRequest, CallSettings)
public override 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 |
PatchInterconnectAttachmentRequestThe 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. |
SetLabels(SetLabelsInterconnectAttachmentRequest, CallSettings)
public override Operation<Operation, Operation> SetLabels(SetLabelsInterconnectAttachmentRequest request, CallSettings callSettings = null)Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
| Parameters | |
|---|---|
| Name | Description |
request |
SetLabelsInterconnectAttachmentRequestThe 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. |
SetLabelsAsync(SetLabelsInterconnectAttachmentRequest, CallSettings)
public override Task<Operation<Operation, Operation>> SetLabelsAsync(SetLabelsInterconnectAttachmentRequest request, CallSettings callSettings = null)Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
| Parameters | |
|---|---|
| Name | Description |
request |
SetLabelsInterconnectAttachmentRequestThe 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. |