public interface OperationsListResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItems(int index)
public abstract Operation getItems(int index)List of operation resources.
repeated .google.cloud.sql.v1beta4.Operation items = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
getItemsCount()
public abstract int getItemsCount()List of operation resources.
repeated .google.cloud.sql.v1beta4.Operation items = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getItemsList()
public abstract List<Operation> getItemsList()List of operation resources.
repeated .google.cloud.sql.v1beta4.Operation items = 2;
| Returns | |
|---|---|
| Type | Description |
List<Operation> |
|
getItemsOrBuilder(int index)
public abstract OperationOrBuilder getItemsOrBuilder(int index)List of operation resources.
repeated .google.cloud.sql.v1beta4.Operation items = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OperationOrBuilder |
|
getItemsOrBuilderList()
public abstract List<? extends OperationOrBuilder> getItemsOrBuilderList()List of operation resources.
repeated .google.cloud.sql.v1beta4.Operation items = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1beta4.OperationOrBuilder> |
|
getKind()
public abstract String getKind() This is always sql#operationsList.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#operationsList.
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 = 3;
| 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 = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |