Interface ListLocksResponseOrBuilder (0.18.0)

public interface ListLocksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
Lock

getLocksCount()

public abstract int getLocksCount()

The locks from the specified database.

repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;

Returns
TypeDescription
int

getLocksList()

public abstract List<Lock> getLocksList()

The locks from the specified database.

repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
LockOrBuilder

getLocksOrBuilderList()

public abstract List<? extends LockOrBuilder> getLocksOrBuilderList()

The locks from the specified database.

repeated .google.cloud.bigquery.biglake.v1alpha1.Lock locks = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.