Interface GenerateAutonomousDatabaseWalletRequestOrBuilder (0.1.0)

public interface GenerateAutonomousDatabaseWalletRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsRegional()

public abstract boolean getIsRegional()

Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.

bool is_regional = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isRegional.

getName()

public abstract String getName()

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getPassword()

public abstract String getPassword()

Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.

string password = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The password.

getPasswordBytes()

public abstract ByteString getPasswordBytes()

Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.

string password = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for password.

getType()

public abstract GenerateType getType()

Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.

.google.cloud.oracledatabase.v1.GenerateType type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GenerateType

The type.

getTypeValue()

public abstract int getTypeValue()

Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.

.google.cloud.oracledatabase.v1.GenerateType type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for type.