public sealed class GlobalPublicDelegatedPrefixesClientImpl : GlobalPublicDelegatedPrefixesClientReference documentation and code samples for the Compute Engine v1 API class GlobalPublicDelegatedPrefixesClientImpl.
GlobalPublicDelegatedPrefixes client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
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 | |
|---|---|
| Name | Description |
grpcClient |
GlobalPublicDelegatedPrefixesGlobalPublicDelegatedPrefixesClientThe underlying gRPC client. |
settings |
GlobalPublicDelegatedPrefixesSettingsThe base GlobalPublicDelegatedPrefixesSettings 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 GlobalPublicDelegatedPrefixes.GlobalPublicDelegatedPrefixesClient GrpcClient { get; }The underlying gRPC GlobalPublicDelegatedPrefixes client
| Property Value | |
|---|---|
| Type | Description |
GlobalPublicDelegatedPrefixesGlobalPublicDelegatedPrefixesClient |
|
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(DeleteGlobalPublicDelegatedPrefixeRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteGlobalPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)Deletes the specified global PublicDelegatedPrefix.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGlobalPublicDelegatedPrefixeRequestThe 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(DeleteGlobalPublicDelegatedPrefixeRequest, CallSettings)
public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteGlobalPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)Deletes the specified global PublicDelegatedPrefix.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGlobalPublicDelegatedPrefixeRequestThe 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(GetGlobalPublicDelegatedPrefixeRequest, CallSettings)
public override PublicDelegatedPrefix Get(GetGlobalPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)Returns the specified global PublicDelegatedPrefix resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGlobalPublicDelegatedPrefixeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PublicDelegatedPrefix |
The RPC response. |
GetAsync(GetGlobalPublicDelegatedPrefixeRequest, CallSettings)
public override Task<PublicDelegatedPrefix> GetAsync(GetGlobalPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)Returns the specified global PublicDelegatedPrefix resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGlobalPublicDelegatedPrefixeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskPublicDelegatedPrefix |
A Task containing the RPC response. |
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 | |
|---|---|
| Name | Description |
request |
InsertGlobalPublicDelegatedPrefixeRequestThe 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(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 | |
|---|---|
| Name | Description |
request |
InsertGlobalPublicDelegatedPrefixeRequestThe 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(ListGlobalPublicDelegatedPrefixesRequest, CallSettings)
public override PagedEnumerable<PublicDelegatedPrefixList, PublicDelegatedPrefix> List(ListGlobalPublicDelegatedPrefixesRequest request, CallSettings callSettings = null)Lists the global PublicDelegatedPrefixes for a project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGlobalPublicDelegatedPrefixesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerablePublicDelegatedPrefixListPublicDelegatedPrefix |
A pageable sequence of PublicDelegatedPrefix resources. |
ListAsync(ListGlobalPublicDelegatedPrefixesRequest, CallSettings)
public override PagedAsyncEnumerable<PublicDelegatedPrefixList, PublicDelegatedPrefix> ListAsync(ListGlobalPublicDelegatedPrefixesRequest request, CallSettings callSettings = null)Lists the global PublicDelegatedPrefixes for a project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGlobalPublicDelegatedPrefixesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerablePublicDelegatedPrefixListPublicDelegatedPrefix |
A pageable asynchronous sequence of PublicDelegatedPrefix resources. |
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 | |
|---|---|
| Name | Description |
request |
PatchGlobalPublicDelegatedPrefixeRequestThe 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(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 | |
|---|---|
| Name | Description |
request |
PatchGlobalPublicDelegatedPrefixeRequestThe 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. |