Interface Data.ConfigureDatabaseUserRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string organization_id = 1 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 1 [json_name = "organizationId"];
    string password = 2 [json_name = "password"];
    com.google.protobuf.ByteString
    string password = 2 [json_name = "password"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getPassword

      String getPassword()
      string password = 2 [json_name = "password"];
      Returns:
      The password.
    • getPasswordBytes

      com.google.protobuf.ByteString getPasswordBytes()
      string password = 2 [json_name = "password"];
      Returns:
      The bytes for password.