public interface ListAssignmentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssignments(int index)
public abstract Assignment getAssignments(int index)List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
| Name | Description |
| index | int |
| Type | Description |
| Assignment |
getAssignmentsCount()
public abstract int getAssignmentsCount()List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
| Type | Description |
| int |
getAssignmentsList()
public abstract List<Assignment> getAssignmentsList()List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
| Type | Description |
| List<Assignment> |
getAssignmentsOrBuilder(int index)
public abstract AssignmentOrBuilder getAssignmentsOrBuilder(int index)List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
| Name | Description |
| index | int |
| Type | Description |
| AssignmentOrBuilder |
getAssignmentsOrBuilderList()
public abstract List<? extends AssignmentOrBuilder> getAssignmentsOrBuilderList()List of assignments visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Assignment assignments = 1;
| Type | Description |
| List<? extends com.google.cloud.bigquery.reservation.v1.AssignmentOrBuilder> |
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |