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.
Inherited Members
Namespace
Google.Cloud.Compute.V1Assembly
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 | |
---|---|
Name | Description |
grpcClient |
PublicDelegatedPrefixesPublicDelegatedPrefixesClient The underlying gRPC client. |
settings |
PublicDelegatedPrefixesSettings The base PublicDelegatedPrefixesSettings used within this client. |
logger |
ILogger Optional ILogger to use within this client. |
Properties
AnnounceOperationsClient
public override OperationsClient AnnounceOperationsClient { get; }
The long-running operations client for Announce
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteOperationsClient
public override OperationsClient DeleteOperationsClient { get; }
The long-running operations client for Delete
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override PublicDelegatedPrefixes.PublicDelegatedPrefixesClient GrpcClient { get; }
The underlying gRPC PublicDelegatedPrefixes client
Property Value | |
---|---|
Type | Description |
PublicDelegatedPrefixesPublicDelegatedPrefixesClient |
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 |
WithdrawOperationsClient
public override OperationsClient WithdrawOperationsClient { get; }
The long-running operations client for Withdraw
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
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 | |
---|---|
Name | Description |
request |
AggregatedListPublicDelegatedPrefixesRequest 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 |
PagedEnumerablePublicDelegatedPrefixAggregatedListKeyValuePairstringPublicDelegatedPrefixesScopedList |
A pageable sequence of KeyValuePair<TKey, TValue> resources. |
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 | |
---|---|
Name | Description |
request |
AggregatedListPublicDelegatedPrefixesRequest 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 |
PagedAsyncEnumerablePublicDelegatedPrefixAggregatedListKeyValuePairstringPublicDelegatedPrefixesScopedList |
A pageable asynchronous sequence of KeyValuePair<TKey, TValue> resources. |
Announce(AnnouncePublicDelegatedPrefixeRequest, CallSettings)
public override Operation<Operation, Operation> Announce(AnnouncePublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Announces the specified PublicDelegatedPrefix in the given region.
Parameters | |
---|---|
Name | Description |
request |
AnnouncePublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
AnnounceAsync(AnnouncePublicDelegatedPrefixeRequest, CallSettings)
public override Task<Operation<Operation, Operation>> AnnounceAsync(AnnouncePublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Announces the specified PublicDelegatedPrefix in the given region.
Parameters | |
---|---|
Name | Description |
request |
AnnouncePublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Delete(DeletePublicDelegatedPrefixeRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeletePublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Deletes the specified PublicDelegatedPrefix in the given region.
Parameters | |
---|---|
Name | Description |
request |
DeletePublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
DeleteAsync(DeletePublicDelegatedPrefixeRequest, CallSettings)
public override Task<Operation<Operation, Operation>> DeleteAsync(DeletePublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Deletes the specified PublicDelegatedPrefix in the given region.
Parameters | |
---|---|
Name | Description |
request |
DeletePublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Get(GetPublicDelegatedPrefixeRequest, CallSettings)
public override PublicDelegatedPrefix Get(GetPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Returns the specified PublicDelegatedPrefix resource in the given region.
Parameters | |
---|---|
Name | Description |
request |
GetPublicDelegatedPrefixeRequest 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(GetPublicDelegatedPrefixeRequest, CallSettings)
public override Task<PublicDelegatedPrefix> GetAsync(GetPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Returns the specified PublicDelegatedPrefix resource in the given region.
Parameters | |
---|---|
Name | Description |
request |
GetPublicDelegatedPrefixeRequest 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(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 | |
---|---|
Name | Description |
request |
InsertPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
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 | |
---|---|
Name | Description |
request |
InsertPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
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 | |
---|---|
Name | Description |
request |
ListPublicDelegatedPrefixesRequest 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(ListPublicDelegatedPrefixesRequest, CallSettings)
public override PagedAsyncEnumerable<PublicDelegatedPrefixList, PublicDelegatedPrefix> ListAsync(ListPublicDelegatedPrefixesRequest request, CallSettings callSettings = null)
Lists the PublicDelegatedPrefixes for a project in the given region.
Parameters | |
---|---|
Name | Description |
request |
ListPublicDelegatedPrefixesRequest 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(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 | |
---|---|
Name | Description |
request |
PatchPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
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 | |
---|---|
Name | Description |
request |
PatchPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Withdraw(WithdrawPublicDelegatedPrefixeRequest, CallSettings)
public override Operation<Operation, Operation> Withdraw(WithdrawPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Withdraws the specified PublicDelegatedPrefix in the given region.
Parameters | |
---|---|
Name | Description |
request |
WithdrawPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
WithdrawAsync(WithdrawPublicDelegatedPrefixeRequest, CallSettings)
public override Task<Operation<Operation, Operation>> WithdrawAsync(WithdrawPublicDelegatedPrefixeRequest request, CallSettings callSettings = null)
Withdraws the specified PublicDelegatedPrefix in the given region.
Parameters | |
---|---|
Name | Description |
request |
WithdrawPublicDelegatedPrefixeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |