Compute Engine v1 API - Class ReservationSlotsClient (3.25.0)

public abstract class ReservationSlotsClient

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

ReservationSlots client wrapper, for convenient use.

Inheritance

object > ReservationSlotsClient

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The ReservationSlots API.

Properties

DefaultEndpoint

public static string DefaultEndpoint { get; }

The default endpoint for the ReservationSlots service, which is a host of "compute.googleapis.com" and a port of 443.

Property Value
Type Description
string

DefaultScopes

public static IReadOnlyList<string> DefaultScopes { get; }

The default ReservationSlots scopes.

Property Value
Type Description
IReadOnlyListstring
Remarks

GrpcClient

public virtual ReservationSlots.ReservationSlotsClient GrpcClient { get; }

The underlying gRPC ReservationSlots client

Property Value
Type Description
ReservationSlotsReservationSlotsClient

ServiceMetadata

public static ServiceMetadata ServiceMetadata { get; }

The service metadata associated with this client type.

Property Value
Type Description
ServiceMetadata

UpdateOperationsClient

public virtual OperationsClient UpdateOperationsClient { get; }

The long-running operations client for Update.

Property Value
Type Description
OperationsClient

Methods

Create()

public static ReservationSlotsClient Create()

Synchronously creates a ReservationSlotsClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use ReservationSlotsClientBuilder.

Returns
Type Description
ReservationSlotsClient

The created ReservationSlotsClient.

CreateAsync(CancellationToken)

public static Task<ReservationSlotsClient> CreateAsync(CancellationToken cancellationToken = default)

Asynchronously creates a ReservationSlotsClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use ReservationSlotsClientBuilder.

Parameter
Name Description
cancellationToken CancellationToken

The CancellationToken to use while creating the client.

Returns
Type Description
TaskReservationSlotsClient

The task representing the created ReservationSlotsClient.

Get(GetReservationSlotRequest, CallSettings)

public virtual ReservationSlotsGetResponse Get(GetReservationSlotRequest request, CallSettings callSettings = null)

Retrieves information about the specified reservation slot.

Parameters
Name Description
request GetReservationSlotRequest

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
ReservationSlotsGetResponse

The RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = ReservationSlotsClient.Create();
// Initialize request argument(s)
GetReservationSlotRequest request = new GetReservationSlotRequest
{
    Zone = "",
    Project = "",
    ReservationSlot = "",
    ParentName = "",
};
// Make the request
ReservationSlotsGetResponse response = reservationSlotsClient.Get(request);

Get(string, string, string, string, CallSettings)

public virtual ReservationSlotsGetResponse Get(string project, string zone, string parentName, string reservationSlot, CallSettings callSettings = null)

Retrieves information about the specified reservation slot.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}

reservationSlot string

The name of the reservation slot, formatted as RFC1035 or a resource ID number.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
ReservationSlotsGetResponse

The RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = ReservationSlotsClient.Create();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
string reservationSlot = "";
// Make the request
ReservationSlotsGetResponse response = reservationSlotsClient.Get(project, zone, parentName, reservationSlot);

GetAsync(GetReservationSlotRequest, CallSettings)

public virtual Task<ReservationSlotsGetResponse> GetAsync(GetReservationSlotRequest request, CallSettings callSettings = null)

Retrieves information about the specified reservation slot.

Parameters
Name Description
request GetReservationSlotRequest

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
TaskReservationSlotsGetResponse

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
GetReservationSlotRequest request = new GetReservationSlotRequest
{
    Zone = "",
    Project = "",
    ReservationSlot = "",
    ParentName = "",
};
// Make the request
ReservationSlotsGetResponse response = await reservationSlotsClient.GetAsync(request);

GetAsync(GetReservationSlotRequest, CancellationToken)

public virtual Task<ReservationSlotsGetResponse> GetAsync(GetReservationSlotRequest request, CancellationToken cancellationToken)

Retrieves information about the specified reservation slot.

Parameters
Name Description
request GetReservationSlotRequest

The request object containing all of the parameters for the API call.

cancellationToken CancellationToken

A CancellationToken to use for this RPC.

Returns
Type Description
TaskReservationSlotsGetResponse

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
GetReservationSlotRequest request = new GetReservationSlotRequest
{
    Zone = "",
    Project = "",
    ReservationSlot = "",
    ParentName = "",
};
// Make the request
ReservationSlotsGetResponse response = await reservationSlotsClient.GetAsync(request);

GetAsync(string, string, string, string, CallSettings)

public virtual Task<ReservationSlotsGetResponse> GetAsync(string project, string zone, string parentName, string reservationSlot, CallSettings callSettings = null)

Retrieves information about the specified reservation slot.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}

reservationSlot string

The name of the reservation slot, formatted as RFC1035 or a resource ID number.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskReservationSlotsGetResponse

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
string reservationSlot = "";
// Make the request
ReservationSlotsGetResponse response = await reservationSlotsClient.GetAsync(project, zone, parentName, reservationSlot);

GetAsync(string, string, string, string, CancellationToken)

public virtual Task<ReservationSlotsGetResponse> GetAsync(string project, string zone, string parentName, string reservationSlot, CancellationToken cancellationToken)

Retrieves information about the specified reservation slot.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}

reservationSlot string

The name of the reservation slot, formatted as RFC1035 or a resource ID number.

cancellationToken CancellationToken

A CancellationToken to use for this RPC.

Returns
Type Description
TaskReservationSlotsGetResponse

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
string reservationSlot = "";
// Make the request
ReservationSlotsGetResponse response = await reservationSlotsClient.GetAsync(project, zone, parentName, reservationSlot);

List(ListReservationSlotsRequest, CallSettings)

public virtual PagedEnumerable<ReservationSlotsListResponse, ReservationSlot> List(ListReservationSlotsRequest request, CallSettings callSettings = null)

Retrieves a list of reservation slots under a single reservation.

Parameters
Name Description
request ListReservationSlotsRequest

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
PagedEnumerableReservationSlotsListResponseReservationSlot

A pageable sequence of ReservationSlot resources.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = ReservationSlotsClient.Create();
// Initialize request argument(s)
ListReservationSlotsRequest request = new ListReservationSlotsRequest
{
    Zone = "",
    OrderBy = "",
    Project = "",
    Filter = "",
    ParentName = "",
    ReturnPartialSuccess = false,
};
// Make the request
PagedEnumerable<ReservationSlotsListResponse, ReservationSlot> response = reservationSlotsClient.List(request);

// Iterate over all response items, lazily performing RPCs as required
foreach (ReservationSlot item in response)
{
    // Do something with each item
    Console.WriteLine(item);
}

// Or iterate over pages (of server-defined size), performing one RPC per page
foreach (ReservationSlotsListResponse page in response.AsRawResponses())
{
    // Do something with each page of items
    Console.WriteLine("A page of results:");
    foreach (ReservationSlot item in page)
    {
        // Do something with each item
        Console.WriteLine(item);
    }
}

// Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
int pageSize = 10;
Page<ReservationSlot> singlePage = response.ReadPage(pageSize);
// Do something with the page of items
Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
foreach (ReservationSlot item in singlePage)
{
    // Do something with each item
    Console.WriteLine(item);
}
// Store the pageToken, for when the next page is required.
string nextPageToken = singlePage.NextPageToken;

List(string, string, string, string, int?, CallSettings)

public virtual PagedEnumerable<ReservationSlotsListResponse, ReservationSlot> List(string project, string zone, string parentName, string pageToken = null, int? pageSize = null, CallSettings callSettings = null)

Retrieves a list of reservation slots under a single reservation.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}

pageToken string

The token returned from the previous request. A value of null or an empty string retrieves the first page.

pageSize int

The size of page to request. The response will not be larger than this, but may be smaller. A value of null or 0 uses a server-defined page size.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableReservationSlotsListResponseReservationSlot

A pageable sequence of ReservationSlot resources.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = ReservationSlotsClient.Create();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
// Make the request
PagedEnumerable<ReservationSlotsListResponse, ReservationSlot> response = reservationSlotsClient.List(project, zone, parentName);

// Iterate over all response items, lazily performing RPCs as required
foreach (ReservationSlot item in response)
{
    // Do something with each item
    Console.WriteLine(item);
}

// Or iterate over pages (of server-defined size), performing one RPC per page
foreach (ReservationSlotsListResponse page in response.AsRawResponses())
{
    // Do something with each page of items
    Console.WriteLine("A page of results:");
    foreach (ReservationSlot item in page)
    {
        // Do something with each item
        Console.WriteLine(item);
    }
}

// Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
int pageSize = 10;
Page<ReservationSlot> singlePage = response.ReadPage(pageSize);
// Do something with the page of items
Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
foreach (ReservationSlot item in singlePage)
{
    // Do something with each item
    Console.WriteLine(item);
}
// Store the pageToken, for when the next page is required.
string nextPageToken = singlePage.NextPageToken;

ListAsync(ListReservationSlotsRequest, CallSettings)

public virtual PagedAsyncEnumerable<ReservationSlotsListResponse, ReservationSlot> ListAsync(ListReservationSlotsRequest request, CallSettings callSettings = null)

Retrieves a list of reservation slots under a single reservation.

Parameters
Name Description
request ListReservationSlotsRequest

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
PagedAsyncEnumerableReservationSlotsListResponseReservationSlot

A pageable asynchronous sequence of ReservationSlot resources.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
ListReservationSlotsRequest request = new ListReservationSlotsRequest
{
    Zone = "",
    OrderBy = "",
    Project = "",
    Filter = "",
    ParentName = "",
    ReturnPartialSuccess = false,
};
// Make the request
PagedAsyncEnumerable<ReservationSlotsListResponse, ReservationSlot> response = reservationSlotsClient.ListAsync(request);

// Iterate over all response items, lazily performing RPCs as required
await foreach (ReservationSlot item in response)
{
    // Do something with each item
    Console.WriteLine(item);
}

// Or iterate over pages (of server-defined size), performing one RPC per page
await foreach (ReservationSlotsListResponse page in response.AsRawResponses())
{
    // Do something with each page of items
    Console.WriteLine("A page of results:");
    foreach (ReservationSlot item in page)
    {
        // Do something with each item
        Console.WriteLine(item);
    }
}

// Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
int pageSize = 10;
Page<ReservationSlot> singlePage = await response.ReadPageAsync(pageSize);
// Do something with the page of items
Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
foreach (ReservationSlot item in singlePage)
{
    // Do something with each item
    Console.WriteLine(item);
}
// Store the pageToken, for when the next page is required.
string nextPageToken = singlePage.NextPageToken;

ListAsync(string, string, string, string, int?, CallSettings)

public virtual PagedAsyncEnumerable<ReservationSlotsListResponse, ReservationSlot> ListAsync(string project, string zone, string parentName, string pageToken = null, int? pageSize = null, CallSettings callSettings = null)

Retrieves a list of reservation slots under a single reservation.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}

pageToken string

The token returned from the previous request. A value of null or an empty string retrieves the first page.

pageSize int

The size of page to request. The response will not be larger than this, but may be smaller. A value of null or 0 uses a server-defined page size.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableReservationSlotsListResponseReservationSlot

A pageable asynchronous sequence of ReservationSlot resources.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
// Make the request
PagedAsyncEnumerable<ReservationSlotsListResponse, ReservationSlot> response = reservationSlotsClient.ListAsync(project, zone, parentName);

// Iterate over all response items, lazily performing RPCs as required
await foreach (ReservationSlot item in response)
{
    // Do something with each item
    Console.WriteLine(item);
}

// Or iterate over pages (of server-defined size), performing one RPC per page
await foreach (ReservationSlotsListResponse page in response.AsRawResponses())
{
    // Do something with each page of items
    Console.WriteLine("A page of results:");
    foreach (ReservationSlot item in page)
    {
        // Do something with each item
        Console.WriteLine(item);
    }
}

// Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
int pageSize = 10;
Page<ReservationSlot> singlePage = await response.ReadPageAsync(pageSize);
// Do something with the page of items
Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
foreach (ReservationSlot item in singlePage)
{
    // Do something with each item
    Console.WriteLine(item);
}
// Store the pageToken, for when the next page is required.
string nextPageToken = singlePage.NextPageToken;

PollOnceUpdate(string, CallSettings)

public virtual Operation<Operation, Operation> PollOnceUpdate(string operationName, CallSettings callSettings = null)

Poll an operation once, using an operationName from a previous invocation of Update.

Parameters
Name Description
operationName string

The name of a previously invoked operation. Must not be null or empty.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The result of polling the operation.

PollOnceUpdateAsync(string, CallSettings)

public virtual Task<Operation<Operation, Operation>> PollOnceUpdateAsync(string operationName, CallSettings callSettings = null)

Asynchronously poll an operation once, using an operationName from a previous invocation of Update .

Parameters
Name Description
operationName string

The name of a previously invoked operation. Must not be null or empty.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A task representing the result of polling the operation.

ShutdownDefaultChannelsAsync()

public static Task ShutdownDefaultChannelsAsync()

Shuts down any channels automatically created by Create() and CreateAsync(CancellationToken). Channels which weren't automatically created are not affected.

Returns
Type Description
Task

A task representing the asynchronous shutdown operation.

Remarks

After calling this method, further calls to Create() and CreateAsync(CancellationToken) will create new channels, which could in turn be shut down by another call to this method.

Update(UpdateReservationSlotRequest, CallSettings)

public virtual Operation<Operation, Operation> Update(UpdateReservationSlotRequest request, CallSettings callSettings = null)

Update a reservation slot in the specified sub-block.

Parameters
Name Description
request UpdateReservationSlotRequest

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
OperationOperationOperation

The RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = ReservationSlotsClient.Create();
// Initialize request argument(s)
UpdateReservationSlotRequest request = new UpdateReservationSlotRequest
{
    Zone = "",
    Project = "",
    ReservationSlot = "",
    ReservationSlotResource = new ReservationSlot(),
    ParentName = "",
    UpdateMask = "",
};
// Make the request
lro::Operation<Operation, Operation> response = reservationSlotsClient.Update(request);

// Poll until the returned long-running operation is complete
lro::Operation<Operation, Operation> completedResponse = response.PollUntilCompleted();
// Retrieve the operation result
Operation result = completedResponse.Result;

// Or get the name of the operation
string operationName = response.Name;
// This name can be stored, then the long-running operation retrieved later by name
lro::Operation<Operation, Operation> retrievedResponse = reservationSlotsClient.PollOnceUpdate(operationName);
// Check if the retrieved long-running operation has completed
if (retrievedResponse.IsCompleted)
{
    // If it has completed, then access the result
    Operation retrievedResult = retrievedResponse.Result;
}

Update(string, string, string, string, ReservationSlot, CallSettings)

public virtual Operation<Operation, Operation> Update(string project, string zone, string parentName, string reservationSlot, ReservationSlot reservationSlotResource, CallSettings callSettings = null)

Update a reservation slot in the specified sub-block.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the sub-block resource.

reservationSlot string

The name of the slot resource.

reservationSlotResource ReservationSlot

The body resource for this request

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = ReservationSlotsClient.Create();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
string reservationSlot = "";
ReservationSlot reservationSlotResource = new ReservationSlot();
// Make the request
lro::Operation<Operation, Operation> response = reservationSlotsClient.Update(project, zone, parentName, reservationSlot, reservationSlotResource);

// Poll until the returned long-running operation is complete
lro::Operation<Operation, Operation> completedResponse = response.PollUntilCompleted();
// Retrieve the operation result
Operation result = completedResponse.Result;

// Or get the name of the operation
string operationName = response.Name;
// This name can be stored, then the long-running operation retrieved later by name
lro::Operation<Operation, Operation> retrievedResponse = reservationSlotsClient.PollOnceUpdate(operationName);
// Check if the retrieved long-running operation has completed
if (retrievedResponse.IsCompleted)
{
    // If it has completed, then access the result
    Operation retrievedResult = retrievedResponse.Result;
}

UpdateAsync(UpdateReservationSlotRequest, CallSettings)

public virtual Task<Operation<Operation, Operation>> UpdateAsync(UpdateReservationSlotRequest request, CallSettings callSettings = null)

Update a reservation slot in the specified sub-block.

Parameters
Name Description
request UpdateReservationSlotRequest

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
TaskOperationOperationOperation

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
UpdateReservationSlotRequest request = new UpdateReservationSlotRequest
{
    Zone = "",
    Project = "",
    ReservationSlot = "",
    ReservationSlotResource = new ReservationSlot(),
    ParentName = "",
    UpdateMask = "",
};
// Make the request
lro::Operation<Operation, Operation> response = await reservationSlotsClient.UpdateAsync(request);

// Poll until the returned long-running operation is complete
lro::Operation<Operation, Operation> completedResponse = await response.PollUntilCompletedAsync();
// Retrieve the operation result
Operation result = completedResponse.Result;

// Or get the name of the operation
string operationName = response.Name;
// This name can be stored, then the long-running operation retrieved later by name
lro::Operation<Operation, Operation> retrievedResponse = await reservationSlotsClient.PollOnceUpdateAsync(operationName);
// Check if the retrieved long-running operation has completed
if (retrievedResponse.IsCompleted)
{
    // If it has completed, then access the result
    Operation retrievedResult = retrievedResponse.Result;
}

UpdateAsync(UpdateReservationSlotRequest, CancellationToken)

public virtual Task<Operation<Operation, Operation>> UpdateAsync(UpdateReservationSlotRequest request, CancellationToken cancellationToken)

Update a reservation slot in the specified sub-block.

Parameters
Name Description
request UpdateReservationSlotRequest

The request object containing all of the parameters for the API call.

cancellationToken CancellationToken

A CancellationToken to use for this RPC.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
UpdateReservationSlotRequest request = new UpdateReservationSlotRequest
{
    Zone = "",
    Project = "",
    ReservationSlot = "",
    ReservationSlotResource = new ReservationSlot(),
    ParentName = "",
    UpdateMask = "",
};
// Make the request
lro::Operation<Operation, Operation> response = await reservationSlotsClient.UpdateAsync(request);

// Poll until the returned long-running operation is complete
lro::Operation<Operation, Operation> completedResponse = await response.PollUntilCompletedAsync();
// Retrieve the operation result
Operation result = completedResponse.Result;

// Or get the name of the operation
string operationName = response.Name;
// This name can be stored, then the long-running operation retrieved later by name
lro::Operation<Operation, Operation> retrievedResponse = await reservationSlotsClient.PollOnceUpdateAsync(operationName);
// Check if the retrieved long-running operation has completed
if (retrievedResponse.IsCompleted)
{
    // If it has completed, then access the result
    Operation retrievedResult = retrievedResponse.Result;
}

UpdateAsync(string, string, string, string, ReservationSlot, CallSettings)

public virtual Task<Operation<Operation, Operation>> UpdateAsync(string project, string zone, string parentName, string reservationSlot, ReservationSlot reservationSlotResource, CallSettings callSettings = null)

Update a reservation slot in the specified sub-block.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the sub-block resource.

reservationSlot string

The name of the slot resource.

reservationSlotResource ReservationSlot

The body resource for this request

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
string reservationSlot = "";
ReservationSlot reservationSlotResource = new ReservationSlot();
// Make the request
lro::Operation<Operation, Operation> response = await reservationSlotsClient.UpdateAsync(project, zone, parentName, reservationSlot, reservationSlotResource);

// Poll until the returned long-running operation is complete
lro::Operation<Operation, Operation> completedResponse = await response.PollUntilCompletedAsync();
// Retrieve the operation result
Operation result = completedResponse.Result;

// Or get the name of the operation
string operationName = response.Name;
// This name can be stored, then the long-running operation retrieved later by name
lro::Operation<Operation, Operation> retrievedResponse = await reservationSlotsClient.PollOnceUpdateAsync(operationName);
// Check if the retrieved long-running operation has completed
if (retrievedResponse.IsCompleted)
{
    // If it has completed, then access the result
    Operation retrievedResult = retrievedResponse.Result;
}

UpdateAsync(string, string, string, string, ReservationSlot, CancellationToken)

public virtual Task<Operation<Operation, Operation>> UpdateAsync(string project, string zone, string parentName, string reservationSlot, ReservationSlot reservationSlotResource, CancellationToken cancellationToken)

Update a reservation slot in the specified sub-block.

Parameters
Name Description
project string

The project ID for this request.

zone string

The name of the zone for this request, formatted as RFC1035.

parentName string

The name of the sub-block resource.

reservationSlot string

The name of the slot resource.

reservationSlotResource ReservationSlot

The body resource for this request

cancellationToken CancellationToken

A CancellationToken to use for this RPC.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Example
// Create client
ReservationSlotsClient reservationSlotsClient = await ReservationSlotsClient.CreateAsync();
// Initialize request argument(s)
string project = "";
string zone = "";
string parentName = "";
string reservationSlot = "";
ReservationSlot reservationSlotResource = new ReservationSlot();
// Make the request
lro::Operation<Operation, Operation> response = await reservationSlotsClient.UpdateAsync(project, zone, parentName, reservationSlot, reservationSlotResource);

// Poll until the returned long-running operation is complete
lro::Operation<Operation, Operation> completedResponse = await response.PollUntilCompletedAsync();
// Retrieve the operation result
Operation result = completedResponse.Result;

// Or get the name of the operation
string operationName = response.Name;
// This name can be stored, then the long-running operation retrieved later by name
lro::Operation<Operation, Operation> retrievedResponse = await reservationSlotsClient.PollOnceUpdateAsync(operationName);
// Check if the retrieved long-running operation has completed
if (retrievedResponse.IsCompleted)
{
    // If it has completed, then access the result
    Operation retrievedResult = retrievedResponse.Result;
}