public interface ListWorkspacesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
Workspace |
getWorkspaces(int index)
The list of workspaces.
|
int |
getWorkspacesCount()
The list of workspaces.
|
List<Workspace> |
getWorkspacesList()
The list of workspaces.
|
WorkspaceOrBuilder |
getWorkspacesOrBuilder(int index)
The list of workspaces.
|
List<? extends WorkspaceOrBuilder> |
getWorkspacesOrBuilderList()
The list of workspaces.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Workspace> getWorkspacesList()
The list of workspaces.
repeated .google.area120.tables.v1alpha1.Workspace workspaces = 1;Workspace getWorkspaces(int index)
The list of workspaces.
repeated .google.area120.tables.v1alpha1.Workspace workspaces = 1;int getWorkspacesCount()
The list of workspaces.
repeated .google.area120.tables.v1alpha1.Workspace workspaces = 1;List<? extends WorkspaceOrBuilder> getWorkspacesOrBuilderList()
The list of workspaces.
repeated .google.area120.tables.v1alpha1.Workspace workspaces = 1;WorkspaceOrBuilder getWorkspacesOrBuilder(int index)
The list of workspaces.
repeated .google.area120.tables.v1alpha1.Workspace workspaces = 1;String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is empty, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is empty, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.