Class ListTablesResponse (0.46.0)

public final class ListTablesResponse extends GeneratedMessageV3 implements ListTablesResponseOrBuilder

Response message for TablesService.ListTables.

Protobuf type google.area120.tables.v1alpha1.ListTablesResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

TABLES_FIELD_NUMBER

public static final int TABLES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListTablesResponse getDefaultInstance()
Returns
Type Description
ListTablesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListTablesResponse.Builder newBuilder()
Returns
Type Description
ListTablesResponse.Builder

newBuilder(ListTablesResponse prototype)

public static ListTablesResponse.Builder newBuilder(ListTablesResponse prototype)
Parameter
Name Description
prototype ListTablesResponse
Returns
Type Description
ListTablesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListTablesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListTablesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListTablesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListTablesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListTablesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListTablesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListTablesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListTablesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListTablesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListTablesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListTablesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListTablesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListTablesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListTablesResponse> parser()
Returns
Type Description
Parser<ListTablesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListTablesResponse getDefaultInstanceForType()
Returns
Type Description
ListTablesResponse

getNextPageToken()

public 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;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public 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;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListTablesResponse> getParserForType()
Returns
Type Description
Parser<ListTablesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTables(int index)

public Table getTables(int index)

The list of tables.

repeated .google.area120.tables.v1alpha1.Table tables = 1;

Parameter
Name Description
index int
Returns
Type Description
Table

getTablesCount()

public int getTablesCount()

The list of tables.

repeated .google.area120.tables.v1alpha1.Table tables = 1;

Returns
Type Description
int

getTablesList()

public List<Table> getTablesList()

The list of tables.

repeated .google.area120.tables.v1alpha1.Table tables = 1;

Returns
Type Description
List<Table>

getTablesOrBuilder(int index)

public TableOrBuilder getTablesOrBuilder(int index)

The list of tables.

repeated .google.area120.tables.v1alpha1.Table tables = 1;

Parameter
Name Description
index int
Returns
Type Description
TableOrBuilder

getTablesOrBuilderList()

public List<? extends TableOrBuilder> getTablesOrBuilderList()

The list of tables.

repeated .google.area120.tables.v1alpha1.Table tables = 1;

Returns
Type Description
List<? extends com.google.area120.tables.v1alpha1.TableOrBuilder>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListTablesResponse.Builder newBuilderForType()
Returns
Type Description
ListTablesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListTablesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListTablesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListTablesResponse.Builder toBuilder()
Returns
Type Description
ListTablesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException