public interface ListDbSystemShapesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDbSystemShapes(int index)
public abstract DbSystemShape getDbSystemShapes(int index)The list of Database System shapes.
 repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DbSystemShape | |
getDbSystemShapesCount()
public abstract int getDbSystemShapesCount()The list of Database System shapes.
 repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getDbSystemShapesList()
public abstract List<DbSystemShape> getDbSystemShapesList()The list of Database System shapes.
 repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<DbSystemShape> | |
getDbSystemShapesOrBuilder(int index)
public abstract DbSystemShapeOrBuilder getDbSystemShapesOrBuilder(int index)The list of Database System shapes.
 repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DbSystemShapeOrBuilder | |
getDbSystemShapesOrBuilderList()
public abstract List<? extends DbSystemShapeOrBuilder> getDbSystemShapesOrBuilderList()The list of Database System shapes.
 repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.oracledatabase.v1.DbSystemShapeOrBuilder> | |
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. |