Send feedback
Class DbNodeProperties (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.1.0 keyboard_arrow_down
public final class DbNodeProperties extends GeneratedMessageV3 implements DbNodePropertiesOrBuilder
Various properties and settings associated with Db node.
Protobuf type google.cloud.oracledatabase.v1.DbNodeProperties
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
DB_NODE_STORAGE_SIZE_GB_FIELD_NUMBER
public static final int DB_NODE_STORAGE_SIZE_GB_FIELD_NUMBER
Field Value
Type
Description
int
DB_SERVER_OCID_FIELD_NUMBER
public static final int DB_SERVER_OCID_FIELD_NUMBER
Field Value
Type
Description
int
HOSTNAME_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
Field Value
Type
Description
int
MEMORY_SIZE_GB_FIELD_NUMBER
public static final int MEMORY_SIZE_GB_FIELD_NUMBER
Field Value
Type
Description
int
OCID_FIELD_NUMBER
public static final int OCID_FIELD_NUMBER
Field Value
Type
Description
int
OCPU_COUNT_FIELD_NUMBER
public static final int OCPU_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
TOTAL_CPU_CORE_COUNT_FIELD_NUMBER
public static final int TOTAL_CPU_CORE_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DbNodeProperties getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DbNodeProperties . Builder newBuilder ()
newBuilder(DbNodeProperties prototype)
public static DbNodeProperties . Builder newBuilder ( DbNodeProperties prototype )
public static DbNodeProperties parseDelimitedFrom ( InputStream input )
public static DbNodeProperties parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DbNodeProperties parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DbNodeProperties parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DbNodeProperties parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DbNodeProperties parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DbNodeProperties parseFrom ( CodedInputStream input )
public static DbNodeProperties parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DbNodeProperties parseFrom ( InputStream input )
public static DbNodeProperties parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DbNodeProperties parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DbNodeProperties parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DbNodeProperties> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDbNodeStorageSizeGb()
public int getDbNodeStorageSizeGb ()
Optional. Local storage per database node.
int32 db_node_storage_size_gb = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The dbNodeStorageSizeGb.
getDbServerOcid()
public String getDbServerOcid ()
Optional. Database server OCID.
string db_server_ocid = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The dbServerOcid.
getDbServerOcidBytes()
public ByteString getDbServerOcidBytes ()
Optional. Database server OCID.
string db_server_ocid = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for dbServerOcid.
getDefaultInstanceForType()
public DbNodeProperties getDefaultInstanceForType ()
getHostname()
public String getHostname ()
Optional. DNS
string hostname = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The hostname.
getHostnameBytes()
public ByteString getHostnameBytes ()
Optional. DNS
string hostname = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for hostname.
getMemorySizeGb()
public int getMemorySizeGb ()
Memory allocated in GBs.
int32 memory_size_gb = 3;
Returns
Type
Description
int
The memorySizeGb.
getOcid()
Output only. OCID of database node.
string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The ocid.
getOcidBytes()
public ByteString getOcidBytes ()
Output only. OCID of database node.
string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for ocid.
getOcpuCount()
public int getOcpuCount ()
Optional. OCPU count per database node.
int32 ocpu_count = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The ocpuCount.
getParserForType()
public Parser<DbNodeProperties> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getState()
public DbNodeProperties . State getState ()
Output only. State of the database node.
.google.cloud.oracledatabase.v1.DbNodeProperties.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue ()
Output only. State of the database node.
.google.cloud.oracledatabase.v1.DbNodeProperties.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for state.
getTotalCpuCoreCount()
public int getTotalCpuCoreCount ()
Total CPU core count of the database node.
int32 total_cpu_core_count = 10;
Returns
Type
Description
int
The totalCpuCoreCount.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DbNodeProperties . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DbNodeProperties . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DbNodeProperties . 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 2025-01-28 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 2025-01-28 UTC."],[],[]]