Class SearchAllAssignmentsResponse (1.4.0)

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

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
Name Description
other SearchAllAssignmentsResponse

Properties

Assignments

public RepeatedField<Assignment> Assignments { get; }

List of assignments visible to the user.

Property Value
Type Description
RepeatedField<Assignment>

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
IEnumerator<Assignment>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator