Interface Data.GetDatabaseConnectionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.GetDatabaseConnectionResponse, Data.GetDatabaseConnectionResponse.Builder
Enclosing class:
Data

public static interface Data.GetDatabaseConnectionResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool has_database_user = 3 [json_name = "hasDatabaseUser"];
    string hostname = 1 [json_name = "hostname"];
    com.google.protobuf.ByteString
    string hostname = 1 [json_name = "hostname"];
    string mongodb_uri = 2 [json_name = "mongodbUri"];
    com.google.protobuf.ByteString
    string mongodb_uri = 2 [json_name = "mongodbUri"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getHostname

      String getHostname()
      string hostname = 1 [json_name = "hostname"];
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 1 [json_name = "hostname"];
      Returns:
      The bytes for hostname.
    • getMongodbUri

      String getMongodbUri()
      string mongodb_uri = 2 [json_name = "mongodbUri"];
      Returns:
      The mongodbUri.
    • getMongodbUriBytes

      com.google.protobuf.ByteString getMongodbUriBytes()
      string mongodb_uri = 2 [json_name = "mongodbUri"];
      Returns:
      The bytes for mongodbUri.
    • getHasDatabaseUser

      boolean getHasDatabaseUser()
      bool has_database_user = 3 [json_name = "hasDatabaseUser"];
      Returns:
      The hasDatabaseUser.