Compute Engine v1 API - Class GlobalPublicDelegatedPrefixesClientImpl (2.15.0)

public sealed class GlobalPublicDelegatedPrefixesClientImpl : GlobalPublicDelegatedPrefixesClient

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

GlobalPublicDelegatedPrefixes client wrapper implementation, for convenient use.

Inheritance

object > GlobalPublicDelegatedPrefixesClient > GlobalPublicDelegatedPrefixesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The GlobalPublicDelegatedPrefixes API.

Constructors

GlobalPublicDelegatedPrefixesClientImpl(GlobalPublicDelegatedPrefixesClient, GlobalPublicDelegatedPrefixesSettings, ILogger)

public GlobalPublicDelegatedPrefixesClientImpl(GlobalPublicDelegatedPrefixes.GlobalPublicDelegatedPrefixesClient grpcClient, GlobalPublicDelegatedPrefixesSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientGlobalPublicDelegatedPrefixesGlobalPublicDelegatedPrefixesClient

The underlying gRPC client.

settingsGlobalPublicDelegatedPrefixesSettings

The base GlobalPublicDelegatedPrefixesSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override GlobalPublicDelegatedPrefixes.GlobalPublicDelegatedPrefixesClient GrpcClient { get; }

The underlying gRPC GlobalPublicDelegatedPrefixes client

Property Value
TypeDescription
GlobalPublicDelegatedPrefixesGlobalPublicDelegatedPrefixesClient
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

Methods

Delete(DeleteGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

Deletes the specified global PublicDelegatedPrefix.

Parameters
NameDescription
requestDeleteGlobalPublicDelegatedPrefixeRequest

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(DeleteGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

Deletes the specified global PublicDelegatedPrefix.

Parameters
NameDescription
requestDeleteGlobalPublicDelegatedPrefixeRequest

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(GetGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

Returns the specified global PublicDelegatedPrefix resource.

Parameters
NameDescription
requestGetGlobalPublicDelegatedPrefixeRequest

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(GetGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

Returns the specified global PublicDelegatedPrefix resource.

Parameters
NameDescription
requestGetGlobalPublicDelegatedPrefixeRequest

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(InsertGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

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

Parameters
NameDescription
requestInsertGlobalPublicDelegatedPrefixeRequest

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(InsertGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

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

Parameters
NameDescription
requestInsertGlobalPublicDelegatedPrefixeRequest

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(ListGlobalPublicDelegatedPrefixesRequest, CallSettings)

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

Lists the global PublicDelegatedPrefixes for a project.

Parameters
NameDescription
requestListGlobalPublicDelegatedPrefixesRequest

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(ListGlobalPublicDelegatedPrefixesRequest, CallSettings)

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

Lists the global PublicDelegatedPrefixes for a project.

Parameters
NameDescription
requestListGlobalPublicDelegatedPrefixesRequest

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(PatchGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

Patches the specified global 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
requestPatchGlobalPublicDelegatedPrefixeRequest

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(PatchGlobalPublicDelegatedPrefixeRequest, CallSettings)

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

Patches the specified global 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
requestPatchGlobalPublicDelegatedPrefixeRequest

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