public sealed class ListAssignmentsRequest : IMessage<ListAssignmentsRequest>, IEquatable<ListAssignmentsRequest>, IDeepCloneable<ListAssignmentsRequest>, IBufferMessage, IMessage, IPageRequestThe request for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
Implements
IMessage<ListAssignmentsRequest>, IEquatable<ListAssignmentsRequest>, IDeepCloneable<ListAssignmentsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
ListAssignmentsRequest()
public ListAssignmentsRequest()ListAssignmentsRequest(ListAssignmentsRequest)
public ListAssignmentsRequest(ListAssignmentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAssignmentsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return per page.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous List request, if any.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The parent resource name e.g.:
projects/myproject/locations/US/reservations/team1-prod
Or:
projects/myproject/locations/US/reservations/-
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsReservationName
public ReservationName ParentAsReservationName { get; set; }ReservationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReservationName |
|