BigQuery Reservation v1 API - Class SearchAllAssignmentsResponse (2.4.0)

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].

Inheritance

object > SearchAllAssignmentsResponse

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

SearchAllAssignmentsResponse()

public SearchAllAssignmentsResponse()

SearchAllAssignmentsResponse(SearchAllAssignmentsResponse)

public SearchAllAssignmentsResponse(SearchAllAssignmentsResponse other)
Parameter
NameDescription
otherSearchAllAssignmentsResponse

Properties

Assignments

public RepeatedField<Assignment> Assignments { get; }

List of assignments visible to the user.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Assignment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAssignment