Send feedback
Class DbHome (0.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class DbHome extends GeneratedMessageV3 implements DbHomeOrBuilder
Details of the Database Home resource.
Protobuf type google.cloud.oracledatabase.v1.DbHome
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATABASE_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
Field Value
Type
Description
int
DB_VERSION_FIELD_NUMBER
public static final int DB_VERSION_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
IS_UNIFIED_AUDITING_ENABLED_FIELD_NUMBER
public static final int IS_UNIFIED_AUDITING_ENABLED_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DbHome getDefaultInstance ()
Returns
Type
Description
DbHome
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DbHome . Builder newBuilder ()
newBuilder(DbHome prototype)
public static DbHome . Builder newBuilder ( DbHome prototype )
Parameter
Name
Description
prototype
DbHome
public static DbHome parseDelimitedFrom ( InputStream input )
Returns
Type
Description
DbHome
public static DbHome parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
DbHome
parseFrom(byte[] data)
public static DbHome parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
DbHome
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DbHome parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
DbHome
parseFrom(ByteString data)
public static DbHome parseFrom ( ByteString data )
Returns
Type
Description
DbHome
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DbHome parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
DbHome
public static DbHome parseFrom ( CodedInputStream input )
Returns
Type
Description
DbHome
public static DbHome parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
DbHome
public static DbHome parseFrom ( InputStream input )
Returns
Type
Description
DbHome
public static DbHome parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
DbHome
parseFrom(ByteBuffer data)
public static DbHome parseFrom ( ByteBuffer data )
Returns
Type
Description
DbHome
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DbHome parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
DbHome
parser()
public static Parser<DbHome> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDatabase()
public Database getDatabase ()
Required. The Database resource.
.google.cloud.oracledatabase.v1.Database database = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
Database
The database.
getDatabaseOrBuilder()
public DatabaseOrBuilder getDatabaseOrBuilder ()
Required. The Database resource.
.google.cloud.oracledatabase.v1.Database database = 3 [(.google.api.field_behavior) = REQUIRED];
getDbVersion()
public String getDbVersion ()
Required. A valid Oracle Database version. For a list of supported
versions, use the ListDbVersions operation.
string db_version = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The dbVersion.
getDbVersionBytes()
public ByteString getDbVersionBytes ()
Required. A valid Oracle Database version. For a list of supported
versions, use the ListDbVersions operation.
string db_version = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for dbVersion.
getDefaultInstanceForType()
public DbHome getDefaultInstanceForType ()
Returns
Type
Description
DbHome
getDisplayName()
public String getDisplayName ()
Optional. The display name for the Database Home. The name does not have to
be unique within your project.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Optional. The display name for the Database Home. The name does not have to
be unique within your project.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for displayName.
getIsUnifiedAuditingEnabled()
public boolean getIsUnifiedAuditingEnabled ()
Optional. Whether unified auditing is enabled for the Database Home.
bool is_unified_auditing_enabled = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The isUnifiedAuditingEnabled.
getParserForType()
public Parser<DbHome> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasDatabase()
public boolean hasDatabase ()
Required. The Database resource.
.google.cloud.oracledatabase.v1.Database database = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the database field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DbHome . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DbHome . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DbHome . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-11 UTC."],[],[]]