public final class Database extends GeneratedMessageV3 implements DatabaseOrBuilder
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
ADMIN_PASSWORD_FIELD_NUMBER
public static final int ADMIN_PASSWORD_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CHARACTER_SET_FIELD_NUMBER
public static final int CHARACTER_SET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DATABASE_ID_FIELD_NUMBER
public static final int DATABASE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DB_HOME_NAME_FIELD_NUMBER
public static final int DB_HOME_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DB_NAME_FIELD_NUMBER
public static final int DB_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DB_UNIQUE_NAME_FIELD_NUMBER
public static final int DB_UNIQUE_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
GCP_ORACLE_ZONE_FIELD_NUMBER
public static final int GCP_ORACLE_ZONE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NCHARACTER_SET_FIELD_NUMBER
public static final int NCHARACTER_SET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OCI_URL_FIELD_NUMBER
public static final int OCI_URL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OPS_INSIGHTS_STATUS_FIELD_NUMBER
public static final int OPS_INSIGHTS_STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROPERTIES_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TDE_WALLET_PASSWORD_FIELD_NUMBER
public static final int TDE_WALLET_PASSWORD_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Database getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Database.Builder newBuilder()
newBuilder(Database prototype)
public static Database.Builder newBuilder(Database prototype)
| Parameter |
| Name |
Description |
prototype |
Database
|
public static Database parseDelimitedFrom(InputStream input)
public static Database parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Database parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Database parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Database parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Database parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Database parseFrom(CodedInputStream input)
public static Database parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Database parseFrom(InputStream input)
public static Database parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Database parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Database parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Database> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAdminPassword()
public String getAdminPassword()
Required. The password for the default ADMIN user.
string admin_password = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The adminPassword.
|
getAdminPasswordBytes()
public ByteString getAdminPasswordBytes()
Required. The password for the default ADMIN user.
string admin_password = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for adminPassword.
|
getCharacterSet()
public String getCharacterSet()
Optional. The character set for the database. The default is AL32UTF8.
string character_set = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The characterSet.
|
getCharacterSetBytes()
public ByteString getCharacterSetBytes()
Optional. The character set for the database. The default is AL32UTF8.
string character_set = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for characterSet.
|
getCreateTime()
public Timestamp getCreateTime()
Output only. The date and time that the Database was created.
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The date and time that the Database was created.
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDatabaseId()
public String getDatabaseId()
Optional. The database ID of the Database.
string database_id = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The databaseId.
|
getDatabaseIdBytes()
public ByteString getDatabaseIdBytes()
Optional. The database ID of the Database.
string database_id = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for databaseId.
|
getDbHomeName()
public String getDbHomeName()
Optional. The name of the DbHome resource associated with the Database.
string db_home_name = 12 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The dbHomeName.
|
getDbHomeNameBytes()
public ByteString getDbHomeNameBytes()
Optional. The name of the DbHome resource associated with the Database.
string db_home_name = 12 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for dbHomeName.
|
getDbName()
public String getDbName()
Optional. The database name. The name must begin with an alphabetic
character and can contain a maximum of eight alphanumeric characters.
Special characters are not permitted.
string db_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The dbName.
|
getDbNameBytes()
public ByteString getDbNameBytes()
Optional. The database name. The name must begin with an alphabetic
character and can contain a maximum of eight alphanumeric characters.
Special characters are not permitted.
string db_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for dbName.
|
getDbUniqueName()
public String getDbUniqueName()
Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
string db_unique_name = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The dbUniqueName.
|
getDbUniqueNameBytes()
public ByteString getDbUniqueNameBytes()
Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
string db_unique_name = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for dbUniqueName.
|
getDefaultInstanceForType()
public Database getDefaultInstanceForType()
getGcpOracleZone()
public String getGcpOracleZone()
Output only. The GCP Oracle zone where the Database is created.
string gcp_oracle_zone = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The gcpOracleZone.
|
getGcpOracleZoneBytes()
public ByteString getGcpOracleZoneBytes()
Output only. The GCP Oracle zone where the Database is created.
string gcp_oracle_zone = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for gcpOracleZone.
|
getName()
Identifier. The name of the Database resource in the following format:
projects/{project}/locations/{region}/databases/{database}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The name of the Database resource in the following format:
projects/{project}/locations/{region}/databases/{database}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getNcharacterSet()
public String getNcharacterSet()
Optional. The national character set for the database. The default is
AL16UTF16.
string ncharacter_set = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The ncharacterSet.
|
getNcharacterSetBytes()
public ByteString getNcharacterSetBytes()
Optional. The national character set for the database. The default is
AL16UTF16.
string ncharacter_set = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for ncharacterSet.
|
getOciUrl()
public String getOciUrl()
Output only. HTTPS link to OCI resources exposed to Customer via UI
Interface.
string oci_url = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The ociUrl.
|
getOciUrlBytes()
public ByteString getOciUrlBytes()
Output only. HTTPS link to OCI resources exposed to Customer via UI
Interface.
string oci_url = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for ociUrl.
|
getOpsInsightsStatus()
public Database.OperationsInsightsStatus getOpsInsightsStatus()
Output only. The Status of Operations Insights for this Database.
.google.cloud.oracledatabase.v1.Database.OperationsInsightsStatus ops_insights_status = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOpsInsightsStatusValue()
public int getOpsInsightsStatusValue()
Output only. The Status of Operations Insights for this Database.
.google.cloud.oracledatabase.v1.Database.OperationsInsightsStatus ops_insights_status = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for opsInsightsStatus.
|
getParserForType()
public Parser<Database> getParserForType()
Overrides
getProperties()
public DatabaseProperties getProperties()
Optional. The properties of the Database.
.google.cloud.oracledatabase.v1.DatabaseProperties properties = 10 [(.google.api.field_behavior) = OPTIONAL];
getPropertiesOrBuilder()
public DatabasePropertiesOrBuilder getPropertiesOrBuilder()
Optional. The properties of the Database.
.google.cloud.oracledatabase.v1.DatabaseProperties properties = 10 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getTdeWalletPassword()
public String getTdeWalletPassword()
Optional. The TDE wallet password for the database.
string tde_wallet_password = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The tdeWalletPassword.
|
getTdeWalletPasswordBytes()
public ByteString getTdeWalletPasswordBytes()
Optional. The TDE wallet password for the database.
string tde_wallet_password = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for tdeWalletPassword.
|
hasCreateTime()
public boolean hasCreateTime()
Output only. The date and time that the Database was created.
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the createTime field is set.
|
hasProperties()
public boolean hasProperties()
Optional. The properties of the Database.
.google.cloud.oracledatabase.v1.DatabaseProperties properties = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the properties field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Database.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Database.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public Database.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides