public sealed class PublicDelegatedPrefixesClientImpl : PublicDelegatedPrefixesClient
PublicDelegatedPrefixes client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The PublicDelegatedPrefixes API.
Constructors
PublicDelegatedPrefixesClientImpl(PublicDelegatedPrefixes.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 | PublicDelegatedPrefixes.PublicDelegatedPrefixesClient The underlying gRPC client. |
settings | PublicDelegatedPrefixesSettings The base PublicDelegatedPrefixesSettings 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 PublicDelegatedPrefixes.PublicDelegatedPrefixesClient GrpcClient { get; }
The underlying gRPC PublicDelegatedPrefixes client
Property Value | |
---|---|
Type | Description |
PublicDelegatedPrefixes.PublicDelegatedPrefixesClient |
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
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.
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 |
PagedEnumerable<PublicDelegatedPrefixAggregatedList, KeyValuePair<String, PublicDelegatedPrefixesScopedList>> | 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.
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 |
PagedAsyncEnumerable<PublicDelegatedPrefixAggregatedList, KeyValuePair<String, PublicDelegatedPrefixesScopedList>> | A pageable asynchronous sequence of KeyValuePair<TKey,TValue> resources. |
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. |
Returns | |
---|---|
Type | Description |
Operation<Operation, Operation> | The RPC response. |
DeleteAsync(DeletePublicDelegatedPrefixeRequest, CallSettings)
public override async 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. |
Returns | |
---|---|
Type | Description |
Task<Operation<Operation, Operation>> | A Task containing the RPC response. |
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 |
Task<PublicDelegatedPrefix> | 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. |
Returns | |
---|---|
Type | Description |
Operation<Operation, Operation> | The RPC response. |
InsertAsync(InsertPublicDelegatedPrefixeRequest, CallSettings)
public override async 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. |
Returns | |
---|---|
Type | Description |
Task<Operation<Operation, Operation>> | A Task containing the RPC response. |
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 |
PagedEnumerable<PublicDelegatedPrefixList, PublicDelegatedPrefix> | 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 |
PagedAsyncEnumerable<PublicDelegatedPrefixList, PublicDelegatedPrefix> | 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. |
Returns | |
---|---|
Type | Description |
Operation<Operation, Operation> | The RPC response. |
PatchAsync(PatchPublicDelegatedPrefixeRequest, CallSettings)
public override async 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. |
Returns | |
---|---|
Type | Description |
Task<Operation<Operation, Operation>> | A Task containing the RPC response. |