public interface ListLocksResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLocks(int index)
public abstract Lock getLocks(int index)
The locks from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Lock |
getLocksCount()
public abstract int getLocksCount()
The locks from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;
Returns | |
---|---|
Type | Description |
int |
getLocksList()
public abstract List<Lock> getLocksList()
The locks from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;
Returns | |
---|---|
Type | Description |
List<Lock> |
getLocksOrBuilder(int index)
public abstract LockOrBuilder getLocksOrBuilder(int index)
The locks from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
LockOrBuilder |
getLocksOrBuilderList()
public abstract List<? extends LockOrBuilder> getLocksOrBuilderList()
The locks from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.bigquery.biglake.v1alpha1.LockOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |