public static final class ListDbSystemShapesResponse.Builder extends GeneratedMessageV3.Builder<ListDbSystemShapesResponse.Builder> implements ListDbSystemShapesResponseOrBuilder
The response for DbSystemShape.List
.
Protobuf type google.cloud.oracledatabase.v1.ListDbSystemShapesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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;
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;
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;
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;
addDbSystemShapesBuilder()
public DbSystemShape.Builder addDbSystemShapesBuilder()
The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDbSystemShapesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListDbSystemShapesResponse build()
buildPartial()
public ListDbSystemShapesResponse buildPartial()
clear()
public ListDbSystemShapesResponse.Builder clear()
Overrides
clearDbSystemShapes()
public ListDbSystemShapesResponse.Builder clearDbSystemShapes()
The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
clearField(Descriptors.FieldDescriptor field)
public ListDbSystemShapesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListDbSystemShapesResponse.Builder clearNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDbSystemShapesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListDbSystemShapesResponse.Builder clone()
Overrides
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
|
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
|
getDbSystemShapesBuilderList()
public List<DbSystemShape.Builder> getDbSystemShapesBuilderList()
The list of Database System shapes.
repeated .google.cloud.oracledatabase.v1.DbSystemShape db_system_shapes = 1;
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;
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
|
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListDbSystemShapesResponse other)
public ListDbSystemShapesResponse.Builder mergeFrom(ListDbSystemShapesResponse other)
public ListDbSystemShapesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListDbSystemShapesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDbSystemShapesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public ListDbSystemShapesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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 |
String
The nextPageToken to set.
|
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 |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDbSystemShapesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDbSystemShapesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides