Compute Engine v1 API - Class PublicDelegatedPrefixesClientImpl (2.15.0)

public sealed class PublicDelegatedPrefixesClientImpl : PublicDelegatedPrefixesClient

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

PublicDelegatedPrefixes client wrapper implementation, for convenient use.

Inheritance

object > PublicDelegatedPrefixesClient > PublicDelegatedPrefixesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The PublicDelegatedPrefixes API.

Constructors

PublicDelegatedPrefixesClientImpl(PublicDelegatedPrefixesClient, PublicDelegatedPrefixesSettings, ILogger)

public PublicDelegatedPrefixesClientImpl(PublicDelegatedPrefixes.PublicDelegatedPrefixesClient grpcClient, PublicDelegatedPrefixesSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientPublicDelegatedPrefixesPublicDelegatedPrefixesClient

The underlying gRPC client.

settingsPublicDelegatedPrefixesSettings

The base PublicDelegatedPrefixesSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

AnnounceOperationsClient

public override OperationsClient AnnounceOperationsClient { get; }

The long-running operations client for Announce.

Property Value
TypeDescription
OperationsClient
Overrides

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override PublicDelegatedPrefixes.PublicDelegatedPrefixesClient GrpcClient { get; }

The underlying gRPC PublicDelegatedPrefixes client

Property Value
TypeDescription
PublicDelegatedPrefixesPublicDelegatedPrefixesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
TypeDescription
OperationsClient
Overrides

PatchOperationsClient

public override OperationsClient PatchOperationsClient { get; }

The long-running operations client for Patch.

Property Value
TypeDescription
OperationsClient
Overrides

WithdrawOperationsClient

public override OperationsClient WithdrawOperationsClient { get; }

The long-running operations client for Withdraw.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

AggregatedList(AggregatedListPublicDelegatedPrefixesRequest, CallSettings)

public override PagedEnumerable<PublicDelegatedPrefixAggregatedList, KeyValuePair<string, PublicDelegatedPrefixesScopedList>> AggregatedList(AggregatedListPublicDelegatedPrefixesRequest request, CallSettings callSettings = null)

Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Parameters
NameDescription
requestAggregatedListPublicDelegatedPrefixesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerablePublicDelegatedPrefixAggregatedListKeyValuePairstringPublicDelegatedPrefixesScopedList

A pageable sequence of KeyValuePair<TKey, TValue> resources.

Overrides

AggregatedListAsync(AggregatedListPublicDelegatedPrefixesRequest, CallSettings)

public override PagedAsyncEnumerable<PublicDelegatedPrefixAggregatedList, KeyValuePair<string, PublicDelegatedPrefixesScopedList>> AggregatedListAsync(AggregatedListPublicDelegatedPrefixesRequest request, CallSettings callSettings = null)

Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Parameters
NameDescription
requestAggregatedListPublicDelegatedPrefixesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerablePublicDelegatedPrefixAggregatedListKeyValuePairstringPublicDelegatedPrefixesScopedList

A pageable asynchronous sequence of KeyValuePair<TKey, TValue> resources.

Overrides

Announce(AnnouncePublicDelegatedPrefixeRequest, CallSettings)

public override Operation<Operation, Operation> Announce(AnnouncePublicDelegatedPrefixeRequest request, CallSettings callSettings = null)

Announces the specified PublicDelegatedPrefix in the given region.

Parameters
NameDescription
requestAnnouncePublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

AnnounceAsync(AnnouncePublicDelegatedPrefixeRequest, CallSettings)

public override Task<Operation<Operation, Operation>> AnnounceAsync(AnnouncePublicDelegatedPrefixeRequest request, CallSettings callSettings = null)

Announces the specified PublicDelegatedPrefix in the given region.

Parameters
NameDescription
requestAnnouncePublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Delete(DeletePublicDelegatedPrefixeRequest, CallSettings)

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

Deletes the specified PublicDelegatedPrefix in the given region.

Parameters
NameDescription
requestDeletePublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

DeleteAsync(DeletePublicDelegatedPrefixeRequest, CallSettings)

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

Deletes the specified PublicDelegatedPrefix in the given region.

Parameters
NameDescription
requestDeletePublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Get(GetPublicDelegatedPrefixeRequest, CallSettings)

public override PublicDelegatedPrefix Get(GetPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)

Returns the specified PublicDelegatedPrefix resource in the given region.

Parameters
NameDescription
requestGetPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PublicDelegatedPrefix

The RPC response.

Overrides

GetAsync(GetPublicDelegatedPrefixeRequest, CallSettings)

public override Task<PublicDelegatedPrefix> GetAsync(GetPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)

Returns the specified PublicDelegatedPrefix resource in the given region.

Parameters
NameDescription
requestGetPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskPublicDelegatedPrefix

A Task containing the RPC response.

Overrides

Insert(InsertPublicDelegatedPrefixeRequest, CallSettings)

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

Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.

Parameters
NameDescription
requestInsertPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

InsertAsync(InsertPublicDelegatedPrefixeRequest, CallSettings)

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

Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.

Parameters
NameDescription
requestInsertPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

List(ListPublicDelegatedPrefixesRequest, CallSettings)

public override PagedEnumerable<PublicDelegatedPrefixList, PublicDelegatedPrefix> List(ListPublicDelegatedPrefixesRequest request, CallSettings callSettings = null)

Lists the PublicDelegatedPrefixes for a project in the given region.

Parameters
NameDescription
requestListPublicDelegatedPrefixesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerablePublicDelegatedPrefixListPublicDelegatedPrefix

A pageable sequence of PublicDelegatedPrefix resources.

Overrides

ListAsync(ListPublicDelegatedPrefixesRequest, CallSettings)

public override PagedAsyncEnumerable<PublicDelegatedPrefixList, PublicDelegatedPrefix> ListAsync(ListPublicDelegatedPrefixesRequest request, CallSettings callSettings = null)

Lists the PublicDelegatedPrefixes for a project in the given region.

Parameters
NameDescription
requestListPublicDelegatedPrefixesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerablePublicDelegatedPrefixListPublicDelegatedPrefix

A pageable asynchronous sequence of PublicDelegatedPrefix resources.

Overrides

Patch(PatchPublicDelegatedPrefixeRequest, CallSettings)

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

Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

Parameters
NameDescription
requestPatchPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

PatchAsync(PatchPublicDelegatedPrefixeRequest, CallSettings)

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

Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

Parameters
NameDescription
requestPatchPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Withdraw(WithdrawPublicDelegatedPrefixeRequest, CallSettings)

public override Operation<Operation, Operation> Withdraw(WithdrawPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)

Withdraws the specified PublicDelegatedPrefix in the given region.

Parameters
NameDescription
requestWithdrawPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

WithdrawAsync(WithdrawPublicDelegatedPrefixeRequest, CallSettings)

public override Task<Operation<Operation, Operation>> WithdrawAsync(WithdrawPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)

Withdraws the specified PublicDelegatedPrefix in the given region.

Parameters
NameDescription
requestWithdrawPublicDelegatedPrefixeRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides