public static final class ListDbSystemShapesResponse.Builder extends GeneratedMessage.Builder<ListDbSystemShapesResponse.Builder> implements ListDbSystemShapesResponseOrBuilder The response for DbSystemShape.List.
Protobuf type google.cloud.oracledatabase.v1.ListDbSystemShapesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDbSystemShapesResponse.BuilderImplements
ListDbSystemShapesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDbSystemShapes(Iterable<? extends DbSystemShape> values)
public ListDbSystemShapesResponse.Builder addAllDbSystemShapes(Iterable<? extends DbSystemShape> values)The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.oracledatabase.v1.DbSystemShape> |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
addDbSystemShapes(DbSystemShape value)
public ListDbSystemShapesResponse.Builder addDbSystemShapes(DbSystemShape value)The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
DbSystemShape |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
addDbSystemShapes(DbSystemShape.Builder builderForValue)
public ListDbSystemShapesResponse.Builder addDbSystemShapes(DbSystemShape.Builder builderForValue)The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DbSystemShape.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
addDbSystemShapes(int index, DbSystemShape value)
public ListDbSystemShapesResponse.Builder addDbSystemShapes(int index, DbSystemShape value)The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DbSystemShape |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
addDbSystemShapes(int index, DbSystemShape.Builder builderForValue)
public ListDbSystemShapesResponse.Builder addDbSystemShapes(int index, DbSystemShape.Builder builderForValue)The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DbSystemShape.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
addDbSystemShapesBuilder()
public DbSystemShape.Builder addDbSystemShapesBuilder()The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Returns | |
|---|---|
| Type | Description |
DbSystemShape.Builder |
|
addDbSystemShapesBuilder(int index)
public DbSystemShape.Builder addDbSystemShapesBuilder(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.Builder |
|
build()
public ListDbSystemShapesResponse build()| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse |
|
buildPartial()
public ListDbSystemShapesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse |
|
clear()
public ListDbSystemShapesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
clearDbSystemShapes()
public ListDbSystemShapesResponse.Builder clearDbSystemShapes()The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
clearNextPageToken()
public ListDbSystemShapesResponse.Builder clearNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
This builder for chaining. |
getDbSystemShapes(int index)
public 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 |
|
getDbSystemShapesBuilder(int index)
public DbSystemShape.Builder getDbSystemShapesBuilder(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.Builder |
|
getDbSystemShapesBuilderList()
public List<DbSystemShape.Builder> getDbSystemShapesBuilderList()The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDbSystemShapesCount()
public int getDbSystemShapesCount()The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDbSystemShapesList()
public 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 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 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> |
|
getDefaultInstanceForType()
public ListDbSystemShapesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDbSystemShapesResponse other)
public ListDbSystemShapesResponse.Builder mergeFrom(ListDbSystemShapesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDbSystemShapesResponse |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDbSystemShapesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDbSystemShapesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
removeDbSystemShapes(int index)
public ListDbSystemShapesResponse.Builder removeDbSystemShapes(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 |
ListDbSystemShapesResponse.Builder |
|
setDbSystemShapes(int index, DbSystemShape value)
public ListDbSystemShapesResponse.Builder setDbSystemShapes(int index, DbSystemShape value)The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DbSystemShape |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
setDbSystemShapes(int index, DbSystemShape.Builder builderForValue)
public ListDbSystemShapesResponse.Builder setDbSystemShapes(int index, DbSystemShape.Builder builderForValue)The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DbSystemShape.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
|
setNextPageToken(String value)
public ListDbSystemShapesResponse.Builder setNextPageToken(String value)A token identifying a page of results the server should return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListDbSystemShapesResponse.Builder setNextPageTokenBytes(ByteString value)A token identifying a page of results the server should return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDbSystemShapesResponse.Builder |
This builder for chaining. |