public interface ListConnectorsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConnectors(int index)
public abstract Connector getConnectors(int index)
The list of connectors in the requested parent.
repeated .google.cloud.managedkafka.v1.Connector connectors = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Connector |
getConnectorsCount()
public abstract int getConnectorsCount()
The list of connectors in the requested parent.
repeated .google.cloud.managedkafka.v1.Connector connectors = 1;
Returns | |
---|---|
Type | Description |
int |
getConnectorsList()
public abstract List<Connector> getConnectorsList()
The list of connectors in the requested parent.
repeated .google.cloud.managedkafka.v1.Connector connectors = 1;
Returns | |
---|---|
Type | Description |
List<Connector> |
getConnectorsOrBuilder(int index)
public abstract ConnectorOrBuilder getConnectorsOrBuilder(int index)
The list of connectors in the requested parent.
repeated .google.cloud.managedkafka.v1.Connector connectors = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ConnectorOrBuilder |
getConnectorsOrBuilderList()
public abstract List<? extends ConnectorOrBuilder> getConnectorsOrBuilderList()
The list of connectors in the requested parent.
repeated .google.cloud.managedkafka.v1.Connector connectors = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.managedkafka.v1.ConnectorOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |