public interface ListDbSystemInitialStorageSizesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDbSystemInitialStorageSizes(int index)
public abstract DbSystemInitialStorageSize getDbSystemInitialStorageSizes(int index)The list of DbSystemInitialStorageSizes.
repeated .google.cloud.oracledatabase.v1.DbSystemInitialStorageSize db_system_initial_storage_sizes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DbSystemInitialStorageSize |
|
getDbSystemInitialStorageSizesCount()
public abstract int getDbSystemInitialStorageSizesCount()The list of DbSystemInitialStorageSizes.
repeated .google.cloud.oracledatabase.v1.DbSystemInitialStorageSize db_system_initial_storage_sizes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDbSystemInitialStorageSizesList()
public abstract List<DbSystemInitialStorageSize> getDbSystemInitialStorageSizesList()The list of DbSystemInitialStorageSizes.
repeated .google.cloud.oracledatabase.v1.DbSystemInitialStorageSize db_system_initial_storage_sizes = 1;
| Returns | |
|---|---|
| Type | Description |
List<DbSystemInitialStorageSize> |
|
getDbSystemInitialStorageSizesOrBuilder(int index)
public abstract DbSystemInitialStorageSizeOrBuilder getDbSystemInitialStorageSizesOrBuilder(int index)The list of DbSystemInitialStorageSizes.
repeated .google.cloud.oracledatabase.v1.DbSystemInitialStorageSize db_system_initial_storage_sizes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DbSystemInitialStorageSizeOrBuilder |
|
getDbSystemInitialStorageSizesOrBuilderList()
public abstract List<? extends DbSystemInitialStorageSizeOrBuilder> getDbSystemInitialStorageSizesOrBuilderList()The list of DbSystemInitialStorageSizes.
repeated .google.cloud.oracledatabase.v1.DbSystemInitialStorageSize db_system_initial_storage_sizes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |