public interface PostgresqlProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase()
Required.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
Required.
|
String |
getHostname()
Required.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Required.
|
String |
getPassword()
Required.
|
com.google.protobuf.ByteString |
getPasswordBytes()
Required.
|
int |
getPort()
Port for the PostgreSQL connection, default value is 5432.
|
String |
getUsername()
Required.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostname()
Required. Hostname for the PostgreSQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getHostnameBytes()
Required. Hostname for the PostgreSQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];int getPort()
Port for the PostgreSQL connection, default value is 5432.
int32 port = 2;String getUsername()
Required. Username for the PostgreSQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUsernameBytes()
Required. Username for the PostgreSQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];String getPassword()
Required. Password for the PostgreSQL connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPasswordBytes()
Required. Password for the PostgreSQL connection.
string password = 4 [(.google.api.field_behavior) = REQUIRED];String getDatabase()
Required. Database for the PostgreSQL connection.
string database = 5 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDatabaseBytes()
Required. Database for the PostgreSQL connection.
string database = 5 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.