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.
Inherited Members
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 |
GlobalPublicDelegatedPrefixesGlobalPublicDelegatedPrefixesClient The underlying gRPC client. |
settings |
GlobalPublicDelegatedPrefixesSettings The base GlobalPublicDelegatedPrefixesSettings 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 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 |
DeleteGlobalPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
DeleteAsync(DeleteGlobalPublicDelegatedPrefixeRequest, CallSettings)
public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteGlobalPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Deletes the specified global PublicDelegatedPrefix.
Parameters | |
---|---|
Name | Description |
request |
DeleteGlobalPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Get(GetGlobalPublicDelegatedPrefixeRequest, CallSettings)
public override PublicDelegatedPrefix Get(GetGlobalPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Returns the specified global PublicDelegatedPrefix resource.
Parameters | |
---|---|
Name | Description |
request |
GetGlobalPublicDelegatedPrefixeRequest 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 |
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 |
GetGlobalPublicDelegatedPrefixeRequest 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 |
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 |
InsertGlobalPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
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 |
InsertGlobalPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
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 |
ListGlobalPublicDelegatedPrefixesRequest 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 |
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 |
ListGlobalPublicDelegatedPrefixesRequest 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 |
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 |
PatchGlobalPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
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 |
PatchGlobalPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |