public static final class GenerateAutonomousDatabaseWalletRequest.Builder extends GeneratedMessage.Builder<GenerateAutonomousDatabaseWalletRequest.Builder> implements GenerateAutonomousDatabaseWalletRequestOrBuilder The request for AutonomousDatabase.GenerateWallet.
Protobuf type google.cloud.oracledatabase.v1.GenerateAutonomousDatabaseWalletRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GenerateAutonomousDatabaseWalletRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GenerateAutonomousDatabaseWalletRequest build()| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest |
|
buildPartial()
public GenerateAutonomousDatabaseWalletRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest |
|
clear()
public GenerateAutonomousDatabaseWalletRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
|
clearIsRegional()
public GenerateAutonomousDatabaseWalletRequest.Builder clearIsRegional()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 |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
clearName()
public GenerateAutonomousDatabaseWalletRequest.Builder clearName()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 |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
clearPassword()
public GenerateAutonomousDatabaseWalletRequest.Builder clearPassword()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 |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
clearType()
public GenerateAutonomousDatabaseWalletRequest.Builder clearType()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 |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GenerateAutonomousDatabaseWalletRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIsRegional()
public 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 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GenerateAutonomousDatabaseWalletRequest other)
public GenerateAutonomousDatabaseWalletRequest.Builder mergeFrom(GenerateAutonomousDatabaseWalletRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateAutonomousDatabaseWalletRequest |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GenerateAutonomousDatabaseWalletRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GenerateAutonomousDatabaseWalletRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
|
setIsRegional(boolean value)
public GenerateAutonomousDatabaseWalletRequest.Builder setIsRegional(boolean value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe isRegional to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
setName(String value)
public GenerateAutonomousDatabaseWalletRequest.Builder setName(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GenerateAutonomousDatabaseWalletRequest.Builder setNameBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
setPassword(String value)
public GenerateAutonomousDatabaseWalletRequest.Builder setPassword(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe password to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
setPasswordBytes(ByteString value)
public GenerateAutonomousDatabaseWalletRequest.Builder setPasswordBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for password to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
setType(GenerateType value)
public GenerateAutonomousDatabaseWalletRequest.Builder setType(GenerateType value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
GenerateTypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |
setTypeValue(int value)
public GenerateAutonomousDatabaseWalletRequest.Builder setTypeValue(int value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateAutonomousDatabaseWalletRequest.Builder |
This builder for chaining. |