public sealed class ListAssignmentsResponse : IMessage<ListAssignmentsResponse>, IEquatable<ListAssignmentsResponse>, IDeepCloneable<ListAssignmentsResponse>, IBufferMessage, IMessage, IPageResponse<Assignment>, IEnumerable<Assignment>, IEnumerable
Reference documentation and code samples for the BigQuery Reservation v1 API class ListAssignmentsResponse.
The response for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
Implements
IMessageListAssignmentsResponse, IEquatableListAssignmentsResponse, IDeepCloneableListAssignmentsResponse, IBufferMessage, IMessage, IPageResponseAssignment, IEnumerableAssignment, IEnumerableNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
ListAssignmentsResponse()
public ListAssignmentsResponse()
ListAssignmentsResponse(ListAssignmentsResponse)
public ListAssignmentsResponse(ListAssignmentsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAssignmentsResponse |
Properties
Assignments
public RepeatedField<Assignment> Assignments { get; }
List of assignments visible to the user.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAssignment |
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Assignment> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAssignment |