Interface UserManagementServiceOuterClass.DeleteUserRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentityProviderId()
      The id of the ``Identity Provider`` Optional, if not set, assume the user is managed by the default identity provider.
      com.google.protobuf.ByteString getIdentityProviderIdBytes()
      The id of the ``Identity Provider`` Optional, if not set, assume the user is managed by the default identity provider.
      java.lang.String getUserId()
      The user to delete.
      com.google.protobuf.ByteString getUserIdBytes()
      The user to delete.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getUserId

        java.lang.String getUserId()
         The user to delete.
         Required
         
        string user_id = 1 [json_name = "userId"];
        Returns:
        The userId.
      • getUserIdBytes

        com.google.protobuf.ByteString getUserIdBytes()
         The user to delete.
         Required
         
        string user_id = 1 [json_name = "userId"];
        Returns:
        The bytes for userId.
      • getIdentityProviderId

        java.lang.String getIdentityProviderId()
         The id of the ``Identity Provider``
         Optional, if not set, assume the user is managed by the default identity provider.
         
        string identity_provider_id = 2 [json_name = "identityProviderId"];
        Returns:
        The identityProviderId.
      • getIdentityProviderIdBytes

        com.google.protobuf.ByteString getIdentityProviderIdBytes()
         The id of the ``Identity Provider``
         Optional, if not set, assume the user is managed by the default identity provider.
         
        string identity_provider_id = 2 [json_name = "identityProviderId"];
        Returns:
        The bytes for identityProviderId.