Class DbSystemOptions.Builder (0.32.0)

public static final class DbSystemOptions.Builder extends GeneratedMessage.Builder<DbSystemOptions.Builder> implements DbSystemOptionsOrBuilder

Details of the DbSystem Options.

Protobuf type google.cloud.oracledatabase.v1.DbSystemOptions

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DbSystemOptions build()
Returns
Type Description
DbSystemOptions

buildPartial()

public DbSystemOptions buildPartial()
Returns
Type Description
DbSystemOptions

clear()

public DbSystemOptions.Builder clear()
Returns
Type Description
DbSystemOptions.Builder
Overrides

clearStorageManagement()

public DbSystemOptions.Builder clearStorageManagement()

Optional. The storage option used in DB system.

.google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbSystemOptions.Builder

This builder for chaining.

getDefaultInstanceForType()

public DbSystemOptions getDefaultInstanceForType()
Returns
Type Description
DbSystemOptions

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getStorageManagement()

public DbSystemOptions.StorageManagement getStorageManagement()

Optional. The storage option used in DB system.

.google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbSystemOptions.StorageManagement

The storageManagement.

getStorageManagementValue()

public int getStorageManagementValue()

Optional. The storage option used in DB system.

.google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for storageManagement.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DbSystemOptions other)

public DbSystemOptions.Builder mergeFrom(DbSystemOptions other)
Parameter
Name Description
other DbSystemOptions
Returns
Type Description
DbSystemOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DbSystemOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DbSystemOptions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DbSystemOptions.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DbSystemOptions.Builder
Overrides

setStorageManagement(DbSystemOptions.StorageManagement value)

public DbSystemOptions.Builder setStorageManagement(DbSystemOptions.StorageManagement value)

Optional. The storage option used in DB system.

.google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value DbSystemOptions.StorageManagement

The storageManagement to set.

Returns
Type Description
DbSystemOptions.Builder

This builder for chaining.

setStorageManagementValue(int value)

public DbSystemOptions.Builder setStorageManagementValue(int value)

Optional. The storage option used in DB system.

.google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for storageManagement to set.

Returns
Type Description
DbSystemOptions.Builder

This builder for chaining.