Interface ConnectionProto.ListConnectionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionProto.ListConnectionsResponse
,ConnectionProto.ListConnectionsResponse.Builder
- Enclosing class:
- ConnectionProto
public static interface ConnectionProto.ListConnectionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionProto.Connection
getConnections(int index)
List of connections.int
getConnectionsCount()
List of connections.List<ConnectionProto.Connection>
getConnectionsList()
List of connections.ConnectionProto.ConnectionOrBuilder
getConnectionsOrBuilder(int index)
List of connections.List<? extends ConnectionProto.ConnectionOrBuilder>
getConnectionsOrBuilderList()
List of connections.String
getNextPageToken()
Next page token.com.google.protobuf.ByteString
getNextPageTokenBytes()
Next page token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNextPageToken
String getNextPageToken()
Next page token.
string next_page_token = 1;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
Next page token.
string next_page_token = 1;
- Returns:
- The bytes for nextPageToken.
-
getConnectionsList
List<ConnectionProto.Connection> getConnectionsList()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
-
getConnections
ConnectionProto.Connection getConnections(int index)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
-
getConnectionsCount
int getConnectionsCount()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
-
getConnectionsOrBuilderList
List<? extends ConnectionProto.ConnectionOrBuilder> getConnectionsOrBuilderList()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
-
getConnectionsOrBuilder
ConnectionProto.ConnectionOrBuilder getConnectionsOrBuilder(int index)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
-
-