BigQuery Reservation v1 API - Class SearchAssignmentsResponse (2.4.0)

public sealed class SearchAssignmentsResponse : IMessage<SearchAssignmentsResponse>, IEquatable<SearchAssignmentsResponse>, IDeepCloneable<SearchAssignmentsResponse>, IBufferMessage, IMessage, IPageResponse<Assignment>, IEnumerable<Assignment>, IEnumerable

Reference documentation and code samples for the BigQuery Reservation v1 API class SearchAssignmentsResponse.

The response for [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments].

Inheritance

object > SearchAssignmentsResponse

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

SearchAssignmentsResponse()

public SearchAssignmentsResponse()

SearchAssignmentsResponse(SearchAssignmentsResponse)

public SearchAssignmentsResponse(SearchAssignmentsResponse other)
Parameter
Name Description
other SearchAssignmentsResponse

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