public sealed class SearchAllAssignmentsResponse : IMessage<SearchAllAssignmentsResponse>, IEquatable<SearchAllAssignmentsResponse>, IDeepCloneable<SearchAllAssignmentsResponse>, IBufferMessage, IMessage, IPageResponse<Assignment>, IEnumerable<Assignment>, IEnumerable
Reference documentation and code samples for the BigQuery Reservation v1 API class SearchAllAssignmentsResponse.
The response for [ReservationService.SearchAllAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAllAssignments].
Implements
IMessageSearchAllAssignmentsResponse, IEquatableSearchAllAssignmentsResponse, IDeepCloneableSearchAllAssignmentsResponse, IBufferMessage, IMessage, IPageResponseAssignment, IEnumerableAssignment, IEnumerableNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.ReservationV1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
SearchAllAssignmentsResponse()
public SearchAllAssignmentsResponse()
SearchAllAssignmentsResponse(SearchAllAssignmentsResponse)
public SearchAllAssignmentsResponse(SearchAllAssignmentsResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchAllAssignmentsResponse |
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 |