public interface InstancesListResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItems(int index)
public abstract DatabaseInstance getItems(int index)List of database instance resources.
repeated .google.cloud.sql.v1beta4.DatabaseInstance items = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DatabaseInstance |
|
getItemsCount()
public abstract int getItemsCount()List of database instance resources.
repeated .google.cloud.sql.v1beta4.DatabaseInstance items = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getItemsList()
public abstract List<DatabaseInstance> getItemsList()List of database instance resources.
repeated .google.cloud.sql.v1beta4.DatabaseInstance items = 3;
| Returns | |
|---|---|
| Type | Description |
List<DatabaseInstance> |
|
getItemsOrBuilder(int index)
public abstract DatabaseInstanceOrBuilder getItemsOrBuilder(int index)List of database instance resources.
repeated .google.cloud.sql.v1beta4.DatabaseInstance items = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DatabaseInstanceOrBuilder |
|
getItemsOrBuilderList()
public abstract List<? extends DatabaseInstanceOrBuilder> getItemsOrBuilderList()List of database instance resources.
repeated .google.cloud.sql.v1beta4.DatabaseInstance items = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1beta4.DatabaseInstanceOrBuilder> |
|
getKind()
public abstract String getKind() This is always sql#instancesList.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#instancesList.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getNextPageToken()
public abstract String getNextPageToken()The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getWarnings(int index)
public abstract ApiWarning getWarnings(int index)List of warnings that occurred while handling the request.
repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiWarning |
|
getWarningsCount()
public abstract int getWarningsCount()List of warnings that occurred while handling the request.
repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWarningsList()
public abstract List<ApiWarning> getWarningsList()List of warnings that occurred while handling the request.
repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 2;
| Returns | |
|---|---|
| Type | Description |
List<ApiWarning> |
|
getWarningsOrBuilder(int index)
public abstract ApiWarningOrBuilder getWarningsOrBuilder(int index)List of warnings that occurred while handling the request.
repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiWarningOrBuilder |
|
getWarningsOrBuilderList()
public abstract List<? extends ApiWarningOrBuilder> getWarningsOrBuilderList()List of warnings that occurred while handling the request.
repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1beta4.ApiWarningOrBuilder> |
|