public interface SearchAssignmentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Assignment |
getAssignments(int index)
List of assignments visible to the user.
|
int |
getAssignmentsCount()
List of assignments visible to the user.
|
List<Assignment> |
getAssignmentsList()
List of assignments visible to the user.
|
AssignmentOrBuilder |
getAssignmentsOrBuilder(int index)
List of assignments visible to the user.
|
List<? extends AssignmentOrBuilder> |
getAssignmentsOrBuilderList()
List of assignments visible to the user.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Assignment> getAssignmentsList()
List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;Assignment getAssignments(int index)
List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;int getAssignmentsCount()
List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;List<? extends AssignmentOrBuilder> getAssignmentsOrBuilderList()
List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;AssignmentOrBuilder getAssignmentsOrBuilder(int index)
List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.