public final class OracleAsmConfig extends GeneratedMessageV3 implements OracleAsmConfigOrBuilder
Configuration for Oracle Automatic Storage Management (ASM) connection.
Protobuf type google.cloud.datastream.v1.OracleAsmConfig
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
ASM_SERVICE_FIELD_NUMBER
public static final int ASM_SERVICE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONNECTION_ATTRIBUTES_FIELD_NUMBER
public static final int CONNECTION_ATTRIBUTES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HOSTNAME_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ORACLE_SSL_CONFIG_FIELD_NUMBER
public static final int ORACLE_SSL_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PORT_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OracleAsmConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OracleAsmConfig.Builder newBuilder()
newBuilder(OracleAsmConfig prototype)
public static OracleAsmConfig.Builder newBuilder(OracleAsmConfig prototype)
public static OracleAsmConfig parseDelimitedFrom(InputStream input)
public static OracleAsmConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OracleAsmConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OracleAsmConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OracleAsmConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OracleAsmConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OracleAsmConfig parseFrom(CodedInputStream input)
public static OracleAsmConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OracleAsmConfig parseFrom(InputStream input)
public static OracleAsmConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OracleAsmConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OracleAsmConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OracleAsmConfig> parser()
Methods
containsConnectionAttributes(String key)
public boolean containsConnectionAttributes(String key)
Optional. Connection string attributes
map<string, string> connection_attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAsmService()
public String getAsmService()
Required. ASM service name for the Oracle ASM connection.
string asm_service = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The asmService.
|
getAsmServiceBytes()
public ByteString getAsmServiceBytes()
Required. ASM service name for the Oracle ASM connection.
string asm_service = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for asmService.
|
getConnectionAttributes() (deprecated)
public Map<String,String> getConnectionAttributes()
getConnectionAttributesCount()
public int getConnectionAttributesCount()
Optional. Connection string attributes
map<string, string> connection_attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getConnectionAttributesMap()
public Map<String,String> getConnectionAttributesMap()
Optional. Connection string attributes
map<string, string> connection_attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
getConnectionAttributesOrDefault(String key, String defaultValue)
public String getConnectionAttributesOrDefault(String key, String defaultValue)
Optional. Connection string attributes
map<string, string> connection_attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
|
getConnectionAttributesOrThrow(String key)
public String getConnectionAttributesOrThrow(String key)
Optional. Connection string attributes
map<string, string> connection_attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
getDefaultInstanceForType()
public OracleAsmConfig getDefaultInstanceForType()
getHostname()
public String getHostname()
Required. Hostname for the Oracle ASM connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The hostname.
|
getHostnameBytes()
public ByteString getHostnameBytes()
Required. Hostname for the Oracle ASM connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for hostname.
|
getOracleSslConfig()
public OracleSslConfig getOracleSslConfig()
Optional. SSL configuration for the Oracle connection.
.google.cloud.datastream.v1.OracleSslConfig oracle_ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getOracleSslConfigOrBuilder()
public OracleSslConfigOrBuilder getOracleSslConfigOrBuilder()
Optional. SSL configuration for the Oracle connection.
.google.cloud.datastream.v1.OracleSslConfig oracle_ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<OracleAsmConfig> getParserForType()
Overrides
getPassword()
public String getPassword()
Required. Password for the Oracle ASM connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The password.
|
getPasswordBytes()
public ByteString getPasswordBytes()
Required. Password for the Oracle ASM connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for password.
|
getPort()
Required. Port for the Oracle ASM connection.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The port.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUsername()
public String getUsername()
Required. Username for the Oracle ASM connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The username.
|
getUsernameBytes()
public ByteString getUsernameBytes()
Required. Username for the Oracle ASM connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for username.
|
hasOracleSslConfig()
public boolean hasOracleSslConfig()
Optional. SSL configuration for the Oracle connection.
.google.cloud.datastream.v1.OracleSslConfig oracle_ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the oracleSslConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OracleAsmConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OracleAsmConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public OracleAsmConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides