public final class GenerateAutonomousDatabaseWalletRequest extends GeneratedMessageV3 implements GenerateAutonomousDatabaseWalletRequestOrBuilder
The request for AutonomousDatabase.GenerateWallet
.
Protobuf type google.cloud.oracledatabase.v1.GenerateAutonomousDatabaseWalletRequest
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
IS_REGIONAL_FIELD_NUMBER
public static final int IS_REGIONAL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GenerateAutonomousDatabaseWalletRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerateAutonomousDatabaseWalletRequest.Builder newBuilder()
newBuilder(GenerateAutonomousDatabaseWalletRequest prototype)
public static GenerateAutonomousDatabaseWalletRequest.Builder newBuilder(GenerateAutonomousDatabaseWalletRequest prototype)
public static GenerateAutonomousDatabaseWalletRequest parseDelimitedFrom(InputStream input)
public static GenerateAutonomousDatabaseWalletRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(CodedInputStream input)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(InputStream input)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateAutonomousDatabaseWalletRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerateAutonomousDatabaseWalletRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public GenerateAutonomousDatabaseWalletRequest getDefaultInstanceForType()
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()
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.
|
getParserForType()
public Parser<GenerateAutonomousDatabaseWalletRequest> getParserForType()
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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];
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerateAutonomousDatabaseWalletRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateAutonomousDatabaseWalletRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GenerateAutonomousDatabaseWalletRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides